Skip to content

System.Reactive.PlatformServices namespace

Part of the System.Reactive package.

TypeKindSummary
CurrentPlatformEnlightenmentProviderclass(Infrastructure) Provider for platform-specific framework enlightenments.
DefaultSystemClockclass(Infrastructure) Provides access to the local system clock.
EnlightenmentProviderclassProvides 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.
HostLifecycleServiceclass(Infrastructure) Provides access to the host's lifecycle management services.
HostResumingEventArgsclass(Infrastructure) Event arguments for host resumption events.
HostSuspendingEventArgsclass(Infrastructure) Event arguments for host suspension events.
IExceptionServicesinterface(Infrastructure) Services to rethrow exceptions.
IHostLifecycleNotificationsinterface(Infrastructure) Provides notifications about the host's lifecycle events.
INotifySystemClockChangedinterface(Infrastructure) Provides a mechanism to notify local schedulers about system clock changes.
IPlatformEnlightenmentProviderinterface(Infrastructure) Interface for enlightenment providers.
ISystemClockinterface(Infrastructure) Provides access to the local system clock.
PeriodicTimerSystemClockMonitorclass(Infrastructure) Monitors for system clock changes based on a periodic timer.
PlatformEnlightenmentProviderclass(Infrastructure) Provider for platform-specific framework enlightenments.
SystemClockclass(Infrastructure) Provides access to local system clock services.
SystemClockChangedEventArgsclass(Infrastructure) Event arguments for system clock change notifications.