Свойство | Type | Description | |
---|---|---|---|
Null |
Свойство | Type | Description | |
---|---|---|---|
CoreNewLine | char[] |
Méthode | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Flush ( ) : void | ||
FlushAsync ( ) : Task | ||
Synchronized ( |
||
Write ( bool value ) : void | ||
Write ( char value ) : void | ||
Write ( char buffer, int index, int count ) : void | ||
Write ( decimal value ) : void | ||
Write ( double value ) : void | ||
Write ( float value ) : void | ||
Write ( int value ) : void | ||
Write ( long value ) : void | ||
Write ( object value ) : void | ||
Write ( string value ) : void | ||
Write ( string format, object arg0 ) : void | ||
Write ( string format, object arg0, object arg1 ) : void | ||
Write ( string format, object arg0, object arg1, object arg2 ) : void | ||
WriteAsync ( char value ) : Task | ||
WriteAsync ( char buffer, int index, int count ) : Task | ||
WriteAsync ( string value ) : Task | ||
WriteLine ( ) : void | ||
WriteLine ( bool value ) : void | ||
WriteLine ( char value ) : void | ||
WriteLine ( char buffer, int index, int count ) : void | ||
WriteLine ( decimal value ) : void | ||
WriteLine ( double value ) : void | ||
WriteLine ( float value ) : void | ||
WriteLine ( int value ) : void | ||
WriteLine ( long value ) : void | ||
WriteLine ( object value ) : void | ||
WriteLine ( string value ) : void | ||
WriteLine ( string format, object arg0 ) : void | ||
WriteLine ( string format, object arg0, object arg1 ) : void | ||
WriteLine ( string format, object arg0, object arg1, object arg2 ) : void | ||
WriteLineAsync ( ) : Task | ||
WriteLineAsync ( char value ) : Task | ||
WriteLineAsync ( char buffer, int index, int count ) : Task | ||
WriteLineAsync ( string value ) : Task |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
TextWriter ( ) : System.Text | ||
TextWriter ( IFormatProvider formatProvider ) : System.Text |
Méthode | Description | |
---|---|---|
Write ( uint value ) : void | ||
Write ( ulong value ) : void | ||
WriteLine ( uint value ) : void | ||
WriteLine ( ulong value ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public static Synchronized ( |
||
writer | ||
Résultat |
protected TextWriter ( IFormatProvider formatProvider ) : System.Text | ||
formatProvider | IFormatProvider | |
Résultat | System.Text |
public Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
Résultat | void |
public Write ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Résultat | void |
public Write ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
Résultat | void |
public Write ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
Résultat | void |
public WriteAsync ( char buffer, int index, int count ) : Task | ||
buffer | char | |
index | int | |
count | int | |
Résultat | Task |
public WriteLine ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
Résultat | void |
public WriteLine ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Résultat | void |
public WriteLine ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
Résultat | void |
public WriteLine ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
Résultat | void |
public WriteLineAsync ( char value ) : Task | ||
value | char | |
Résultat | Task |
public WriteLineAsync ( char buffer, int index, int count ) : Task | ||
buffer | char | |
index | int | |
count | int | |
Résultat | Task |
public WriteLineAsync ( string value ) : Task | ||
value | string | |
Résultat | Task |