Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.CommandLine.CommandNameAttribute

Summary

Use this on a derived class or on an enum value to specify the command the user must use to invoke that class or enum value.

Constructors

CommandNameAttribute(params string[] names)
Constructor.

Instance properties

string[]The command the user can specify to invoke this class.