메소드 | 설명 | |
---|---|---|
DebuggerWriter ( ) : System |
Initializes a new instance of the DebuggerWriter class.
|
|
DebuggerWriter ( int level, string category ) : System |
Initializes a new instance of the DebuggerWriter class with the specified level and category.
|
|
DebuggerWriter ( int level, string category, IFormatProvider formatProvider ) : System |
Initializes a new instance of the DebuggerWriter class with the specified level, category and format provider.
|
|
Write ( char value ) : void | ||
Write ( char buffer, int index, int count ) : void | ||
Write ( string value ) : void |
메소드 | 설명 | |
---|---|---|
DebuggerWriter ( IFormatProvider formatProvider ) : System | ||
Dispose ( bool disposing ) : void |
protected DebuggerWriter ( IFormatProvider formatProvider ) : System | ||
formatProvider | IFormatProvider | |
리턴 | System |
public DebuggerWriter ( int level, string category ) : System | ||
level | int | A description of the importance of the messages. |
category | string | The category of the messages. |
리턴 | System |
public DebuggerWriter ( int level, string category, IFormatProvider formatProvider ) : System | ||
level | int | A description of the importance of the messages. |
category | string | The category of the messages. |
formatProvider | IFormatProvider | An |
리턴 | System |
public Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
리턴 | void |