Property | Type | Description | |
---|---|---|---|
Null |
Property | Type | Description | |
---|---|---|---|
CheckAsyncTaskInProgress | void | ||
Flush | void | ||
FlushAsyncInternal | System.Threading.Tasks.Task | ||
FlushAsyncInternal | System.Threading.Tasks.Task | ||
Init | void | ||
StreamWriter | System.Text | ||
WriteAsyncInternal | System.Threading.Tasks.Task | ||
WriteAsyncInternal | System.Threading.Tasks.Task | ||
WriteAsyncInternal | System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
FlushAsync ( ) : System.Threading.Tasks.Task | ||
StreamWriter ( |
||
StreamWriter ( |
||
StreamWriter ( |
||
StreamWriter ( |
||
StreamWriter ( string path ) : System.Text | ||
StreamWriter ( string path, bool append ) : System.Text | ||
StreamWriter ( string path, bool append, |
||
StreamWriter ( string path, bool append, |
||
Write ( char value ) : void | ||
Write ( char buffer, int index, int count ) : void | ||
Write ( string value ) : void | ||
WriteAsync ( char value ) : System.Threading.Tasks.Task | ||
WriteAsync ( char buffer, int index, int count ) : System.Threading.Tasks.Task | ||
WriteAsync ( string value ) : System.Threading.Tasks.Task | ||
WriteLine ( string value ) : void | ||
WriteLineAsync ( ) : System.Threading.Tasks.Task | ||
WriteLineAsync ( char value ) : System.Threading.Tasks.Task | ||
WriteLineAsync ( char buffer, int index, int count ) : System.Threading.Tasks.Task | ||
WriteLineAsync ( string value ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CheckAsyncTaskInProgress ( ) : void | ||
Flush ( bool flushStream, bool flushEncoder ) : void | ||
FlushAsyncInternal ( |
||
FlushAsyncInternal ( bool flushStream, bool flushEncoder, char sCharBuffer, int sCharPos ) : System.Threading.Tasks.Task | ||
Init ( |
||
StreamWriter ( ) : System.Text | ||
WriteAsyncInternal ( |
||
WriteAsyncInternal ( |
||
WriteAsyncInternal ( |
public FlushAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public StreamWriter ( |
||
stream | ||
return | System.Text |
public StreamWriter ( |
||
stream | ||
encoding | ||
return | System.Text |
public StreamWriter ( |
||
stream | ||
encoding | ||
bufferSize | int | |
return | System.Text |
public StreamWriter ( |
||
stream | ||
encoding | ||
bufferSize | int | |
leaveOpen | bool | |
return | System.Text |
public StreamWriter ( string path ) : System.Text | ||
path | string | |
return | System.Text |
public StreamWriter ( string path, bool append ) : System.Text | ||
path | string | |
append | bool | |
return | System.Text |
public StreamWriter ( string path, bool append, |
||
path | string | |
append | bool | |
encoding | ||
return | System.Text |
public StreamWriter ( string path, bool append, |
||
path | string | |
append | bool | |
encoding | ||
bufferSize | int | |
return | System.Text |
public Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public WriteAsync ( char value ) : System.Threading.Tasks.Task | ||
value | char | |
return | System.Threading.Tasks.Task |
public WriteAsync ( char buffer, int index, int count ) : System.Threading.Tasks.Task | ||
buffer | char | |
index | int | |
count | int | |
return | System.Threading.Tasks.Task |
public WriteAsync ( string value ) : System.Threading.Tasks.Task | ||
value | string | |
return | System.Threading.Tasks.Task |
public WriteLineAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public WriteLineAsync ( char value ) : System.Threading.Tasks.Task | ||
value | char | |
return | System.Threading.Tasks.Task |
public WriteLineAsync ( char buffer, int index, int count ) : System.Threading.Tasks.Task | ||
buffer | char | |
index | int | |
count | int | |
return | System.Threading.Tasks.Task |
public WriteLineAsync ( string value ) : System.Threading.Tasks.Task | ||
value | string | |
return | System.Threading.Tasks.Task |