BlockLiteral.IsManagedBlock(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.
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.