C# Class LLDB.TypeFilter

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
AppendExpressionPath ( string item ) : void
Clear ( ) : void
Dispose ( ) : void
Equals ( object obj ) : bool
GetDescription ( LLDB description, LLDB description_level ) : bool
GetExpressionPathAtIndex ( uint i ) : string
GetHashCode ( ) : int
IsEqualTo ( LLDB rhs ) : bool
IsValid ( ) : bool
ReplaceExpressionPathAtIndex ( uint i, string item ) : bool
TypeFilter ( ) : System
TypeFilter ( LLDB rhs ) : System
TypeFilter ( uint options ) : System
__CreateInstance ( TypeFilter native, bool skipVTables = false ) : TypeFilter
__CreateInstance ( global native, bool skipVTables = false ) : TypeFilter
operator ( ) : bool

Méthodes protégées

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

Private Methods

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

Method Details

AppendExpressionPath() public méthode

public AppendExpressionPath ( string item ) : void
item string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyOnWrite_Impl() protected méthode

protected CopyOnWrite_Impl ( ) : bool
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

GetExpressionPathAtIndex() public méthode

public GetExpressionPathAtIndex ( uint i ) : string
i uint
Résultat string

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

ReplaceExpressionPathAtIndex() public méthode

public ReplaceExpressionPathAtIndex ( uint i, string item ) : bool
i uint
item string
Résultat bool

TypeFilter() public méthode

public TypeFilter ( ) : System
Résultat System

TypeFilter() public méthode

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

TypeFilter() public méthode

public TypeFilter ( uint options ) : System
options uint
Résultat System

TypeFilter() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

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