C# 클래스 LLDB.CommandReturnObject

상속: IDisposable
파일 보기 프로젝트 열기: tritao/LLDBSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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 ( CommandReturnObject native, bool skipVTables = false ) : CommandReturnObject
__CreateInstance ( global native, bool skipVTables = false ) : CommandReturnObject

보호된 메소드들

메소드 설명
CommandReturnObject ( void native, bool skipVTables = false ) : System
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CommandReturnObject ( CommandReturnObject native, bool skipVTables = false ) : System
__CopyValue ( CommandReturnObject native ) : void*

메소드 상세

AppendMessage() 공개 메소드

public AppendMessage ( string message ) : void
message string
리턴 void

AppendWarning() 공개 메소드

public AppendWarning ( string message ) : void
message string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CommandReturnObject() 공개 메소드

public CommandReturnObject ( ) : System
리턴 System

CommandReturnObject() 공개 메소드

public CommandReturnObject ( LLDB rhs ) : System
rhs LLDB
리턴 System

CommandReturnObject() 보호된 메소드

protected CommandReturnObject ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetDescription() 공개 메소드

public GetDescription ( LLDB description ) : bool
description LLDB
리턴 bool

GetError() 공개 메소드

public GetError ( bool only_if_no_immediate ) : string
only_if_no_immediate bool
리턴 string

GetOutput() 공개 메소드

public GetOutput ( bool only_if_no_immediate ) : string
only_if_no_immediate bool
리턴 string

HasResult() 공개 메소드

public HasResult ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

Printf() 공개 메소드

public Printf ( string format ) : uint
format string
리턴 uint

PutCString() 공개 메소드

public PutCString ( string @string, int len ) : void
@string string
len int
리턴 void

PutError() 공개 메소드

public PutError ( global fh ) : uint
fh global
리턴 uint

PutOutput() 공개 메소드

public PutOutput ( global fh ) : uint
fh global
리턴 uint

SetError() 공개 메소드

public SetError ( LLDB error, string fallback_error_cstr ) : void
error LLDB
fallback_error_cstr string
리턴 void

SetImmediateErrorFile() 공개 메소드

public SetImmediateErrorFile ( global fh, bool transfer_ownership ) : void
fh global
transfer_ownership bool
리턴 void

SetImmediateOutputFile() 공개 메소드

public SetImmediateOutputFile ( global fh, bool transfer_ownership ) : void
fh global
transfer_ownership bool
리턴 void

Succeeded() 공개 메소드

public Succeeded ( ) : bool
리턴 bool

__CreateInstance() 공개 정적인 메소드

public static __CreateInstance ( CommandReturnObject native, bool skipVTables = false ) : CommandReturnObject
native CommandReturnObject
skipVTables bool
리턴 CommandReturnObject

__CreateInstance() 공개 정적인 메소드

public static __CreateInstance ( global native, bool skipVTables = false ) : CommandReturnObject
native global
skipVTables bool
리턴 CommandReturnObject

프로퍼티 상세

NativeToManagedMap 공개적으로 정적으로 프로퍼티

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
리턴 CommandReturnObject>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables 보호되어 있는 프로퍼티

protected void*[] __OriginalVTables
리턴 void*[]

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool