List of found system windows.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Windows As Collection(Of SystemWindow)
	Get
C#
[BrowsableAttribute(false)]
public Collection<SystemWindow> Windows { get; }
Visual C++
[BrowsableAttribute(false)]
public:
property Collection<SystemWindow^>^ Windows {
	Collection<SystemWindow^>^ get ();
}
JavaScript
function get_windows();

See Also