Runtime.ReleaseBlockOnMainThread(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.