C# Class MemoScope.Core.Data.SimpleValueHelper

Afficher le fichier Open project: fremag/MemoScope.Net

Méthodes publiques

Méthode Description
GetSimpleValue ( ClrObject obj ) : object
GetSimpleValue ( ulong objAddress, Microsoft.Diagnostics.Runtime.ClrType clrType, bool isInterior = false ) : object
GetSimpleValueString ( ClrObject obj ) : string
IsSimpleValue ( Microsoft.Diagnostics.Runtime.ClrType type ) : bool

Private Methods

Méthode Description
GetDateTime ( ulong dateData ) : System.DateTime
GetDateTimeKindString ( DateTimeKind kind ) : string
GetDateTimeString ( System.DateTime dateTime ) : string
GetIPAddress ( ClrObject ipAddress ) : IPAddress
ReadBuffer ( Microsoft.Diagnostics.Runtime.ClrHeap heap, ulong address, int length ) : byte[]

Method Details

GetSimpleValue() public static méthode

public static GetSimpleValue ( ClrObject obj ) : object
obj ClrObject
Résultat object

GetSimpleValue() public static méthode

public static GetSimpleValue ( ulong objAddress, Microsoft.Diagnostics.Runtime.ClrType clrType, bool isInterior = false ) : object
objAddress ulong
clrType Microsoft.Diagnostics.Runtime.ClrType
isInterior bool
Résultat object

GetSimpleValueString() public static méthode

public static GetSimpleValueString ( ClrObject obj ) : string
obj ClrObject
Résultat string

IsSimpleValue() public static méthode

public static IsSimpleValue ( Microsoft.Diagnostics.Runtime.ClrType type ) : bool
type Microsoft.Diagnostics.Runtime.ClrType
Résultat bool