프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Columns | int | ||
DisplayFormat | DisplayFormat | ||
WrapLines | bool |
메소드 | 설명 | |
---|---|---|
Format ( Thread target, |
||
Format ( Thread target, object obj ) : void | ||
FormatVariable ( StackFrame frame, |
||
ObjectFormatter ( DisplayFormat format ) : System | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
Append ( string text ) : void | ||
CheckLineWrap ( ) : void | ||
FormatArray ( Thread target, |
||
FormatArray ( Thread target, |
||
FormatClassObject ( Thread target, |
||
FormatEnum ( Thread target, |
||
FormatNullable ( Thread target, |
||
FormatObject ( Thread target, |
||
FormatObjectRecursed ( Thread target, |
||
FormatStructObject ( Thread target, |
||
PrintObject ( Thread target, |
public Format ( Thread target, |
||
target | Thread | |
obj | ||
리턴 | void |
protected FormatArray ( Thread target, |
||
target | Thread | |
aobj | ||
리턴 | void |
protected FormatArray ( Thread target, |
||
target | Thread | |
aobj | ||
bounds | ||
dimension | int | |
indices | int | |
리턴 | void |
protected FormatClassObject ( Thread target, |
||
target | Thread | |
obj | ||
class_info | ||
first | bool | |
리턴 | void |
protected FormatEnum ( Thread target, |
||
target | Thread | |
eobj | ||
리턴 | void |
protected FormatNullable ( Thread target, |
||
target | Thread | |
nullable | ||
리턴 | void |
protected FormatObject ( Thread target, |
||
target | Thread | |
obj | ||
리턴 | void |
protected FormatObjectRecursed ( Thread target, |
||
target | Thread | |
obj | ||
recursed | bool | |
리턴 | void |
protected FormatStructObject ( Thread target, |
||
target | Thread | |
obj | ||
리턴 | void |
public FormatVariable ( StackFrame frame, |
||
frame | StackFrame | |
variable | ||
리턴 | void |
public ObjectFormatter ( DisplayFormat format ) : System | ||
format | DisplayFormat | |
리턴 | System |
protected PrintObject ( Thread target, |
||
target | Thread | |
obj | ||
리턴 | void |