ICommandLineManager 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 a command line manager.
public interface ICommandLineManager
type ICommandLineManager = interface
Public Interface ICommandLineManager
Methods
| Name | Description |
|---|---|
| AddProvider(Func<ICommandLineOptionsProvider>) |
Adds a command line options provider. |
| AddProvider(Func<IServiceProvider,ICommandLineOptionsProvider>) |
Adds a command line options provider. |