Gets thread identifier of associated system window.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ThreadID As UInteger
C#
public uint ThreadID { get; }
Visual C++
public:
property unsigned int ThreadID {
	unsigned int get ();
}
JavaScript
function get_threadID();

See Also