ObjCRuntime.BlockLiteral Members

The members of ObjCRuntime.BlockLiteral are listed below.

See Also: Inherited members from System.ValueType

Public Properties

[read-only]
Targetobject. Returns the target object for the block.

Public Methods

CleanupBlock()
Releases the resources associated with this block.
GetDelegateForBlock<T>() : T
This method supports the Xamarin.iOS runtime and is not intended for use by application developers.
SetupBlock(Delegate, Delegate)
Sets up a block using a trampoline and a user delegate.