CliCommandAsDelegateGet Method
Gets the definition class registered for a command as delegate.
Also registers the delegate instance so that it can be found by the hash.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public static Type Get(
Delegate cliCommandAsDelegate
)
- cliCommandAsDelegate Delegate
- The command as delegate.
TypeThe registered type of definition class.