Method HasArgument
HasArgument(string)
Gets whether argument with the specified name exists in the command line.
public virtual bool HasArgument(string argName)
Parameters
argName
stringArgument name.
Gets whether argument with the specified name exists in the command line.
public virtual bool HasArgument(string argName)
argName
stringArgument name.