Returns the Dispatcher instance of the current thread.

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

Syntax

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

See Also