C# Class LLDB.TypeSynthetic

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
CreateWithClassName ( string data, uint options ) : LLDB.TypeSynthetic
CreateWithScriptCode ( string data, uint options ) : LLDB.TypeSynthetic
Dispose ( ) : void
Equals ( object obj ) : bool
GetDescription ( LLDB description, LLDB description_level ) : bool
GetHashCode ( ) : int
IsClassCode ( ) : bool
IsClassName ( ) : bool
IsEqualTo ( LLDB rhs ) : bool
IsValid ( ) : bool
TypeSynthetic ( ) : System
TypeSynthetic ( LLDB rhs ) : System
__CreateInstance ( TypeSynthetic native, bool skipVTables = false ) : TypeSynthetic
__CreateInstance ( global native, bool skipVTables = false ) : TypeSynthetic
operator ( ) : bool

Méthodes protégées

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

Private Methods

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

Method Details

CopyOnWrite_Impl() protected méthode

protected CopyOnWrite_Impl ( ) : bool
Résultat bool

CreateWithClassName() public static méthode

public static CreateWithClassName ( string data, uint options ) : LLDB.TypeSynthetic
data string
options uint
Résultat LLDB.TypeSynthetic

CreateWithScriptCode() public static méthode

public static CreateWithScriptCode ( string data, uint options ) : LLDB.TypeSynthetic
data string
options uint
Résultat LLDB.TypeSynthetic

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

IsClassCode() public méthode

public IsClassCode ( ) : bool
Résultat bool

IsClassName() public méthode

public IsClassName ( ) : bool
Résultat bool

IsEqualTo() public méthode

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

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

TypeSynthetic() public méthode

public TypeSynthetic ( ) : System
Résultat System

TypeSynthetic() public méthode

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

TypeSynthetic() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

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