C# Class LLDB.VariablesOptions

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

VariablesOptions() public méthode

public VariablesOptions ( ) : System
Résultat System

VariablesOptions() public méthode

public VariablesOptions ( LLDB options ) : System
options LLDB
Résultat System

VariablesOptions() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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