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

파일 보기 프로젝트 열기: fremag/MemoScope.Net 1 사용 예제들

공개 메소드들

메소드 설명
ClrObject ( ulong address, Microsoft.Diagnostics.Runtime.ClrType type, bool isInterior = false ) : System
Equals ( object o ) : bool
GetAutomaticPropertyField ( string propertyName ) : string
GetField ( string fieldName ) : Microsoft.Diagnostics.Runtime.ClrInstanceField
GetHashCode ( ) : int
GetInnerObject ( ulong pointer, Microsoft.Diagnostics.Runtime.ClrType type ) : ClrObject
this ( Microsoft.Diagnostics.Runtime.ClrInstanceField field ) : ClrObject
this ( int arrayIndex ) : ClrObject
this ( string fieldName ) : ClrObject

메소드 상세

ClrObject() 공개 메소드

public ClrObject ( ulong address, Microsoft.Diagnostics.Runtime.ClrType type, bool isInterior = false ) : System
address ulong
type Microsoft.Diagnostics.Runtime.ClrType
isInterior bool
리턴 System

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetAutomaticPropertyField() 공개 정적인 메소드

public static GetAutomaticPropertyField ( string propertyName ) : string
propertyName string
리턴 string

GetField() 공개 메소드

public GetField ( string fieldName ) : Microsoft.Diagnostics.Runtime.ClrInstanceField
fieldName string
리턴 Microsoft.Diagnostics.Runtime.ClrInstanceField

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetInnerObject() 공개 정적인 메소드

public static GetInnerObject ( ulong pointer, Microsoft.Diagnostics.Runtime.ClrType type ) : ClrObject
pointer ulong
type Microsoft.Diagnostics.Runtime.ClrType
리턴 ClrObject

this() 공개 메소드

public this ( Microsoft.Diagnostics.Runtime.ClrInstanceField field ) : ClrObject
field Microsoft.Diagnostics.Runtime.ClrInstanceField
리턴 ClrObject

this() 공개 메소드

public this ( int arrayIndex ) : ClrObject
arrayIndex int
리턴 ClrObject

this() 공개 메소드

public this ( string fieldName ) : ClrObject
fieldName string
리턴 ClrObject