The members of MonoMac.ObjCRuntime.BlockLiteral are listed below.
See Also: Inherited members from System.ValueType
| block_descriptor | IntPtr. Points to a BlockDescriptor structure. | |
| flags | BlockFlags. The flags for this Block. | |
| global_handle | IntPtr. Block global handle. | |
| invoke | IntPtr. The method to invoke. | |
| isa | IntPtr. Internal Objective-C Block ABI. | |
| local_handle | IntPtr. Internal Objective-C Block ABI. | |
| reserved | int. Reserved field. |
CleanupBlock()Releases the resources associated with this block. | ||
SetupBlock(Delegate, Delegate)Sets up a block using a trampoline and a user delegate. | ||