CmdArguments.Keys property

Retrieves an ICollection of command line argument switches that were used

public ICollection<string> Keys { get; }

See Also