Méthode | Description | |
---|---|---|
NonClosingStreamWriter ( |
Initializes a new instance of the NonClosingStreamWriter class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Flushes the content of the StreamWriter to the underlying Stream, but does not close it.
|
Méthode | Description | |
---|---|---|
NonClosingStreamWriter ( ) : System.IO |
Initializes the NonClosingStreamWriter class.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Résultat | void |
public NonClosingStreamWriter ( |
||
stream | The stream to write to. | |
Résultat | System.IO |