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

Public Fields (see also Protected Fields)

  Name Description
public fieldstatic Null  (inherited from Stream)

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)

See Also


Send comments about this topic to Microsoft.