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

Namespace:  Phoenix.Runtime.Reflection
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Command : Method
Public Class Command _
	Inherits Method
public ref class Command : public Method

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Command(MethodInfo, Object, CommandAttribute)
Initializes a new instance of the Command class
Assembly (Inherited from Method.)
Invoke(array<ParameterData>[]()[]) (Inherited from Method.)
MaxParameterCount (Inherited from Method.)
MethodInfo (Inherited from Method.)
MinParameterCount (Inherited from Method.)
Name (Overrides Method..::.Name.)
Parameters (Inherited from Method.)
Target (Inherited from Method.)
ToString()()() (Overrides Method..::.ToString()()().)

Inheritance Hierarchy

System..::.Object
  Phoenix.Runtime.Reflection..::.Method
    Phoenix.Runtime.Reflection..::.Command

See Also