WinApplicationOptions(String, String, Int32, String) Constructor
Initializes a new instance of the WinApplicationOptions class with specified settings.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.ExpressApp.EasyTest.WinAdapter.v24.1.dll
NuGet Package: DevExpress.ExpressApp.EasyTest.WinAdapter
Declaration
public WinApplicationOptions(
string name,
string fileName,
int communicationPort = 4100,
string arguments = null
)
Parameters
Name | Type | Description |
---|---|---|
name | String | Specifies the name of the WinForms application. This name is used to differentiate between different applications. |
fileName | String | Specifies the fully qualified name of the application’s executable file. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
communicationPort | Int32 | 4100 | Specifies a number of the communication port used by EasyTest when testing the application. |
arguments | String | null | Specifies the command-line arguments passed to the application when it is started. |
See Also