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.
This method determines whether a block is wrapping a managed delegate or if it's an Objective-C block.
public static bool IsManagedBlock (IntPtr block);
static member IsManagedBlock : nativeint -> bool
Parameters
- block
-
IntPtr
nativeint
The pointer to the native block.
Returns
Returns true if the specified block contains a managed delegate.