C# 클래스 LLDB.TypeCategory

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

공개 프로퍼티들

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
AddLanguage ( LLDB language ) : void
AddTypeFilter ( LLDB _0, LLDB _1 ) : bool
AddTypeFormat ( LLDB _0, LLDB _1 ) : bool
AddTypeSummary ( LLDB _0, LLDB _1 ) : bool
AddTypeSynthetic ( LLDB _0, LLDB _1 ) : bool
DeleteTypeFilter ( LLDB _0 ) : bool
DeleteTypeFormat ( LLDB _0 ) : bool
DeleteTypeSummary ( LLDB _0 ) : bool
DeleteTypeSynthetic ( LLDB _0 ) : bool
Dispose ( ) : void
Equals ( object obj ) : bool
GetDescription ( LLDB description, LLDB description_level ) : bool
GetFilterAtIndex ( uint _0 ) : LLDB.TypeFilter
GetFilterForType ( LLDB _0 ) : LLDB.TypeFilter
GetFormatAtIndex ( uint _0 ) : LLDB.TypeFormat
GetFormatForType ( LLDB _0 ) : LLDB.TypeFormat
GetHashCode ( ) : int
GetLanguageAtIndex ( uint idx ) : LLDB.LanguageType
GetSummaryAtIndex ( uint _0 ) : LLDB.TypeSummary
GetSummaryForType ( LLDB _0 ) : LLDB.TypeSummary
GetSyntheticAtIndex ( uint _0 ) : LLDB.TypeSynthetic
GetSyntheticForType ( LLDB _0 ) : LLDB.TypeSynthetic
GetTypeNameSpecifierForFilterAtIndex ( uint _0 ) : LLDB.TypeNameSpecifier
GetTypeNameSpecifierForFormatAtIndex ( uint _0 ) : LLDB.TypeNameSpecifier
GetTypeNameSpecifierForSummaryAtIndex ( uint _0 ) : LLDB.TypeNameSpecifier
GetTypeNameSpecifierForSyntheticAtIndex ( uint _0 ) : LLDB.TypeNameSpecifier
IsValid ( ) : bool
TypeCategory ( ) : System
TypeCategory ( LLDB rhs ) : System
__CreateInstance ( TypeCategory native, bool skipVTables = false ) : TypeCategory
__CreateInstance ( global native, bool skipVTables = false ) : TypeCategory
operator ( ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
IsDefaultCategory ( ) : bool
TypeCategory ( string _0 ) : System
TypeCategory ( void native, bool skipVTables = false ) : System

비공개 메소드들

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

메소드 상세

AddLanguage() 공개 메소드

public AddLanguage ( LLDB language ) : void
language LLDB
리턴 void

AddTypeFilter() 공개 메소드

public AddTypeFilter ( LLDB _0, LLDB _1 ) : bool
_0 LLDB
_1 LLDB
리턴 bool

AddTypeFormat() 공개 메소드

public AddTypeFormat ( LLDB _0, LLDB _1 ) : bool
_0 LLDB
_1 LLDB
리턴 bool

AddTypeSummary() 공개 메소드

public AddTypeSummary ( LLDB _0, LLDB _1 ) : bool
_0 LLDB
_1 LLDB
리턴 bool

AddTypeSynthetic() 공개 메소드

public AddTypeSynthetic ( LLDB _0, LLDB _1 ) : bool
_0 LLDB
_1 LLDB
리턴 bool

DeleteTypeFilter() 공개 메소드

public DeleteTypeFilter ( LLDB _0 ) : bool
_0 LLDB
리턴 bool

DeleteTypeFormat() 공개 메소드

public DeleteTypeFormat ( LLDB _0 ) : bool
_0 LLDB
리턴 bool

DeleteTypeSummary() 공개 메소드

public DeleteTypeSummary ( LLDB _0 ) : bool
_0 LLDB
리턴 bool

DeleteTypeSynthetic() 공개 메소드

public DeleteTypeSynthetic ( LLDB _0 ) : bool
_0 LLDB
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

Equals() 공개 메소드

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

GetDescription() 공개 메소드

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

GetFilterAtIndex() 공개 메소드

public GetFilterAtIndex ( uint _0 ) : LLDB.TypeFilter
_0 uint
리턴 LLDB.TypeFilter

GetFilterForType() 공개 메소드

public GetFilterForType ( LLDB _0 ) : LLDB.TypeFilter
_0 LLDB
리턴 LLDB.TypeFilter

GetFormatAtIndex() 공개 메소드

public GetFormatAtIndex ( uint _0 ) : LLDB.TypeFormat
_0 uint
리턴 LLDB.TypeFormat

GetFormatForType() 공개 메소드

public GetFormatForType ( LLDB _0 ) : LLDB.TypeFormat
_0 LLDB
리턴 LLDB.TypeFormat

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetLanguageAtIndex() 공개 메소드

public GetLanguageAtIndex ( uint idx ) : LLDB.LanguageType
idx uint
리턴 LLDB.LanguageType

GetSummaryAtIndex() 공개 메소드

public GetSummaryAtIndex ( uint _0 ) : LLDB.TypeSummary
_0 uint
리턴 LLDB.TypeSummary

GetSummaryForType() 공개 메소드

public GetSummaryForType ( LLDB _0 ) : LLDB.TypeSummary
_0 LLDB
리턴 LLDB.TypeSummary

GetSyntheticAtIndex() 공개 메소드

public GetSyntheticAtIndex ( uint _0 ) : LLDB.TypeSynthetic
_0 uint
리턴 LLDB.TypeSynthetic

GetSyntheticForType() 공개 메소드

public GetSyntheticForType ( LLDB _0 ) : LLDB.TypeSynthetic
_0 LLDB
리턴 LLDB.TypeSynthetic

GetTypeNameSpecifierForFilterAtIndex() 공개 메소드

public GetTypeNameSpecifierForFilterAtIndex ( uint _0 ) : LLDB.TypeNameSpecifier
_0 uint
리턴 LLDB.TypeNameSpecifier

GetTypeNameSpecifierForFormatAtIndex() 공개 메소드

public GetTypeNameSpecifierForFormatAtIndex ( uint _0 ) : LLDB.TypeNameSpecifier
_0 uint
리턴 LLDB.TypeNameSpecifier

GetTypeNameSpecifierForSummaryAtIndex() 공개 메소드

public GetTypeNameSpecifierForSummaryAtIndex ( uint _0 ) : LLDB.TypeNameSpecifier
_0 uint
리턴 LLDB.TypeNameSpecifier

GetTypeNameSpecifierForSyntheticAtIndex() 공개 메소드

public GetTypeNameSpecifierForSyntheticAtIndex ( uint _0 ) : LLDB.TypeNameSpecifier
_0 uint
리턴 LLDB.TypeNameSpecifier

IsDefaultCategory() 보호된 메소드

protected IsDefaultCategory ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

TypeCategory() 공개 메소드

public TypeCategory ( ) : System
리턴 System

TypeCategory() 공개 메소드

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

TypeCategory() 보호된 메소드

protected TypeCategory ( string _0 ) : System
_0 string
리턴 System

TypeCategory() 보호된 메소드

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

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

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

__OriginalVTables 보호되어 있는 프로퍼티

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

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool