Method | Description | |
---|---|---|
Write ( object o ) : void |
지정된 인스턴스의 정보를 Dump 뜹니다.
|
|
Write ( object o, int depth ) : void |
지정된 인스턴스의 정보를 Dump 뜹니다.
|
Method | Description | |
---|---|---|
ObjectDumper ( int depth ) : System | ||
Write ( string s ) : void | ||
WriteIndent ( ) : void | ||
WriteLine ( ) : void | ||
WriteObject ( string prefix, object o ) : void | ||
WriteTab ( ) : void | ||
WriteValue ( object o ) : void |
public static Write ( object o, int depth ) : void | ||
o | object | |
depth | int | |
return | void |