BinaryLogger.ProcessedBinaryLoggerParameters 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 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.