DispatcherExtensions Class Members
The following tables list the members exposed by DispatcherExtensions.
Public Methods
| Name | Description | |
|---|---|---|
![]() ![]() | BeginInvokeAlways | Async Invokes a delegate on the UI thread |
![]() ![]() | BeginInvokeIfRequired | Async Invokes a delegate on the UI thread, only if not already on the UI thread |
![]() ![]() | InvokeIfRequired | Synchronously invokes a delegate on the UI thread if not already on it, otherwise runs inline. This is the synchronous counterpart to BeginInvokeIfRequired. |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also


