Skip to content

EnlightenmentProvider class

Defined in

Namespace: System.Reactive.PlatformServices Assembly: System.Reactive.dll Full name: System.Reactive.PlatformServices.EnlightenmentProvider Modifiers: public static

Summary

Provides access to the platform enlightenments used by other Rx libraries to improve system performance and runtime efficiency. While Rx can run without platform enlightenments loaded, it's recommended to deploy the System.Reactive.PlatformServices assembly with your application and call EnsureLoaded during application startup to ensure enlightenments are properly loaded.

Applies to

netstandard2.0

Methods

NameSummary
static EnsureLoadedEnsures that the calling assembly has a reference to the System.Reactive.PlatformServices assembly with platform enlightenments. If no reference is made from the user code, it's possible...
Inherited members