Edit

Share via


Runtime.ReleaseBlockOnMainThread(IntPtr) Method

Definition

Calls _Block_release on the specified block on the main thread.

public static void ReleaseBlockOnMainThread (IntPtr block);
static member ReleaseBlockOnMainThread : nativeint -> unit

Parameters

block
IntPtr

nativeint

The block to release.

Remarks

Developers should not call this method, it's called by generated binding code.

Applies to