Class ExternalCommandLineArguments
A collection of command line arguments supplied by the user.
Implements
Inherited Members
Namespace: SdlSdl.DesktopIntegrationApiExtensionsCommandLine
Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
Syntax
public class ExternalCommandLineArguments : Collection<ExternalCommandLineArgument>, IList<ExternalCommandLineArgument>, ICollection<ExternalCommandLineArgument>, IList, ICollection, IReadOnlyList<ExternalCommandLineArgument>, IReadOnlyCollection<ExternalCommandLineArgument>, IEnumerable<ExternalCommandLineArgument>, IEnumerable
Constructors
ExternalCommandLineArguments()
Declaration
public ExternalCommandLineArguments()
Properties
this[string]
Gets the command line argument with the specified name or alias (case insensitive).
Declaration
public ExternalCommandLineArgument this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of requested argument. |
Property Value
Type | Description |
---|---|
ExternalCommandLineArgument | The argument; or null if this argument was not supplied. |