C# Class LLDB.ValueList

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Append ( LLDB val_obj ) : void
Clear ( ) : void
Dispose ( ) : void
FindValueObjectByUID ( ulong uid ) : LLDB.Value
GetFirstValueByName ( string name ) : LLDB.Value
GetValueAtIndex ( uint idx ) : LLDB.Value
IsValid ( ) : bool
ValueList ( ) : System
ValueList ( LLDB rhs ) : System
__CreateInstance ( ValueList native, bool skipVTables = false ) : ValueList
__CreateInstance ( global native, bool skipVTables = false ) : ValueList

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
ValueList ( void native, bool skipVTables = false ) : System
opaque_ptr ( ) : global::System.IntPtr

Private Methods

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

Method Details

Append() public méthode

public Append ( LLDB val_obj ) : void
val_obj LLDB
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FindValueObjectByUID() public méthode

public FindValueObjectByUID ( ulong uid ) : LLDB.Value
uid ulong
Résultat LLDB.Value

GetFirstValueByName() public méthode

public GetFirstValueByName ( string name ) : LLDB.Value
name string
Résultat LLDB.Value

GetValueAtIndex() public méthode

public GetValueAtIndex ( uint idx ) : LLDB.Value
idx uint
Résultat LLDB.Value

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

ValueList() public méthode

public ValueList ( ) : System
Résultat System

ValueList() public méthode

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

ValueList() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

opaque_ptr() protected méthode

protected opaque_ptr ( ) : global::System.IntPtr
Résultat global::System.IntPtr

Property Details

NativeToManagedMap public_oe static_oe property

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