Class ExternalCommandLineArgument
Represents a command line argument and its values.
Inherited Members
Namespace: SdlSdl.DesktopIntegrationApiExtensionsCommandLine
Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
Syntax
public class ExternalCommandLineArgument
Constructors
ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition)
Creates a new argument with the specific definition.
Declaration
public ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition definition)
Parameters
Type | Name | Description |
---|---|---|
ExternalCommandLineArgumentDefinition | definition | The definition of the argument. |
Properties
Definition
Gets the command line argument definition.
Declaration
public ExternalCommandLineArgumentDefinition Definition { get; set; }
Property Value
Type | Description |
---|---|
ExternalCommandLineArgumentDefinition |
Values
Gets the list of values supplied for this argument.
Declaration
public IList<string> Values { get; set; }
Property Value
Type | Description |
---|---|
IListstring |