C# Class MemoScope.Core.Data.ClrObject

Afficher le fichier Open project: fremag/MemoScope.Net Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

ClrObject() public méthode

public ClrObject ( ulong address, Microsoft.Diagnostics.Runtime.ClrType type, bool isInterior = false ) : System
address ulong
type Microsoft.Diagnostics.Runtime.ClrType
isInterior bool
Résultat System

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetAutomaticPropertyField() public static méthode

public static GetAutomaticPropertyField ( string propertyName ) : string
propertyName string
Résultat string

GetField() public méthode

public GetField ( string fieldName ) : Microsoft.Diagnostics.Runtime.ClrInstanceField
fieldName string
Résultat Microsoft.Diagnostics.Runtime.ClrInstanceField

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetInnerObject() public static méthode

public static GetInnerObject ( ulong pointer, Microsoft.Diagnostics.Runtime.ClrType type ) : ClrObject
pointer ulong
type Microsoft.Diagnostics.Runtime.ClrType
Résultat ClrObject

this() public méthode

public this ( Microsoft.Diagnostics.Runtime.ClrInstanceField field ) : ClrObject
field Microsoft.Diagnostics.Runtime.ClrInstanceField
Résultat ClrObject

this() public méthode

public this ( int arrayIndex ) : ClrObject
arrayIndex int
Résultat ClrObject

this() public méthode

public this ( string fieldName ) : ClrObject
fieldName string
Résultat ClrObject