Namespace Sdl.Desktop.IntegrationApi.Extensions.CommandLine
Classes
ExternalCommandLineArgument
Represents a command line argument and its values.
ExternalCommandLineArgumentDefinition
Defines a command line argument.
ExternalCommandLineArguments
A collection of command line arguments supplied by the user.
ExternalCommandLineProcessorAttribute
Extension attribute for regsitering command line processors. This can be used on classes implementing IExternalCommandLineProcessor.
Interfaces
IExternalCommandLineProcessor
Represents a command line processor extension, which is responsible for processing a number of command line arguments, which allow the user the execute a specific task or a set of tasks from the command line. This will be executed before the main window is created.
IExternalWindowAwareCommandLineProcessor
Represents a command line processor which is executed after the application window has been shown. For more information IExternalCommandLineProcessor.