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