C# Class LLDB.TypeSummaryOptions

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
IsValid ( ) : bool
TypeSummaryOptions ( ) : System
TypeSummaryOptions ( LLDB rhs ) : System
__CreateInstance ( TypeSummaryOptions native, bool skipVTables = false ) : TypeSummaryOptions
__CreateInstance ( global native, bool skipVTables = false ) : TypeSummaryOptions

Méthodes protégées

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

Private Methods

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

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

TypeSummaryOptions() public méthode

public TypeSummaryOptions ( ) : System
Résultat System

TypeSummaryOptions() public méthode

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

TypeSummaryOptions() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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