C# Class LLDB.TypeFormat

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

Méthodes publiques

Свойство Type Description
NativeToManagedMap TypeFormat>.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
GetDescription ( LLDB description, LLDB description_level ) : bool
GetHashCode ( ) : int
IsEqualTo ( LLDB rhs ) : bool
IsValid ( ) : bool
TypeFormat ( ) : System
TypeFormat ( LLDB rhs ) : System
TypeFormat ( LLDB format, uint options ) : System
TypeFormat ( string type, uint options ) : System
__CreateInstance ( TypeFormat native, bool skipVTables = false ) : TypeFormat
__CreateInstance ( global native, bool skipVTables = false ) : TypeFormat
operator ( ) : bool

Méthodes protégées

Méthode Description
CopyOnWrite_Impl ( LLDB _0 ) : bool
Dispose ( bool disposing ) : void
TypeFormat ( void native, bool skipVTables = false ) : System

Private Methods

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

Method Details

CopyOnWrite_Impl() protected méthode

protected CopyOnWrite_Impl ( LLDB _0 ) : bool
_0 LLDB
Résultat bool

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

GetDescription() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsEqualTo() public méthode

public IsEqualTo ( LLDB rhs ) : bool
rhs LLDB
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

TypeFormat() public méthode

public TypeFormat ( ) : System
Résultat System

TypeFormat() public méthode

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

TypeFormat() public méthode

public TypeFormat ( LLDB format, uint options ) : System
format LLDB
options uint
Résultat System

TypeFormat() public méthode

public TypeFormat ( string type, uint options ) : System
type string
options uint
Résultat System

TypeFormat() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

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 TypeFormat>.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