VersionedBinaryReader Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specialization of BinaryReader that reads a versioned byte stream.
public ref class VersionedBinaryReader : System::IO::BinaryReaderpublic class VersionedBinaryReader : System.IO.BinaryReadertype VersionedBinaryReader = class
    inherit BinaryReaderPublic Class VersionedBinaryReader
Inherits BinaryReader- Inheritance
- 
				VersionedBinaryReader
Constructors
| VersionedBinaryReader(Stream, Encoding, Boolean) | Initializes a new instance of VersionedBinaryReader. | 
| VersionedBinaryReader(Stream) | Initializes a new instance of VersionedBinaryReader. | 
Methods
| ReadVersioned(Int32, VersionedBinaryReader+MultiVersionReadCallback) | Reads from the base stream, with version checking.   | 
| ReadVersioned(Int32, VersionedBinaryReader+ReadCallback, Boolean) | Reads from the base stream, with version checking. | 
| ReadVersioned<T>(Int32, Func<VersionedBinaryReader,T>, Boolean) | Reads from the base stream, with version checking, returning the result from the callback. |