TrampolineBlockBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |