ControlViewThreadInvoker class¶
Defined in
Namespace: ReactiveUI.Binding.Reactive.WinForms
Assembly: ReactiveUI.Binding.WinForms.Reactive.dll
Full name: ReactiveUI.Binding.Reactive.WinForms.ControlViewThreadInvoker
Modifiers: public sealed
Summary¶
Writes to a WinForms control on the thread that created its handle.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481, net471
Class hierarchy
classDiagram
class ControlViewThreadInvoker
class IViewThreadInvoker {
<>
}
IViewThreadInvoker <|.. ControlViewThreadInvoker
Implements: IViewThreadInvoker
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| Claims | Determines whether this invoker handles target. |
| CheckAccess | Determines whether the calling thread may write to target directly. |
| Post | Queues a callback on the thread that owns target. |