Description
Use the CreateProjectFromModule
method to create an AQtime project for the specified executable (exe, dll, ocx, etc.) and load this project in AQtime.
Declaration
AQtimeObj.CreateProjectFromModule(ExecutableFileName)
AQtimeObj | An expression, variable or parameter that specifies a reference to an AQtime object | |||
ExecutableFileName | [in] | Required | String | |
Result | Boolean |
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
ExecutableFileName
String that specifies path and name of the desired executable.
Result Value
True, if the project was successfully created and loaded into AQtime. False otherwise.
Example
To view an example, see the Integration With AQtime Using the AQtimeIntegration and AQtime Objects help topic.
See Also
OpenProject Method
Close Method
Attach Method
StartProfiling Method