CommandLineArgumentsEventArgs | Contains the event-data for the ArgumentsReceived event. |
CommandLineArgumentsNotifier | Notifies when the current application receives new command-line arguments. You would use this class to manage the command-line arguments for single-instance applications that are associated to filetypes, for example. |
CommandLineParameter | Represents a command-line parameter that does not takes any value. |
CommandLineParameterCollection | Represents a strongly typed list of CommandLineParameter that can be accessed by an index. |
CommandLineValueParameterT | Represents a command-line parameter that takes a value of specific Type. |
CommandLineValueParameterCollection | Represents a strongly typed list of CommandLineValueParameterT that can be accessed by an index. |
UtilApplicationParameterization | Contains Command-line Interface related utilities. |
CommandLineParameterPrefix | Specifies the prefix character that indicates the start of the parameter's name of a CommandLineParameter |
CommandLineParameterSuffix | Specifies the suffix character that delimits the parameter's name from the parameter's value of a CommandLineParameter |