C# Class LLDB.TypeList

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Append ( LLDB type ) : void
Dispose ( ) : void
GetTypeAtIndex ( uint index ) : LLDB.Type
IsValid ( ) : bool
TypeList ( ) : System
TypeList ( LLDB rhs ) : System
__CreateInstance ( TypeList native, bool skipVTables = false ) : TypeList
__CreateInstance ( global native, bool skipVTables = false ) : TypeList

Méthodes protégées

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

Private Methods

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

Method Details

Append() public méthode

public Append ( LLDB type ) : void
type LLDB
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

GetTypeAtIndex() public méthode

public GetTypeAtIndex ( uint index ) : LLDB.Type
index uint
Résultat LLDB.Type

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

TypeList() public méthode

public TypeList ( ) : System
Résultat System

TypeList() public méthode

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

TypeList() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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