C# Class LLDB.TypeEnumMember

Inheritance: IDisposable
Afficher le fichier Open project: tritao/LLDBSharp Class Usage Examples

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetDescription ( LLDB description, LLDB description_level ) : bool
GetType ( ) : LLDB.Type
IsValid ( ) : bool
TypeEnumMember ( ) : System
TypeEnumMember ( LLDB rhs ) : System
__CreateInstance ( TypeEnumMember native, bool skipVTables = false ) : TypeEnumMember
__CreateInstance ( global native, bool skipVTables = false ) : TypeEnumMember

Méthodes protégées

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

Private Methods

Méthode Description
TypeEnumMember ( TypeEnumMember native, bool skipVTables = false ) : System
__CopyValue ( TypeEnumMember 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

GetDescription() public méthode

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

GetType() public méthode

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

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

TypeEnumMember() public méthode

public TypeEnumMember ( ) : System
Résultat System

TypeEnumMember() public méthode

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

TypeEnumMember() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat TypeEnumMember>.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