CommandRepositoryExtension.RegisterCommands Method
Namespace: DensoCreate.Cli.Framework
Description
Registers all command types in the specified assembly to the command repository.
Argument
Name | Type | Description |
---|---|---|
self | ICommandRepository | Command Repository |
assembly | Assembly | Assembly |
extension | IExtension | Extension (optional) |
Return value
- void