Skip to content

Registrations class

Defined in

Namespace: ReactiveUI.Wpf Assembly: ReactiveUI.Wpf.dll Full name: ReactiveUI.Wpf.Registrations Modifiers: public

Summary

View source

        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

NameSummary
.ctor

Methods

NameSummary
RegisterRegister platform dependencies using the provided registrar. This method uses generic registration to avoid runtime Type reflection, making it compatible with AOT...
Inherited members