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

Initializes a new instance of the TextCommand class

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public TextCommand(
	string command,
	params Object[] args
)
Public Sub New ( _
	command As String, _
	ParamArray args As Object() _
)
public:
TextCommand(
	String^ command, 
	... array<Object^>^ args
)

Parameters

command
String
args
array< Object >[]()[]

See Also