C# Class MemoScope.Modules.Instances.FieldAccessor

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

Méthodes publiques

Méthode Description
FieldAccessor ( ClrDump clrDump, Microsoft.Diagnostics.Runtime.ClrType clrType ) : MemoScope.Core
ToString ( ) : string
_bool ( string arg ) : bool
_byte ( string arg ) : byte
_char ( string arg ) : char
_datetime ( string arg ) : System.DateTime
_decimal ( string arg ) : decimal
_double ( string arg ) : double
_float ( string arg ) : float
_int ( string arg ) : int
_long ( string arg ) : long
_obj ( string arg ) : object
_ptr ( string arg ) : long
_short ( string arg ) : short
_string ( string arg ) : string
_uint ( string arg ) : uint
_ulong ( string arg ) : ulong
_ushort ( string arg ) : ushort

Private Methods

Méthode Description
Eval ( string arg ) : object
GetFuncName ( ClrElementType elementType ) : string

Method Details

FieldAccessor() public méthode

public FieldAccessor ( ClrDump clrDump, Microsoft.Diagnostics.Runtime.ClrType clrType ) : MemoScope.Core
clrDump ClrDump
clrType Microsoft.Diagnostics.Runtime.ClrType
Résultat MemoScope.Core

ToString() public méthode

public ToString ( ) : string
Résultat string

_bool() public méthode

public _bool ( string arg ) : bool
arg string
Résultat bool

_byte() public méthode

public _byte ( string arg ) : byte
arg string
Résultat byte

_char() public méthode

public _char ( string arg ) : char
arg string
Résultat char

_datetime() public méthode

public _datetime ( string arg ) : System.DateTime
arg string
Résultat System.DateTime

_decimal() public méthode

public _decimal ( string arg ) : decimal
arg string
Résultat decimal

_double() public méthode

public _double ( string arg ) : double
arg string
Résultat double

_float() public méthode

public _float ( string arg ) : float
arg string
Résultat float

_int() public méthode

public _int ( string arg ) : int
arg string
Résultat int

_long() public méthode

public _long ( string arg ) : long
arg string
Résultat long

_obj() public méthode

public _obj ( string arg ) : object
arg string
Résultat object

_ptr() public méthode

public _ptr ( string arg ) : long
arg string
Résultat long

_short() public méthode

public _short ( string arg ) : short
arg string
Résultat short

_string() public méthode

public _string ( string arg ) : string
arg string
Résultat string

_uint() public méthode

public _uint ( string arg ) : uint
arg string
Résultat uint

_ulong() public méthode

public _ulong ( string arg ) : ulong
arg string
Résultat ulong

_ushort() public méthode

public _ushort ( string arg ) : ushort
arg string
Résultat ushort