Class PlatformRegistrationManager
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
Class that represents the platform registration for ReactiveUI.
public static class PlatformRegistrationManager
- Inheritance
-
PlatformRegistrationManager
Methods
SetRegistrationNamespaces(params RegistrationNamespace[])
Set the platform namespaces to register. This needs to be set before the first call to RxApp.
public static void SetRegistrationNamespaces(params RegistrationNamespace[] namespaces)
Parameters
namespaces
RegistrationNamespace[]The namespaces to register.