Click or drag to resize

MSAASettings Class

Manages the list of window types that are identified via the MSAA engine.
Inheritance Hierarchy

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public class MSAASettings : EngineOptions

The MSAASettings type exposes the following members.

Methods
  NameDescription
Public methodAddWindow
Adds a window type to the list of MSAA window types.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWindowList
Gets a list of window types identified via the MSAA engine.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveAllWindows
Clears the list of window types identified via the MSAA engine.
Public methodToString
Converts the list of window types identified via the MSAA engine to a string.
(Overrides ObjectToString.)
Top
See Also