C# Class LLDB.TypeNameSpecifier

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

Méthodes publiques

Свойство Type Description
NativeToManagedMap TypeNameSpecifier>.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
GetType ( ) : LLDB.Type
IsEqualTo ( LLDB rhs ) : bool
IsRegex ( ) : bool
IsValid ( ) : bool
TypeNameSpecifier ( ) : System
TypeNameSpecifier ( LLDB type ) : System
TypeNameSpecifier ( string name, bool is_regex ) : System
__CreateInstance ( TypeNameSpecifier native, bool skipVTables = false ) : TypeNameSpecifier
__CreateInstance ( global native, bool skipVTables = false ) : TypeNameSpecifier
operator ( ) : bool

Méthodes protégées

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

Private Methods

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

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

GetType() public méthode

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

IsEqualTo() public méthode

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

IsRegex() public méthode

public IsRegex ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

TypeNameSpecifier() public méthode

public TypeNameSpecifier ( ) : System
Résultat System

TypeNameSpecifier() public méthode

public TypeNameSpecifier ( LLDB type ) : System
type LLDB
Résultat System

TypeNameSpecifier() public méthode

public TypeNameSpecifier ( string name, bool is_regex ) : System
name string
is_regex bool
Résultat System

TypeNameSpecifier() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

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