Свойство | Type | Description | |
---|---|---|---|
NativeToManagedMap | Command>.System.Collections.Concurrent.ConcurrentDictionary |
Свойство | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Méthode | 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 ) : |
Méthode | Description | |
---|---|---|
Command ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
Command ( |
||
__CopyValue ( |
public AddCommand ( string name, LLDB impl, string help ) : LLDB.Command | ||
name | string | |
impl | LLDB | |
help | string | |
Résultat | LLDB.Command |
public AddMultiwordCommand ( string name, string help ) : LLDB.Command | ||
name | string | |
help | string | |
Résultat | LLDB.Command |
protected Command ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
Résultat |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
Résultat |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
Résultat | Command>.System.Collections.Concurrent.ConcurrentDictionary |