Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Initialize()

static unsafe void System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.Initialize ( delegate *unmanaged< void > beginEndCallback,
delegate *unmanaged< IntPtr, int > isReferencedCallback,
delegate *unmanaged< IntPtr, void > trackedObjectEnteredFinalization,
UnhandledExceptionPropagationHandler unhandledExceptionPropagationHandler )
inlinestatic

Definition at line 20 of file ObjectiveCMarshal.cs.

21 {
22 throw new PlatformNotSupportedException();
23 }