Метод | Описание | |
---|---|---|
ClrObject ( Microsoft.Diagnostics.Runtime.ClrHeap heap, Microsoft.Diagnostics.Runtime.ClrType type, ulong addr ) : System | ||
ClrObject ( Microsoft.Diagnostics.Runtime.ClrHeap heap, Microsoft.Diagnostics.Runtime.ClrType type, ulong addr, bool inner ) : System | ||
GetDictionaryItems ( ) : dynamic>>.IList |
||
GetDictionaryKeyType ( ) : Microsoft.Diagnostics.Runtime.ClrType | ||
GetDictionaryValueType ( ) : Microsoft.Diagnostics.Runtime.ClrType | ||
GetDynamicMemberNames ( ) : IEnumerable |
||
GetHeapType ( ) : Microsoft.Diagnostics.Runtime.ClrType | ||
GetItems ( ) : IEnumerable |
||
GetLength ( ) : int | ||
GetValue ( ) : ulong | ||
IsDictionary ( ) : bool | ||
IsList ( ) : bool | ||
IsNull ( ) : bool | ||
ToString ( ) : string | ||
TryConvert ( |
||
TryGetIndex ( |
||
TryGetMember ( |
Метод | Описание | |
---|---|---|
GetArrayValue ( Microsoft.Diagnostics.Runtime.ClrType type, ulong addr, int index, object &result ) : bool | ||
GetIndexFromObjects ( object indexes ) : int | ||
IsStringDict ( ) : bool |
public ClrObject ( Microsoft.Diagnostics.Runtime.ClrHeap heap, Microsoft.Diagnostics.Runtime.ClrType type, ulong addr ) : System | ||
heap | Microsoft.Diagnostics.Runtime.ClrHeap | |
type | Microsoft.Diagnostics.Runtime.ClrType | |
addr | ulong | |
Результат | System |
public ClrObject ( Microsoft.Diagnostics.Runtime.ClrHeap heap, Microsoft.Diagnostics.Runtime.ClrType type, ulong addr, bool inner ) : System | ||
heap | Microsoft.Diagnostics.Runtime.ClrHeap | |
type | Microsoft.Diagnostics.Runtime.ClrType | |
addr | ulong | |
inner | bool | |
Результат | System |
public GetDictionaryItems ( ) : dynamic>>.IList |
||
Результат | dynamic>>.IList |
public GetDictionaryKeyType ( ) : Microsoft.Diagnostics.Runtime.ClrType | ||
Результат | Microsoft.Diagnostics.Runtime.ClrType |
public GetDictionaryValueType ( ) : Microsoft.Diagnostics.Runtime.ClrType | ||
Результат | Microsoft.Diagnostics.Runtime.ClrType |
public GetDynamicMemberNames ( ) : IEnumerable |
||
Результат | IEnumerable |
public GetHeapType ( ) : Microsoft.Diagnostics.Runtime.ClrType | ||
Результат | Microsoft.Diagnostics.Runtime.ClrType |
public TryConvert ( |
||
binder | ||
result | object | |
Результат | bool |
public TryGetIndex ( |
||
binder | ||
indexes | object | |
result | object | |
Результат | bool |
public TryGetMember ( |
||
binder | ||
result | object | |
Результат | bool |