C# 클래스 MemoScope.Core.Data.SimpleValueHelper

파일 보기 프로젝트 열기: fremag/MemoScope.Net

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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[]

메소드 상세

GetSimpleValue() 공개 정적인 메소드

public static GetSimpleValue ( ClrObject obj ) : object
obj ClrObject
리턴 object

GetSimpleValue() 공개 정적인 메소드

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

GetSimpleValueString() 공개 정적인 메소드

public static GetSimpleValueString ( ClrObject obj ) : string
obj ClrObject
리턴 string

IsSimpleValue() 공개 정적인 메소드

public static IsSimpleValue ( Microsoft.Diagnostics.Runtime.ClrType type ) : bool
type Microsoft.Diagnostics.Runtime.ClrType
리턴 bool