The following tables list the members exposed by the ResourceStream type.
Public Constructors
Name | Description | |
---|---|---|
ResourceStream | Overloaded. |
Public Fields (see also Protected Fields)
Name | Description | |
---|---|---|
Null | (inherited from Stream) |
Protected Fields
Name | Description | |
---|---|---|
bufferedMode | true if the stream is in buffered mode; otherwise, false. (inherited from BinaryStream) | |
CutoffStreamSize | The cutoff stream size. Everything greater than or equal to the cutoff stream size will be streamed. (inherited from BinaryStream) | |
data | An array of stream data. (inherited from BinaryStream) | |
lockObject | The locking object. (inherited from BinaryStream) | |
streamId | The unique identifier of the stream. (inherited from BinaryStream) | |
streamLength | The size of the stream. (inherited from BinaryStream) | |
streamPosition | The current position within the stream. (inherited from BinaryStream) |
Public Properties
Name | Description | |
---|---|---|
CanRead | Gets a value that indicates whether the stream supports reading. (inherited from BinaryStream) | |
CanSeek | Gets a value that indicates whether the stream supports seeking. (inherited from BinaryStream) | |
CanTimeout | (inherited from Stream) | |
CanWrite | Gets a value that indicates whether the stream supports writing. (inherited from BinaryStream) | |
Id | Gets the unique identifier of the stream. (inherited from BinaryStream) | |
Length | Overridden. | |
Position | Overridden. | |
ReadTimeout | (inherited from Stream) | |
WriteTimeout | (inherited from Stream) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
BeginRead | (inherited from Stream) | |
BeginWrite | (inherited from Stream) | |
Close | When overridden in a derived class, closes the current stream, disposing of the underlying resources. (inherited from BinaryStream) | |
CreateObjRef | (inherited from MarshalByRefObject) | |
Dispose | Overloaded. (inherited from Stream) | |
EndRead | (inherited from Stream) | |
EndWrite | (inherited from Stream) | |
Equals | Overloaded. (inherited from Object) | |
Flush | When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device. (inherited from BinaryStream) | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
Read | Overridden. | |
ReadByte | (inherited from Stream) | |
ReferenceEquals | (inherited from Object) | |
Seek | Overridden. | |
SetLength | (inherited from BinaryStream) | |
Synchronized | (inherited from Stream) | |
ToString | (inherited from Object) | |
Write | (inherited from BinaryStream) | |
WriteByte | (inherited from Stream) |
Protected Methods
Name | Description | |
---|---|---|
CreateWaitHandle | Obsolete. (inherited from Stream) | |
Dispose | Overloaded. (inherited from Stream) | |
Finalize | (inherited from Object) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
See Also
Send comments about this topic to Microsoft.