System.Windows.Threading 名前空間

Windows Presentation Foundation (WPF) スレッド化システムをサポートする型が含まれています。

クラス

Dispatcher

スレッドの作業項目のキューを管理するためのサービスを提供します。

DispatcherEventArgs

Dispatcher 関連イベントのイベント データを提供します。

DispatcherExtensions

Dispatcher クラスを拡張する static メソッドのセットを提供します。

DispatcherFrame

Dispatcher 内の実行ループを表します。

DispatcherHookEventArgs

DispatcherHooks イベントのイベント データを提供します。

DispatcherHooks

Dispatcher の処理に関する追加のイベント情報を提供します。

DispatcherObject

Dispatcher に関連付けられているオブジェクトを表します。

DispatcherOperation

Dispatcher キューにポストされた操作にアクセスするために使用するオブジェクトを表します。

DispatcherOperation<TResult>

Dispatcher キューにポストされた、Task<TResult> を含む操作にアクセスするために使用するオブジェクトを表します。

DispatcherSynchronizationContext

Windows Presentation Foundation (WPF) の同期コンテキストを提供します。

DispatcherTimer

指定した時間の間隔で、指定した優先順位で処理される Dispatcher キューに統合されているタイマー。

DispatcherUnhandledExceptionEventArgs

DispatcherUnhandledException イベントのデータを提供します。

DispatcherUnhandledExceptionFilterEventArgs

DispatcherUnhandledExceptionFilter イベントのデータを提供します。

TaskExtensions

Task クラスを拡張する static メソッドのセットを提供します。

構造体

DispatcherPriorityAwaitable

現在のディスパッチャーに非同期的にコントロールを渡して他のイベントを処理する機会を提供する、待機可能オブジェクトを表します。

DispatcherPriorityAwaiter

非同期タスクの完了待ちのオブジェクトを表します。

DispatcherProcessingDisabled

無効な状態のディスパッチャーを表し、ディスパッチャーの処理を再度有効にする手段を提供します。

列挙型

DispatcherOperationStatus

DispatcherOperation のステータスの有効値を示します。

DispatcherPriority

Dispatcher での処理呼び出しの優先順位を示します。

代理人

DispatcherHookEventHandler

DispatcherHooks 関連イベントを処理するメソッドを表します。

DispatcherOperationCallback

ディスパッチャー操作に使用するデリゲートを表します。

DispatcherUnhandledExceptionEventHandler

UnhandledException イベントを処理するメソッドを表します。

DispatcherUnhandledExceptionFilterEventHandler

UnhandledExceptionFilter イベントを処理するメソッドを表します。