Table of Contents

Delegate DtiCtorDelegate

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

Initializes a new instance of the type represented by the MtDti instance. This essentially acts as a constructor for the type.

public delegate MtObject? DtiCtorDelegate(MtDti dti, MtObject? obj)

Parameters

dti MtDti

The this pointer

obj MtObject

The object to initialize

Returns

MtObject

The initialized object, or null if the operation failed