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

Initializes a new instance of the Command class

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Command(
	MethodInfo method,
	Object target,
	CommandAttribute attribute
)
Public Sub New ( _
	method As MethodInfo, _
	target As Object, _
	attribute As CommandAttribute _
)
public:
Command(
	MethodInfo^ method, 
	Object^ target, 
	CommandAttribute^ attribute
)

Parameters

method
MethodInfo
target
Object
attribute
CommandAttribute

See Also