Method | Description | |
---|---|---|
GetSimpleValue ( |
||
GetSimpleValue ( ulong objAddress, Microsoft.Diagnostics.Runtime.ClrType clrType, bool isInterior = false ) : object | ||
GetSimpleValueString ( |
||
IsSimpleValue ( Microsoft.Diagnostics.Runtime.ClrType type ) : bool |
Method | Description | |
---|---|---|
GetDateTime ( ulong dateData ) : System.DateTime | ||
GetDateTimeKindString ( DateTimeKind kind ) : string | ||
GetDateTimeString ( System.DateTime dateTime ) : string | ||
GetIPAddress ( |
||
ReadBuffer ( Microsoft.Diagnostics.Runtime.ClrHeap heap, ulong address, int length ) : byte[] |
public static GetSimpleValue ( |
||
obj | ||
return | object |
public static GetSimpleValue ( ulong objAddress, Microsoft.Diagnostics.Runtime.ClrType clrType, bool isInterior = false ) : object | ||
objAddress | ulong | |
clrType | Microsoft.Diagnostics.Runtime.ClrType | |
isInterior | bool | |
return | object |
public static GetSimpleValueString ( |
||
obj | ||
return | string |
public static IsSimpleValue ( Microsoft.Diagnostics.Runtime.ClrType type ) : bool | ||
type | Microsoft.Diagnostics.Runtime.ClrType | |
return | bool |