[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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  true if the stream is in buffered mode; otherwise, false. (inherited from BinaryStream)
protected fieldstatic CutoffStreamSize  The cutoff stream size. Everything greater than or equal to the cutoff stream size will be streamed. (inherited from BinaryStream)
protected field data  An array of stream data. (inherited from BinaryStream)
protected field lockObject  The locking object. (inherited from BinaryStream)
protected field streamId  The unique identifier of the stream. (inherited from BinaryStream)
protected field streamLength  The size of the stream. (inherited from BinaryStream)
protected field streamPosition  The current position within the stream. (inherited from BinaryStream)
Top

Public Properties

  Name Description
public property CanRead  Gets a value that indicates whether the stream supports reading. (inherited from BinaryStream)
public property CanSeek  Gets a value that indicates whether the stream supports seeking. (inherited from BinaryStream)
public property CanTimeout  (inherited from Stream)
public property CanWrite  Gets a value that indicates whether the stream supports writing. (inherited from BinaryStream)
public property Id  Gets the unique identifier of the stream. (inherited from BinaryStream)
public property Length Overridden.  
public property Position Overridden.  
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  When overridden in a derived class, closes the current stream, disposing of the underlying resources. (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  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)
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.  
public method ReadByte  (inherited from Stream)
public methodstatic ReferenceEquals  (inherited from Object)
public method Seek Overridden.  
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


Send comments about this topic to Microsoft.