ResourceStream Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Provides a generic view of a sequence of bytes from a Management Pack resource.
The following tables list the members exposed by the ResourceStream type.
Public Constructors
Name | Description | |
---|---|---|
ResourceStream | Overloaded. Initializes a new instance of the ResourceStream class. |
Top
Protected Fields
Name | Description | |
---|---|---|
bufferedMode | true if the stream is in buffered mode; otherwise, false. (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) |
Top
Public Properties
Name | Description | |
---|---|---|
CanRead | Overridden. Gets a value that indicates whether the stream supports reading. (inherited from Stream) | |
CanSeek | Overridden. Gets a value that indicates whether the stream supports seeking. (inherited from Stream) | |
CanTimeout | (inherited from Stream) | |
CanWrite | Overridden. Gets a value that indicates whether the stream supports writing. (inherited from Stream) | |
Id | Gets the unique identifier of the stream. (inherited from BinaryStream) | |
Length | Overridden. Gets the length of the stream in bytes. | |
Position | Overridden. Gets or sets the current position in the stream. | |
ReadTimeout | (inherited from Stream) | |
WriteTimeout | (inherited from Stream) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
BeginRead | (inherited from Stream) | |
BeginWrite | (inherited from Stream) | |
Close | Overridden. When overridden in a derived class, closes the current stream, disposing of the underlying resources. (inherited from Stream) | |
CreateObjRef | (inherited from MarshalByRefObject) | |
Dispose | (inherited from Stream) | |
EndRead | (inherited from Stream) | |
EndWrite | (inherited from Stream) | |
Equals | (inherited from Object) | |
Flush | Overridden. 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 Stream) | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
Read | Overridden. Reads a sequence of bytes from the current stream and advances the position in the stream by the number of bytes read. | |
ReadByte | (inherited from Stream) | |
Seek | Overridden. Sets the position in the current stream. | |
SetLength | Overridden. When overridden in a derived class, sets the length of the current stream. (inherited from Stream) | |
ToString | (inherited from Object) | |
Write | Overridden. When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (inherited from Stream) | |
WriteByte | (inherited from Stream) |
Top
Protected Methods
Name | Description | |
---|---|---|
CreateWaitHandle | Obsolete. (inherited from Stream) | |
Dispose | (inherited from Stream) | |
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from MarshalByRefObject) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
ResourceStream Class
Microsoft.EnterpriseManagement.Common Namespace