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.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public static Type Get(
	Delegate cliCommandAsDelegate
)

Parameters

cliCommandAsDelegate  Delegate
The command as delegate.

Return Value

Type
The registered type of definition class.

See Also