RuntimeObservationFallback class¶
Attributes: [EditorBrowsable(EditorBrowsableState.1)] [RequiresUnreferencedCode("Runtime observation fallback uses reflection-based expression analysis.")]
Defined in
Namespace: ReactiveUI.Binding.Fallback
Assembly: ReactiveUI.Binding.dll
Full name: ReactiveUI.Binding.Fallback.RuntimeObservationFallback
Modifiers: public static
Summary¶
Provides runtime fallback implementations for WhenChanged, WhenChanging, and WhenAnyValue when the source generator cannot handle an invocation at compile time. Uses the ported expression chain analysis via ICreatesObservableForProperty.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481
Methods¶
| Name | Summary |
|---|---|
| static WhenChanged | Runtime fallback for WhenChanged with a single property. |
| static WhenChanging | Runtime fallback for WhenChanging with a single property. |
| static WhenAnyValue | Runtime fallback for WhenAnyValue with a single property. |