[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++ 
[CommandAttribute]
public static void LoopCmd(
	int executions,
	string command,
	params Object[] args
)
<CommandAttribute> _
Public Shared Sub LoopCmd ( _
	executions As Integer, _
	command As String, _
	ParamArray args As Object() _
)
[CommandAttribute]
public:
static void LoopCmd(
	int executions, 
	String^ command, 
	... array<Object^>^ args
)

Parameters

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

See Also