BuildEventArgsReader(BinaryReader, Int32) Constructor
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.
Initializes a new instance of BuildEventArgsReader using a BinaryReader instance.
public:
BuildEventArgsReader(System::IO::BinaryReader ^ binaryReader, int fileFormatVersion);
public BuildEventArgsReader (System.IO.BinaryReader binaryReader, int fileFormatVersion);
new Microsoft.Build.Logging.BuildEventArgsReader : System.IO.BinaryReader * int -> Microsoft.Build.Logging.BuildEventArgsReader
Public Sub New (binaryReader As BinaryReader, fileFormatVersion As Integer)
Parameters
- binaryReader
- BinaryReader
The BinaryReader to read BuildEventArgs from.
- fileFormatVersion
- Int32
The file format version of the log file being read.