Executable.Execute

Executable.Execute method

The method implementing the executable’s behavior.

public abstract void Execute(string[] args)
ParameterTypeDescription
argsString[]The array of command line arguments.

See Also