C# Class LLDB.CommandPluginInterface

Inheritance: IDisposable
ファイルを表示 Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

Property Type Description
NativeToManagedMap CommandPluginInterface>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Property Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Public Methods

Method 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

Protected Methods

Method Description
CommandPluginInterface ( void native, bool skipVTables = false ) : System
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public CommandPluginInterface ( ) : System
return System

CommandPluginInterface() public method

public CommandPluginInterface ( LLDB _0 ) : System
_0 LLDB
return System

CommandPluginInterface() protected method

protected CommandPluginInterface ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

DoExecute() public method

public DoExecute ( LLDB _0, sbyte _1, LLDB _2 ) : bool
_0 LLDB
_1 sbyte
_2 LLDB
return bool

__CreateInstance() public static method

public static __CreateInstance ( CommandPluginInterface native, bool skipVTables = false ) : CommandPluginInterface
native CommandPluginInterface
skipVTables bool
return CommandPluginInterface

__CreateInstance() public static method

public static __CreateInstance ( global native, bool skipVTables = false ) : CommandPluginInterface
native global
skipVTables bool
return CommandPluginInterface

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return CommandPluginInterface>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
return bool