C# Class LLDB.CommandPluginInterface

Inheritance: IDisposable
Afficher le fichier Open project: tritao/LLDBSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
NativeToManagedMap CommandPluginInterface>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Свойство Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Méthodes publiques

Méthode Description
CommandPluginInterface ( ) : System
CommandPluginInterface ( LLDB _0 ) : System
Dispose ( ) : void
DoExecute ( LLDB _0, sbyte _1, LLDB _2 ) : bool
__CreateInstance ( CommandPluginInterface native, bool skipVTables = false ) : CommandPluginInterface
__CreateInstance ( global native, bool skipVTables = false ) : CommandPluginInterface

Méthodes protégées

Méthode Description
CommandPluginInterface ( void native, bool skipVTables = false ) : System
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CommandPluginInterface ( CommandPluginInterface native, bool skipVTables = false ) : System
SetupVTables ( bool destructorOnly = false ) : void
_DoExecute_0DelegateHook ( global instance, LLDB _0, sbyte _1, global _2 ) : bool
__CopyValue ( CommandPluginInterface native ) : void*
_dtor_0DelegateHook ( global instance ) : void
_dtor_0DelegateHook ( global instance, int delete ) : void

Method Details

CommandPluginInterface() public méthode

public CommandPluginInterface ( ) : System
Résultat System

CommandPluginInterface() public méthode

public CommandPluginInterface ( LLDB _0 ) : System
_0 LLDB
Résultat System

CommandPluginInterface() protected méthode

protected CommandPluginInterface ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DoExecute() public méthode

public DoExecute ( LLDB _0, sbyte _1, LLDB _2 ) : bool
_0 LLDB
_1 sbyte
_2 LLDB
Résultat bool

__CreateInstance() public static méthode

public static __CreateInstance ( CommandPluginInterface native, bool skipVTables = false ) : CommandPluginInterface
native CommandPluginInterface
skipVTables bool
Résultat CommandPluginInterface

__CreateInstance() public static méthode

public static __CreateInstance ( global native, bool skipVTables = false ) : CommandPluginInterface
native global
skipVTables bool
Résultat CommandPluginInterface

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat CommandPluginInterface>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
Résultat void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
Résultat int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
Résultat bool