ICommandLineOptions Interface

Definition

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.

Applies to