C# Class LLDB.Type

Inheritance: IDisposable
Mostrar archivo Open project: tritao/LLDBSharp

Public Properties

Property Type Description
NativeToManagedMap Type>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Property Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Type ( void native, bool skipVTables = false ) : System

Private Methods

Method Description
Type ( Type native, bool skipVTables = false ) : System
__CopyValue ( Type native ) : void*

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetArrayElementType() public method

public GetArrayElementType ( ) : LLDB.Type
return LLDB.Type

GetBasicType() public method

public GetBasicType ( LLDB type ) : LLDB.Type
type LLDB
return LLDB.Type

GetCanonicalType() public method

public GetCanonicalType ( ) : LLDB.Type
return LLDB.Type

GetDereferencedType() public method

public GetDereferencedType ( ) : LLDB.Type
return LLDB.Type

GetDescription() public method

public GetDescription ( LLDB description, LLDB description_level ) : bool
description LLDB
description_level LLDB
return bool

GetDirectBaseClassAtIndex() public method

public GetDirectBaseClassAtIndex ( uint idx ) : LLDB.TypeMember
idx uint
return LLDB.TypeMember

GetEnumMembers() public method

public GetEnumMembers ( ) : LLDB.TypeEnumMemberList
return LLDB.TypeEnumMemberList

GetFieldAtIndex() public method

public GetFieldAtIndex ( uint idx ) : LLDB.TypeMember
idx uint
return LLDB.TypeMember

GetFunctionArgumentTypes() public method

public GetFunctionArgumentTypes ( ) : LLDB.TypeList
return LLDB.TypeList

GetFunctionReturnType() public method

public GetFunctionReturnType ( ) : LLDB.Type
return LLDB.Type

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetMemberFunctionAtIndex() public method

public GetMemberFunctionAtIndex ( uint idx ) : LLDB.TypeMemberFunction
idx uint
return LLDB.TypeMemberFunction

GetPointeeType() public method

public GetPointeeType ( ) : LLDB.Type
return LLDB.Type

GetPointerType() public method

public GetPointerType ( ) : LLDB.Type
return LLDB.Type

GetReferenceType() public method

public GetReferenceType ( ) : LLDB.Type
return LLDB.Type

GetTemplateArgumentKind() public method

public GetTemplateArgumentKind ( uint idx ) : LLDB.TemplateArgumentKind
idx uint
return LLDB.TemplateArgumentKind

GetTemplateArgumentType() public method

public GetTemplateArgumentType ( uint idx ) : LLDB.Type
idx uint
return LLDB.Type

GetTypedefedType() public method

public GetTypedefedType ( ) : LLDB.Type
return LLDB.Type

GetUnqualifiedType() public method

public GetUnqualifiedType ( ) : LLDB.Type
return LLDB.Type

GetVectorElementType() public method

public GetVectorElementType ( ) : LLDB.Type
return LLDB.Type

GetVirtualBaseClassAtIndex() public method

public GetVirtualBaseClassAtIndex ( uint idx ) : LLDB.TypeMember
idx uint
return LLDB.TypeMember

IsAnonymousType() public method

public IsAnonymousType ( ) : bool
return bool

IsArrayType() public method

public IsArrayType ( ) : bool
return bool

IsFunctionType() public method

public IsFunctionType ( ) : bool
return bool

IsPointerType() public method

public IsPointerType ( ) : bool
return bool

IsPolymorphicClass() public method

public IsPolymorphicClass ( ) : bool
return bool

IsReferenceType() public method

public IsReferenceType ( ) : bool
return bool

IsTypeComplete() public method

public IsTypeComplete ( ) : bool
return bool

IsTypedefType() public method

public IsTypedefType ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

IsVectorType() public method

public IsVectorType ( ) : bool
return bool

Type() public method

public Type ( ) : System
return System

Type() public method

public Type ( LLDB rhs ) : System
rhs LLDB
return System

Type() protected method

protected Type ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
return System

__CreateInstance() public static method

public static __CreateInstance ( Type native, bool skipVTables = false ) : Type
native Type
skipVTables bool
return Type

__CreateInstance() public static method

public static __CreateInstance ( global native, bool skipVTables = false ) : Type
native global
skipVTables bool
return Type

operator() public static method

public static operator ( ) : bool
return bool

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return Type>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
return bool