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 Members

Stores options for a tested Blazor application.

Constructors

Name Description
WinApplicationOptions(String, String, Int32, String) Initializes a new instance of the WinApplicationOptions class with specified settings.

Properties

Name Description
Arguments Gets the command-line arguments passed to the application when it is started.
CommunicationPort Gets the communication port number that will be used by EasyTest when testing the application.
FileName Gets the fully qualified name of the application’s executable file.
Name Gets the name of the WinForms application. This name is used to differentiate between different applications.

Methods

Name Description
CreateApplicationContext() Creates a WinForms application context.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also