[This is preliminary documentation and is subject to change.]
Namespace: PhoenixAssembly: Phoenix (in Phoenix.dll) Version: 0.7.0.0
Syntax
| C# | Visual Basic | Visual C++ |
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = true, Inherited = false)] public class CommandAttribute : RuntimeAttribute
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := True, Inherited := False)> _ Public Class CommandAttribute _ Inherits RuntimeAttribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = true, Inherited = false)] public ref class CommandAttribute : public RuntimeAttribute
Members
| All Members | Constructors | Properties |
| Member | Description | |
|---|---|---|
| CommandAttribute()()() | ||
| CommandAttribute(String) | ||
| Name |
Gets command name.
|