CliCommandAsDelegateInvokeDelegate Method
            Invokes the method represented by the command as delegate.
            
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public Object InvokeDelegate(
	string hash,
	Object[] args
)
- hash  String
 - The hash for command as delegate.
 - args  Object
 - 
            An array of objects that are the arguments to pass to the method represented
            by the command as delegate. -or- null, if the method represented
            by the command as delegate does not require arguments.
            
 
ObjectThe object returned by the method represented by the delegate.