Returns the first created Dispatcher instance.

Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static Dispatcher MainNoThrow { get; }
Visual Basic
Public Shared ReadOnly Property MainNoThrow As Dispatcher
	Get
Visual C++
public:
static property Dispatcher^ MainNoThrow {
	Dispatcher^ get ();
}

See Also