C# Class K.Debug.DumpObject

Datei anzeigen Open project: ken39arg/cs-Dumper Class Usage Examples

Public Methods

Method Description
Dump ( ) : string
DumpObject ( object d ) : System
DumpObject ( object d, int indent, bool verbose, int maxDepth ) : System

Private Methods

Method Description
BuildIndent ( int level ) : string
ValueVerboseType ( Type t ) : bool
_Dump ( object d, int level, bool displayType ) : string

Method Details

Dump() public method

public Dump ( ) : string
return string

DumpObject() public method

public DumpObject ( object d ) : System
d object
return System

DumpObject() public method

public DumpObject ( object d, int indent, bool verbose, int maxDepth ) : System
d object
indent int
verbose bool
maxDepth int
return System