CommandManager(IEnumerableAssembly, CommandOptions) Constructor

Initializes a new instance of the CommandManager class.

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public CommandManager(
	IEnumerable<Assembly> assemblies,
	CommandOptions? options = null
)

Parameters

assemblies  IEnumerableAssembly
The assemblies containing the commands.
options  CommandOptions  (Optional)
The options to use for parsing and usage help, or to use the default options.

Exceptions

ArgumentNullExceptionassemblies or one of its elements is .

See Also