Свойство | Тип | Описание | |
---|---|---|---|
NativeToManagedMap | Block>.System.Collections.Concurrent.ConcurrentDictionary |
Свойство | Тип | Описание | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Метод | Описание | |
---|---|---|
Block ( ) : System | ||
Block ( LLDB rhs ) : System | ||
Dispose ( ) : void | ||
GetContainingInlinedBlock ( ) : LLDB.Block |
Get the inlined block that contains this block.
|
|
GetDescription ( LLDB description ) : bool | ||
GetFirstChild ( ) : LLDB.Block | ||
GetInlinedCallSiteFile ( ) : LLDB.FileSpec | ||
GetParent ( ) : LLDB.Block | ||
GetRangeEndAddress ( uint idx ) : LLDB.Address | ||
GetRangeIndexForBlockAddress ( LLDB block_addr ) : uint | ||
GetRangeStartAddress ( uint idx ) : LLDB.Address | ||
GetSibling ( ) : LLDB.Block | ||
GetVariables ( LLDB target, bool arguments, bool locals, bool statics ) : LLDB.ValueList | ||
GetVariables ( LLDB frame, bool arguments, bool locals, bool statics, LLDB use_dynamic ) : LLDB.ValueList | ||
IsInlined ( ) : bool | ||
IsValid ( ) : bool | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Метод | Описание | |
---|---|---|
Block ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
Block ( |
||
__CopyValue ( |
protected Block ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetContainingInlinedBlock ( ) : LLDB.Block | ||
Результат | LLDB.Block |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
Результат | bool |
public GetInlinedCallSiteFile ( ) : LLDB.FileSpec | ||
Результат | LLDB.FileSpec |
public GetRangeEndAddress ( uint idx ) : LLDB.Address | ||
idx | uint | |
Результат | LLDB.Address |
public GetRangeIndexForBlockAddress ( LLDB block_addr ) : uint | ||
block_addr | LLDB | |
Результат | uint |
public GetRangeStartAddress ( uint idx ) : LLDB.Address | ||
idx | uint | |
Результат | LLDB.Address |
public GetVariables ( LLDB target, bool arguments, bool locals, bool statics ) : LLDB.ValueList | ||
target | LLDB | |
arguments | bool | |
locals | bool | |
statics | bool | |
Результат | LLDB.ValueList |
public GetVariables ( LLDB frame, bool arguments, bool locals, bool statics, LLDB use_dynamic ) : LLDB.ValueList | ||
frame | LLDB | |
arguments | bool | |
locals | bool | |
statics | bool | |
use_dynamic | LLDB | |
Результат | LLDB.ValueList |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
Результат |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
Результат |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
Результат | Block>.System.Collections.Concurrent.ConcurrentDictionary |