BinaryLogger.ProcessedBinaryLoggerParameters Constructor

Definition

Initializes a new instance of the BinaryLogger.ProcessedBinaryLoggerParameters struct.

public:
 ProcessedBinaryLoggerParameters(System::Collections::Generic::IReadOnlyList<System::String ^> ^ distinctParameterSets, bool allConfigurationsIdentical, System::Collections::Generic::IReadOnlyList<System::String ^> ^ additionalFilePaths, System::Collections::Generic::IReadOnlyList<System::String ^> ^ duplicateFilePaths);
public ProcessedBinaryLoggerParameters(System.Collections.Generic.IReadOnlyList<string> distinctParameterSets, bool allConfigurationsIdentical, System.Collections.Generic.IReadOnlyList<string> additionalFilePaths, System.Collections.Generic.IReadOnlyList<string> duplicateFilePaths);
new Microsoft.Build.Logging.BinaryLogger.ProcessedBinaryLoggerParameters : System.Collections.Generic.IReadOnlyList<string> * bool * System.Collections.Generic.IReadOnlyList<string> * System.Collections.Generic.IReadOnlyList<string> -> Microsoft.Build.Logging.BinaryLogger.ProcessedBinaryLoggerParameters
Public Sub New (distinctParameterSets As IReadOnlyList(Of String), allConfigurationsIdentical As Boolean, additionalFilePaths As IReadOnlyList(Of String), duplicateFilePaths As IReadOnlyList(Of String))

Parameters

distinctParameterSets
IReadOnlyList<String>

List of distinct parameter sets that need separate logger instances.

allConfigurationsIdentical
Boolean

Whether all parameter sets have identical configurations.

additionalFilePaths
IReadOnlyList<String>

Additional file paths to copy the binlog to.

duplicateFilePaths
IReadOnlyList<String>

List of duplicate file paths that were filtered out.

Applies to