C# Class DumpMiner.Debugger.ClrObject

Mostra file Open project: dudikeleti/DumpMiner

Public Methods

Method Description
ClrObject ( ulong objRef, Microsoft.Diagnostics.Runtime.ClrType type ) : System

Private Methods

Method Description
GetValues ( ulong obj, Microsoft.Diagnostics.Runtime.ClrType type, string baseName, int offset, bool inner, List values ) : List
ValueFactory ( ) : List

Method Details

ClrObject() public method

public ClrObject ( ulong objRef, Microsoft.Diagnostics.Runtime.ClrType type ) : System
objRef ulong
type Microsoft.Diagnostics.Runtime.ClrType
return System