CommandLineParseOption(String, String[]) Constructor

Definition

Represents a command line parsed option.

public CommandLineParseOption(string name, string[] arguments);
new Microsoft.Testing.Platform.CommandLine.CommandLineParseOption : string * string[] -> Microsoft.Testing.Platform.CommandLine.CommandLineParseOption
Public Sub New (name As String, arguments As String())

Parameters

name
String

The name of the option.

arguments
String[]

The arguments associated to this option.

Applies to