WindowsScriptEngineDispatcher Property |
Gets the
Dispatcher associated with the current script engine.
Namespace: Microsoft.ClearScript.WindowsAssembly: ClearScript.Windows (in ClearScript.Windows.dll) Version: 7.4.5
Syntax public Dispatcher Dispatcher { get; }
Public ReadOnly Property Dispatcher As Dispatcher
Get
public:
property Dispatcher^ Dispatcher {
Dispatcher^ get ();
}
member Dispatcher : Dispatcher with get
Property Value
DispatcherSee Also