Skip to content

Registrations class

Defined in

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

Summary

View source

        The main registration for common classes for the Splat dependency injection.
        We have code that runs reflection through the different ReactiveUI classes
        searching for IWantsToRegisterStuff and will register all our required DI
        interfaces. The registered items in this classes are common for all Platforms.
        To get these registrations after the main ReactiveUI Initialization use the
        DependencyResolverMixins.InitializeReactiveUI() extension method.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class Registrations
class IWantsToRegisterStuff {
    <>
}
IWantsToRegisterStuff <|.. Registrations

Implements: IWantsToRegisterStuff

Constructors

NameSummary
.ctor

Methods

NameSummary
Register
Inherited members

See also