Namespace SharpPluginLoader.Core.Dti
Delegates
- DtiCtorArrayDelegate
Initializes an array of objects of the type represented by the MtDti instance.
- DtiCtorDelegate
Initializes a new instance of the type represented by the MtDti instance. This essentially acts as a constructor for the type.
- DtiDtorDelegate
Performs cleanup operations on a custom MtDti instance
- DtiNewDelegate
Creates a new instance of the type represented by the MtDti instance