프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
protected CommandReturnObject ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
리턴 | System |
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 |