C# Class LLDB.Command

Inheritance: IDisposable
Exibir arquivo Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method Description
AddCommand ( string name, LLDB impl, string help ) : LLDB.Command
AddMultiwordCommand ( string name, string help ) : LLDB.Command
Command ( ) : System
Command ( LLDB _0 ) : System
Dispose ( ) : void
IsValid ( ) : bool
__CreateInstance ( Command native, bool skipVTables = false ) : Command
__CreateInstance ( global native, bool skipVTables = false ) : Command

Protected Methods

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

Private Methods

Method Description
Command ( Command native, bool skipVTables = false ) : System
__CopyValue ( Command native ) : void*

Method Details

AddCommand() public method

public AddCommand ( string name, LLDB impl, string help ) : LLDB.Command
name string
impl LLDB
help string
return LLDB.Command

AddMultiwordCommand() public method

public AddMultiwordCommand ( string name, string help ) : LLDB.Command
name string
help string
return LLDB.Command

Command() public method

public Command ( ) : System
return System

Command() public method

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

Command() protected method

protected Command ( 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

IsValid() public method

public IsValid ( ) : bool
return bool

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return Command>.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