[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CommandAttribute()()()
CommandAttribute(String)
Name
Gets command name.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Phoenix..::.RuntimeAttribute
      Phoenix..::.CommandAttribute

See Also