WindowDescription Constructor

C# Syntax

public WindowDescription()
Example
// Create a Description for the main AUT window. Set the title for the Description object. 
var window = Desktop.Describe<IWindow>(new WindowDescription
{
    Title = "SwingSet"
});