Table of Contents

Delegate DtiNewDelegate

Namespace
SharpPluginLoader.Core.Dti
Assembly
SharpPluginLoader.Core.dll

Creates a new instance of the type represented by the MtDti instance

public delegate MtObject? DtiNewDelegate(MtDti dti)

Parameters

dti MtDti

The this pointer

Returns

MtObject

The new instance, or null if the operation failed