ICommandLineOptions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the interface for command line options.
public interface ICommandLineOptions
type ICommandLineOptions = interface
Public Interface ICommandLineOptions
Methods
| Name | Description |
|---|---|
| IsOptionSet(String) |
Checks if the specified option is set. |
| TryGetOptionArgumentList(String, String[]) |
Tries to get the argument list for the specified option. |