C# Class LLDB.Type

Inheritance: IDisposable
Afficher le fichier Open project: tritao/LLDBSharp

Méthodes publiques

Свойство Type Description
NativeToManagedMap Type>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Свойство Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
Equals ( object obj ) : bool
GetArrayElementType ( ) : LLDB.Type
GetBasicType ( LLDB type ) : LLDB.Type
GetCanonicalType ( ) : LLDB.Type
GetDereferencedType ( ) : LLDB.Type
GetDescription ( LLDB description, LLDB description_level ) : bool
GetDirectBaseClassAtIndex ( uint idx ) : LLDB.TypeMember
GetEnumMembers ( ) : LLDB.TypeEnumMemberList
GetFieldAtIndex ( uint idx ) : LLDB.TypeMember
GetFunctionArgumentTypes ( ) : LLDB.TypeList
GetFunctionReturnType ( ) : LLDB.Type
GetHashCode ( ) : int
GetMemberFunctionAtIndex ( uint idx ) : LLDB.TypeMemberFunction
GetPointeeType ( ) : LLDB.Type
GetPointerType ( ) : LLDB.Type
GetReferenceType ( ) : LLDB.Type
GetTemplateArgumentKind ( uint idx ) : LLDB.TemplateArgumentKind
GetTemplateArgumentType ( uint idx ) : LLDB.Type
GetTypedefedType ( ) : LLDB.Type
GetUnqualifiedType ( ) : LLDB.Type
GetVectorElementType ( ) : LLDB.Type
GetVirtualBaseClassAtIndex ( uint idx ) : LLDB.TypeMember
IsAnonymousType ( ) : bool
IsArrayType ( ) : bool
IsFunctionType ( ) : bool
IsPointerType ( ) : bool
IsPolymorphicClass ( ) : bool
IsReferenceType ( ) : bool
IsTypeComplete ( ) : bool
IsTypedefType ( ) : bool
IsValid ( ) : bool
IsVectorType ( ) : bool
Type ( ) : System
Type ( LLDB rhs ) : System
__CreateInstance ( Type native, bool skipVTables = false ) : Type
__CreateInstance ( global native, bool skipVTables = false ) : Type
operator ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Type ( void native, bool skipVTables = false ) : System

Private Methods

Méthode Description
Type ( Type native, bool skipVTables = false ) : System
__CopyValue ( Type native ) : void*

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetArrayElementType() public méthode

public GetArrayElementType ( ) : LLDB.Type
Résultat LLDB.Type

GetBasicType() public méthode

public GetBasicType ( LLDB type ) : LLDB.Type
type LLDB
Résultat LLDB.Type

GetCanonicalType() public méthode

public GetCanonicalType ( ) : LLDB.Type
Résultat LLDB.Type

GetDereferencedType() public méthode

public GetDereferencedType ( ) : LLDB.Type
Résultat LLDB.Type

GetDescription() public méthode

public GetDescription ( LLDB description, LLDB description_level ) : bool
description LLDB
description_level LLDB
Résultat bool

GetDirectBaseClassAtIndex() public méthode

public GetDirectBaseClassAtIndex ( uint idx ) : LLDB.TypeMember
idx uint
Résultat LLDB.TypeMember

GetEnumMembers() public méthode

public GetEnumMembers ( ) : LLDB.TypeEnumMemberList
Résultat LLDB.TypeEnumMemberList

GetFieldAtIndex() public méthode

public GetFieldAtIndex ( uint idx ) : LLDB.TypeMember
idx uint
Résultat LLDB.TypeMember

GetFunctionArgumentTypes() public méthode

public GetFunctionArgumentTypes ( ) : LLDB.TypeList
Résultat LLDB.TypeList

GetFunctionReturnType() public méthode

public GetFunctionReturnType ( ) : LLDB.Type
Résultat LLDB.Type

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetMemberFunctionAtIndex() public méthode

public GetMemberFunctionAtIndex ( uint idx ) : LLDB.TypeMemberFunction
idx uint
Résultat LLDB.TypeMemberFunction

GetPointeeType() public méthode

public GetPointeeType ( ) : LLDB.Type
Résultat LLDB.Type

GetPointerType() public méthode

public GetPointerType ( ) : LLDB.Type
Résultat LLDB.Type

GetReferenceType() public méthode

public GetReferenceType ( ) : LLDB.Type
Résultat LLDB.Type

GetTemplateArgumentKind() public méthode

public GetTemplateArgumentKind ( uint idx ) : LLDB.TemplateArgumentKind
idx uint
Résultat LLDB.TemplateArgumentKind

GetTemplateArgumentType() public méthode

public GetTemplateArgumentType ( uint idx ) : LLDB.Type
idx uint
Résultat LLDB.Type

GetTypedefedType() public méthode

public GetTypedefedType ( ) : LLDB.Type
Résultat LLDB.Type

GetUnqualifiedType() public méthode

public GetUnqualifiedType ( ) : LLDB.Type
Résultat LLDB.Type

GetVectorElementType() public méthode

public GetVectorElementType ( ) : LLDB.Type
Résultat LLDB.Type

GetVirtualBaseClassAtIndex() public méthode

public GetVirtualBaseClassAtIndex ( uint idx ) : LLDB.TypeMember
idx uint
Résultat LLDB.TypeMember

IsAnonymousType() public méthode

public IsAnonymousType ( ) : bool
Résultat bool

IsArrayType() public méthode

public IsArrayType ( ) : bool
Résultat bool

IsFunctionType() public méthode

public IsFunctionType ( ) : bool
Résultat bool

IsPointerType() public méthode

public IsPointerType ( ) : bool
Résultat bool

IsPolymorphicClass() public méthode

public IsPolymorphicClass ( ) : bool
Résultat bool

IsReferenceType() public méthode

public IsReferenceType ( ) : bool
Résultat bool

IsTypeComplete() public méthode

public IsTypeComplete ( ) : bool
Résultat bool

IsTypedefType() public méthode

public IsTypedefType ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

IsVectorType() public méthode

public IsVectorType ( ) : bool
Résultat bool

Type() public méthode

public Type ( ) : System
Résultat System

Type() public méthode

public Type ( LLDB rhs ) : System
rhs LLDB
Résultat System

Type() protected méthode

protected Type ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Résultat System

__CreateInstance() public static méthode

public static __CreateInstance ( Type native, bool skipVTables = false ) : Type
native Type
skipVTables bool
Résultat Type

__CreateInstance() public static méthode

public static __CreateInstance ( global native, bool skipVTables = false ) : Type
native global
skipVTables bool
Résultat Type

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat Type>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
Résultat void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
Résultat int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
Résultat bool