WinUIReactiveUIBuilderExtensions class¶
Defined in
Namespace: ReactiveUI.Builder
Assembly: ReactiveUI.WinUI.dll
Full name: ReactiveUI.Builder.WinUIReactiveUIBuilderExtensions
Modifiers: public static
Summary¶
WinUI-specific extensions for the ReactiveUI builder.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041
Properties¶
| Name | Summary |
|---|---|
| static WinUIMainThreadScheduler | Gets the win UI main thread scheduler. |
Methods¶
| Name | Summary |
|---|---|
| static WithWinUI | Configures ReactiveUI for WinUI platform with appropriate schedulers. |
| static WithWinUIScheduler | Configures the builder to use the WinUI main thread scheduler for reactive operations. |
| static WithWinUIConverters | Registers WinUI-specific converters to the ConverterService. |