Свойство | Type | Description | |
---|---|---|---|
AutoFlush | bool | ||
DefaultEncoding | |||
DefaultNewLine | char[] |
Méthode | Description | |
---|---|---|
AsyncTextWriter ( IAsyncDataWriter dataWriter, |
||
AsyncTextWriter ( IAsyncDataWriter dataWriter, bool ownsDataWriter = true ) : System | ||
Dispose ( ) : void | ||
Flush ( ) : SignalFuture | ||
Write ( ) : SignalFuture | ||
Write ( string text ) : SignalFuture | ||
WriteLine ( string text ) : SignalFuture | ||
WriteLines ( ) : SignalFuture |
Méthode | Description | |
---|---|---|
Flush ( int numChars ) : SignalFuture |
public AsyncTextWriter ( IAsyncDataWriter dataWriter, |
||
dataWriter | IAsyncDataWriter | |
encoding | ||
bufferSize | int | |
ownsDataWriter | bool | |
Résultat | System |
public AsyncTextWriter ( IAsyncDataWriter dataWriter, bool ownsDataWriter = true ) : System | ||
dataWriter | IAsyncDataWriter | |
ownsDataWriter | bool | |
Résultat | System |
public Write ( string text ) : SignalFuture | ||
text | string | |
Résultat | SignalFuture |
public WriteLine ( string text ) : SignalFuture | ||
text | string | |
Résultat | SignalFuture |
public static Encoding,System.Text DefaultEncoding | ||
Résultat |