Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | Command>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
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 ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Method | Description | |
---|---|---|
Command ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Command ( |
||
__CopyValue ( |
public AddCommand ( string name, LLDB impl, string help ) : LLDB.Command | ||
name | string | |
impl | LLDB | |
help | string | |
return | LLDB.Command |
public AddMultiwordCommand ( string name, string help ) : LLDB.Command | ||
name | string | |
help | string | |
return | LLDB.Command |
protected Command ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
return |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
return |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
return | Command>.System.Collections.Concurrent.ConcurrentDictionary |