mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.IO.Stream, including all inherited members.
BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state) | System.IO.Stream | virtual |
BeginWrite(byte[] buffer, int offset, int count, AsyncCallback callback, object state) | System.IO.Stream | virtual |
CanRead | System.IO.Stream | |
CanSeek | System.IO.Stream | |
CanTimeout | System.IO.Stream | |
CanWrite | System.IO.Stream | |
Close() | System.IO.Stream | virtual |
CopyTo(Stream destination) | System.IO.Stream | |
CopyTo(Stream destination, int bufferSize) | System.IO.Stream | |
CopyToAsync(Stream destination) | System.IO.Stream | |
CopyToAsync(Stream destination, int bufferSize) | System.IO.Stream | |
CopyToAsync(Stream destination, int bufferSize, CancellationToken cancellationToken) | System.IO.Stream | virtual |
CreateObjRef(Type requestedType) | System.MarshalByRefObject | virtual |
CreateWaitHandle() | System.IO.Stream | protectedvirtual |
Dispose() | System.IO.Stream | |
Dispose(bool disposing) | System.IO.Stream | protectedvirtual |
EndRead(IAsyncResult asyncResult) | System.IO.Stream | virtual |
EndWrite(IAsyncResult asyncResult) | System.IO.Stream | virtual |
Flush() | System.IO.Stream | pure virtual |
FlushAsync() | System.IO.Stream | |
FlushAsync(CancellationToken cancellationToken) | System.IO.Stream | virtual |
GetLifetimeService() | System.MarshalByRefObject | |
InitializeLifetimeService() | System.MarshalByRefObject | virtual |
Length | System.IO.Stream | |
MemberwiseClone(bool cloneIdentity) | System.MarshalByRefObject | protected |
Null | System.IO.Stream | static |
ObjectInvariant() | System.IO.Stream | protectedvirtual |
Position | System.IO.Stream | |
Read([In] [Out] byte[] buffer, int offset, int count) | System.IO.Stream | pure virtual |
ReadAsync(byte[] buffer, int offset, int count) | System.IO.Stream | |
ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) | System.IO.Stream | virtual |
ReadByte() | System.IO.Stream | virtual |
ReadTimeout | System.IO.Stream | |
Seek(long offset, SeekOrigin origin) | System.IO.Stream | pure virtual |
SetLength(long value) | System.IO.Stream | pure virtual |
Stream() | System.IO.Stream | protected |
Synchronized(Stream stream) | System.IO.Stream | static |
Write(byte[] buffer, int offset, int count) | System.IO.Stream | pure virtual |
WriteAsync(byte[] buffer, int offset, int count) | System.IO.Stream | |
WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) | System.IO.Stream | virtual |
WriteByte(byte value) | System.IO.Stream | virtual |
WriteTimeout | System.IO.Stream |