C# Class LLDB.ValueList

Inheritance: IDisposable
Show file Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

Property Type Description
NativeToManagedMap ValueList>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Property Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
ValueList ( ValueList native, bool skipVTables = false ) : System
__CopyValue ( ValueList native ) : void*

Method Details

Append() public method

public Append ( LLDB val_obj ) : void
val_obj LLDB
return void

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FindValueObjectByUID() public method

public FindValueObjectByUID ( ulong uid ) : LLDB.Value
uid ulong
return LLDB.Value

GetFirstValueByName() public method

public GetFirstValueByName ( string name ) : LLDB.Value
name string
return LLDB.Value

GetValueAtIndex() public method

public GetValueAtIndex ( uint idx ) : LLDB.Value
idx uint
return LLDB.Value

IsValid() public method

public IsValid ( ) : bool
return bool

ValueList() public method

public ValueList ( ) : System
return System

ValueList() public method

public ValueList ( LLDB rhs ) : System
rhs LLDB
return System

ValueList() protected method

protected ValueList ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
return System

__CreateInstance() public static method

public static __CreateInstance ( ValueList native, bool skipVTables = false ) : ValueList
native ValueList
skipVTables bool
return ValueList

__CreateInstance() public static method

public static __CreateInstance ( global native, bool skipVTables = false ) : ValueList
native global
skipVTables bool
return ValueList

opaque_ptr() protected method

protected opaque_ptr ( ) : global::System.IntPtr
return global::System.IntPtr

Property Details

NativeToManagedMap public static property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return ValueList>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected property

protected bool __ownsNativeInstance
return bool