Свойство | Тип | Описание | |
---|---|---|---|
NativeToManagedMap | CommandReturnObject>.System.Collections.Concurrent.ConcurrentDictionary |
Свойство | Тип | Описание | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Метод | Описание | |
---|---|---|
AppendMessage ( string message ) : void | ||
AppendWarning ( string message ) : void | ||
Clear ( ) : void | ||
CommandReturnObject ( ) : System | ||
CommandReturnObject ( LLDB rhs ) : System | ||
Dispose ( ) : void | ||
GetDescription ( LLDB description ) : bool | ||
GetError ( bool only_if_no_immediate ) : string | ||
GetOutput ( bool only_if_no_immediate ) : string | ||
HasResult ( ) : bool | ||
IsValid ( ) : bool | ||
Printf ( string format ) : uint | ||
PutCString ( string @string, int len ) : void | ||
PutError ( global fh ) : uint | ||
PutOutput ( global fh ) : uint | ||
SetError ( LLDB error, string fallback_error_cstr ) : void | ||
SetImmediateErrorFile ( global fh, bool transfer_ownership ) : void | ||
SetImmediateOutputFile ( global fh, bool transfer_ownership ) : void | ||
Succeeded ( ) : bool | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Метод | Описание | |
---|---|---|
CommandReturnObject ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
CommandReturnObject ( |
||
__CopyValue ( |
public AppendMessage ( string message ) : void | ||
message | string | |
Результат | void |
public AppendWarning ( string message ) : void | ||
message | string | |
Результат | void |
public CommandReturnObject ( LLDB rhs ) : System | ||
rhs | LLDB | |
Результат | System |
protected CommandReturnObject ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
Результат | bool |
public GetError ( bool only_if_no_immediate ) : string | ||
only_if_no_immediate | bool | |
Результат | string |
public GetOutput ( bool only_if_no_immediate ) : string | ||
only_if_no_immediate | bool | |
Результат | string |
public PutCString ( string @string, int len ) : void | ||
@string | string | |
len | int | |
Результат | void |
public SetError ( LLDB error, string fallback_error_cstr ) : void | ||
error | LLDB | |
fallback_error_cstr | string | |
Результат | void |
public SetImmediateErrorFile ( global fh, bool transfer_ownership ) : void | ||
fh | global | |
transfer_ownership | bool | |
Результат | void |
public SetImmediateOutputFile ( global fh, bool transfer_ownership ) : void | ||
fh | global | |
transfer_ownership | bool | |
Результат | void |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
Результат |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
Результат |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
Результат | CommandReturnObject>.System.Collections.Concurrent.ConcurrentDictionary |