BlockLiteral.IsManagedBlock(IntPtr) Method

Definition

Determines whether the specified block wraps a managed delegate.

public static bool IsManagedBlock(IntPtr block);
static member IsManagedBlock : nativeint -> bool

Parameters

block
IntPtr

nativeint

The pointer to the native block.

Returns

true if the block contains a managed delegate; otherwise, false.

Applies to