ParentCommandRun Method
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
Public Overridable Function Run As Integer
Dim instance As ParentCommand
Dim returnValue As Integer
returnValue = instance.Run()
public:
virtual int Run()
Int32
The exit code of the child command, or the value of the
FailureExitCode
property if no child command was created.
ICommandRun