C# Class MonoMac.ObjCRuntime.BlockLiteral

Afficher le fichier Open project: kangaroo/maccore Class Usage Examples

Méthodes publiques

Свойство Type Description
block_descriptor System.IntPtr
flags BlockFlags
global_handle System.IntPtr
invoke System.IntPtr
isa System.IntPtr
local_handle System.IntPtr
reserved int

Méthodes publiques

Méthode Description
CleanupBlock ( ) : void
SetupBlock ( Delegate trampoline, Delegate userDelegate ) : void

Private Methods

Méthode Description
BlockLiteral ( ) : System

Method Details

CleanupBlock() public méthode

public CleanupBlock ( ) : void
Résultat void

SetupBlock() public méthode

public SetupBlock ( Delegate trampoline, Delegate userDelegate ) : void
trampoline System.Delegate
userDelegate System.Delegate
Résultat void

Property Details

block_descriptor public_oe property

public IntPtr,System block_descriptor
Résultat System.IntPtr

flags public_oe property

public BlockFlags flags
Résultat BlockFlags

global_handle public_oe property

public IntPtr,System global_handle
Résultat System.IntPtr

invoke public_oe property

public IntPtr,System invoke
Résultat System.IntPtr

isa public_oe property

public IntPtr,System isa
Résultat System.IntPtr

local_handle public_oe property

public IntPtr,System local_handle
Résultat System.IntPtr

reserved public_oe property

public int reserved
Résultat int