MonoMac.ObjCRuntime.BlockLiteral Members

The members of MonoMac.ObjCRuntime.BlockLiteral are listed below.

See Also: Inherited members from System.ValueType

Public Fields

block_descriptorIntPtr. Points to a BlockDescriptor structure.
flagsBlockFlags. The flags for this Block.
global_handleIntPtr. Block global handle.
invokeIntPtr. The method to invoke.
isaIntPtr. Internal Objective-C Block ABI.
local_handleIntPtr. Internal Objective-C Block ABI.
reservedint. Reserved field.

Public Methods

CleanupBlock()
Releases the resources associated with this block.
SetupBlock(Delegate, Delegate)
Sets up a block using a trampoline and a user delegate.