Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.CommandLine.OptionAttribute

Summary

Use this to specify that a field in a class can be specified on the command line using an option, for example -a or --option-name. The option name(s) MUST begin with a dash (-).

Constructors

OptionAttribute(params string[] names)
Constructor.

Instance properties

string[]All of the names of the option.