|
| StreamWriter (Stream stream) |
|
| StreamWriter (Stream stream, Encoding encoding) |
|
| StreamWriter (Stream stream, Encoding encoding, int bufferSize) |
|
| StreamWriter (Stream stream, Encoding encoding, int bufferSize, bool leaveOpen) |
|
| StreamWriter (string path) |
|
| StreamWriter (string path, bool append) |
|
| StreamWriter (string path, bool append, Encoding encoding, int bufferSize) |
|
override void | Close () |
|
override void | Flush () |
|
override void | Write (char value) |
|
override void | Write (char[] buffer) |
|
override void | Write (char[] buffer, int index, int count) |
|
override void | Write (string value) |
|
override void | WriteLine (string value) |
|
void | Dispose () |
|
virtual void | Write (string format, object arg0) |
|
virtual void | Write (string format, object arg0, object arg1, object arg2) |
|
virtual void | WriteLine () |
|
virtual void | WriteLine (object value) |
|
virtual void | WriteLine (string format, object arg0) |
|
virtual void | WriteLine (string format, object arg0, object arg1) |
|
virtual void | WriteLine (string format, params object[] arg) |
|
virtual ObjRef | CreateObjRef (Type requestedType) |
|
virtual object | InitializeLifetimeService () |
|
Definition at line 10 of file StreamWriter.cs.