Compartilhar via


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
public fieldstatic Null  (inherited from Stream)

Top

Protected Fields

  Name Description
protected field bufferedMode  (inherited from BinaryStream)
protected field static CutoffStreamSize  (inherited from BinaryStream)
protected field data  (inherited from BinaryStream)
protected field lockObject  (inherited from BinaryStream)
protected field streamId  (inherited from BinaryStream)
protected field streamLength  (inherited from BinaryStream)
protected field streamPosition  (inherited from BinaryStream)

Top

Public Properties

  Name Description
public property CanRead  (inherited from BinaryStream)
public property CanSeek  (inherited from BinaryStream)
public property CanTimeout  (inherited from Stream)
public property CanWrite  (inherited from BinaryStream)
public property Id  (inherited from BinaryStream)
public property Length Overridden. Gets the length of the stream in bytes.
public property Position Overridden. Gets or sets the current position in the stream.
public property ReadTimeout  (inherited from Stream)
public property WriteTimeout  (inherited from Stream)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method BeginRead  (inherited from Stream)
public method BeginWrite  (inherited from Stream)
public method Close  (inherited from BinaryStream)
public method CreateObjRef  (inherited from MarshalByRefObject)
public method Dispose  Overloaded. (inherited from Stream)
public method EndRead  (inherited from Stream)
public method EndWrite  (inherited from Stream)
public method Equals  Overloaded. (inherited from Object)
public method Flush  (inherited from BinaryStream)
public method GetHashCode  (inherited from Object)
public method GetLifetimeService  (inherited from MarshalByRefObject)
public method GetType  (inherited from Object)
public method InitializeLifetimeService  (inherited from MarshalByRefObject)
public method Read Overridden. Reads a sequence of bytes from the current stream and advances the position in the stream by the number of bytes read.
public method ReadByte  (inherited from Stream)
public methodstatic ReferenceEquals  (inherited from Object)
public method Seek Overridden. Sets the position in the current stream.
public method SetLength  (inherited from BinaryStream)
public methodstatic Synchronized  (inherited from Stream)
public method ToString  (inherited from Object)
public method Write  (inherited from BinaryStream)
public method WriteByte  (inherited from Stream)

Top

Protected Methods

  Name Description
protected method CreateWaitHandle  Obsolete.  (inherited from Stream)
protected method Dispose  Overloaded. (inherited from Stream)
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  Overloaded. (inherited from MarshalByRefObject)

Top

See Also

Reference

ResourceStream Class
Microsoft.EnterpriseManagement.Common Namespace