Method | Description | |
---|---|---|
ClrNullValue ( Microsoft.Diagnostics.Runtime.ClrHeap heap ) : System | ||
GetDefaultNullValue ( |
||
GetDynamicMemberNames ( ) : IEnumerable |
||
GetHeapType ( ) : Microsoft.Diagnostics.Runtime.ClrType | ||
GetLength ( ) : int | ||
GetValue ( ) : ulong | ||
IsNull ( ) : bool | ||
ToString ( ) : string | ||
TryConvert ( |
||
TryGetIndex ( |
||
TryGetMember ( |
public ClrNullValue ( Microsoft.Diagnostics.Runtime.ClrHeap heap ) : System | ||
heap | Microsoft.Diagnostics.Runtime.ClrHeap | |
return | System |
public static GetDefaultNullValue ( |
||
type | ||
result | object | |
return | bool |
public GetDynamicMemberNames ( ) : IEnumerable |
||
return | IEnumerable |
public GetHeapType ( ) : Microsoft.Diagnostics.Runtime.ClrType | ||
return | Microsoft.Diagnostics.Runtime.ClrType |
public TryConvert ( |
||
binder | ||
result | object | |
return | bool |
public TryGetIndex ( |
||
binder | ||
indexes | object | |
result | object | |
return | bool |
public TryGetMember ( |
||
binder | ||
result | object | |
return | bool |