Skip to content

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

View source

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

NameSummary
.ctor

Methods

NameSummary
ClaimsDetermines whether this invoker handles target.
CheckAccessDetermines whether the calling thread may write to target directly.
PostQueues a callback on the thread that owns target.
Inherited members