Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | Address>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
Address ( ) : System | ||
Address ( LLDB rhs ) : System | ||
Address ( LLDB section, ulong offset ) : System | ||
Address ( ulong load_addr, LLDB target ) : System | ||
Clear ( ) : void | ||
Dispose ( ) : void | ||
GetBlock ( ) : LLDB.Block | ||
GetCompileUnit ( ) : LLDB.CompileUnit | ||
GetDescription ( LLDB description ) : bool | ||
GetFunction ( ) : LLDB.Function | ||
GetLineEntry ( ) : LLDB.LineEntry | ||
GetLoadAddress ( LLDB target ) : ulong | ||
GetModule ( ) : LLDB.Module | ||
GetSection ( ) : LLDB.Section | ||
GetSymbol ( ) : LLDB.Symbol | ||
GetSymbolContext ( uint resolve_scope ) : LLDB.SymbolContext | ||
IsValid ( ) : bool | ||
OffsetAddress ( ulong offset ) : bool | ||
SetAddress ( LLDB section, ulong offset ) : void | ||
SetLoadAddress ( ulong load_addr, LLDB target ) : void | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Method | Description | |
---|---|---|
Address ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Address ( |
||
__CopyValue ( |
public Address ( LLDB section, ulong offset ) : System | ||
section | LLDB | |
offset | ulong | |
return | System |
public Address ( ulong load_addr, LLDB target ) : System | ||
load_addr | ulong | |
target | LLDB | |
return | System |
protected Address ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
return | bool |
public GetLoadAddress ( LLDB target ) : ulong | ||
target | LLDB | |
return | ulong |
public GetSymbolContext ( uint resolve_scope ) : LLDB.SymbolContext | ||
resolve_scope | uint | |
return | LLDB.SymbolContext |
public SetAddress ( LLDB section, ulong offset ) : void | ||
section | LLDB | |
offset | ulong | |
return | void |
public SetLoadAddress ( ulong load_addr, LLDB target ) : void | ||
load_addr | ulong | |
target | LLDB | |
return | void |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
return |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
return |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
return | Address>.System.Collections.Concurrent.ConcurrentDictionary |