BinaryLogger.ProcessParameters(String[]) Method
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.
Processes multiple binary logger parameter sets and returns distinct paths and configuration info.
public:
static Microsoft::Build::Logging::BinaryLogger::ProcessedBinaryLoggerParameters ProcessParameters(cli::array <System::String ^> ^ binaryLoggerParameters);
public static Microsoft.Build.Logging.BinaryLogger.ProcessedBinaryLoggerParameters ProcessParameters(string[] binaryLoggerParameters);
static member ProcessParameters : string[] -> Microsoft.Build.Logging.BinaryLogger.ProcessedBinaryLoggerParameters
Public Shared Function ProcessParameters (binaryLoggerParameters As String()) As BinaryLogger.ProcessedBinaryLoggerParameters
Parameters
- binaryLoggerParameters
- String[]
Array of parameter strings from command line
Returns
Processed result with distinct parameter sets and configuration info