Skip to main content
All docs
V23.2
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v23.2.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