BlockLiteral.IsManagedBlock(IntPtr) Method

Definition

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.

Applies to