TrampolineBlockBase Class

Definition

Base type for Objective-C trampoline blocks.

public abstract class TrampolineBlockBase
type TrampolineBlockBase = class
Inheritance
TrampolineBlockBase

Constructors

Name Description
TrampolineBlockBase(BlockLiteral*)

Initializes a new instance from a block literal pointer.

Properties

Name Description
BlockPointer

Gets the native block pointer for this instance.

Methods

Name Description
Finalize()
GetExistingManagedDelegate(IntPtr)

Gets the existing managed delegate for a block if it wraps managed code.

Applies to