List of found system windows.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Windows As Collection(Of SystemWindow)
C#
public Collection<SystemWindow> Windows { get; }
Visual C++
public:
property Collection<SystemWindow^>^ Windows {
	Collection<SystemWindow^>^ get ();
}
JavaScript
function get_windows();

See Also