RanorexRanorex Documentation
RunApplication Method (fileName)
NamespacesRanorexHostRunApplication(String)
Runs an application with the specified filename.
Declaration Syntax
C#Visual BasicVisual C++
public int RunApplication(
	string fileName
)
Public Function RunApplication ( _
	fileName As String _
) As Integer
public:
int RunApplication(
	String^ fileName
)
Parameters
fileName (String)
The file name of the application to run.
Return Value
The process ID of the started application.
Exceptions
ExceptionCondition
RanorexExceptionThrown if the application cannot be started.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)