ResourceStream Members
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. |
Top
Public Fields
(see also Protected Fields)
Name | Description | |
---|---|---|
Null | (inherited from Stream) |
Top
Protected Fields
Name | Description | |
---|---|---|
bufferedMode | (inherited from BinaryStream) | |
CutoffStreamSize | (inherited from BinaryStream) | |
data | (inherited from BinaryStream) | |
lockObject | (inherited from BinaryStream) | |
streamId | (inherited from BinaryStream) | |
streamLength | (inherited from BinaryStream) | |
streamPosition | (inherited from BinaryStream) |
Top
Public Properties
Name | Description | |
---|---|---|
CanRead | (inherited from BinaryStream) | |
CanSeek | (inherited from BinaryStream) | |
CanTimeout | (inherited from Stream) | |
CanWrite | (inherited from BinaryStream) | |
Id | (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 | (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 | (inherited from BinaryStream) | |
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) | |
ReferenceEquals | (inherited from Object) | |
Seek | Overridden. Sets the position in the current stream. | |
SetLength | (inherited from BinaryStream) | |
Synchronized | (inherited from Stream) | |
ToString | (inherited from Object) | |
Write | (inherited from BinaryStream) | |
WriteByte | (inherited from Stream) |
Top
Protected Methods
Name | Description | |
---|---|---|
CreateWaitHandle | Obsolete. (inherited from Stream) | |
Dispose | Overloaded. (inherited from Stream) | |
Finalize | (inherited from Object) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
Top
See Also
Reference
ResourceStream Class
Microsoft.EnterpriseManagement.Common Namespace