C# 클래스 LLDB.TypeSummary

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

공개 프로퍼티들

프로퍼티 타입 설명
NativeToManagedMap TypeSummary>.System.Collections.Concurrent.ConcurrentDictionary

보호된 프로퍼티들

프로퍼티 타입 설명
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

공개 메소드들

메소드 설명
CreateWithCallback ( LLDB cb, uint options, string description ) : LLDB.TypeSummary
CreateWithFunctionName ( string data, uint options ) : LLDB.TypeSummary
CreateWithScriptCode ( string data, uint options ) : LLDB.TypeSummary
CreateWithSummaryString ( string data, uint options ) : LLDB.TypeSummary
Dispose ( ) : void
DoesPrintValue ( LLDB value ) : bool
Equals ( object obj ) : bool
GetDescription ( LLDB description, LLDB description_level ) : bool
GetHashCode ( ) : int
IsEqualTo ( LLDB rhs ) : bool
IsFunctionCode ( ) : bool
IsFunctionName ( ) : bool
IsSummaryString ( ) : bool
IsValid ( ) : bool
TypeSummary ( ) : System
TypeSummary ( LLDB rhs ) : System
__CreateInstance ( TypeSummary native, bool skipVTables = false ) : TypeSummary
__CreateInstance ( global native, bool skipVTables = false ) : TypeSummary
operator ( ) : bool

보호된 메소드들

메소드 설명
ChangeSummaryType ( bool want_script ) : bool
CopyOnWrite_Impl ( ) : bool
Dispose ( bool disposing ) : void
TypeSummary ( void native, bool skipVTables = false ) : System

비공개 메소드들

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

메소드 상세

ChangeSummaryType() 보호된 메소드

protected ChangeSummaryType ( bool want_script ) : bool
want_script bool
리턴 bool

CopyOnWrite_Impl() 보호된 메소드

protected CopyOnWrite_Impl ( ) : bool
리턴 bool

CreateWithCallback() 공개 정적인 메소드

public static CreateWithCallback ( LLDB cb, uint options, string description ) : LLDB.TypeSummary
cb LLDB
options uint
description string
리턴 LLDB.TypeSummary

CreateWithFunctionName() 공개 정적인 메소드

public static CreateWithFunctionName ( string data, uint options ) : LLDB.TypeSummary
data string
options uint
리턴 LLDB.TypeSummary

CreateWithScriptCode() 공개 정적인 메소드

public static CreateWithScriptCode ( string data, uint options ) : LLDB.TypeSummary
data string
options uint
리턴 LLDB.TypeSummary

CreateWithSummaryString() 공개 정적인 메소드

public static CreateWithSummaryString ( string data, uint options ) : LLDB.TypeSummary
data string
options uint
리턴 LLDB.TypeSummary

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

DoesPrintValue() 공개 메소드

public DoesPrintValue ( LLDB value ) : bool
value LLDB
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetDescription() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsEqualTo() 공개 메소드

public IsEqualTo ( LLDB rhs ) : bool
rhs LLDB
리턴 bool

IsFunctionCode() 공개 메소드

public IsFunctionCode ( ) : bool
리턴 bool

IsFunctionName() 공개 메소드

public IsFunctionName ( ) : bool
리턴 bool

IsSummaryString() 공개 메소드

public IsSummaryString ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

TypeSummary() 공개 메소드

public TypeSummary ( ) : System
리턴 System

TypeSummary() 공개 메소드

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

TypeSummary() 보호된 메소드

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

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

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

__OriginalVTables 보호되어 있는 프로퍼티

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

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool