Registrations class¶
Defined in
Namespace: ReactiveUI.Wpf
Assembly: ReactiveUI.Wpf.dll
Full name: ReactiveUI.Wpf.Registrations
Modifiers: public
Summary¶
Registrations specific to the WPF platform.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481
Class hierarchy
classDiagram
class Registrations
class IWantsToRegisterStuff {
<>
}
IWantsToRegisterStuff <|.. Registrations
Implements: IWantsToRegisterStuff
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| Register | Register platform dependencies using the provided registrar. This method uses generic registration to avoid runtime Type reflection, making it compatible with AOT... |