Freigeben über


BuildEventArgsReader(BinaryReader, Int32) Constructor

Definition

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.

Applies to