PlatformEnlightenmentProvider.Current property¶
Defined in
Type: PlatformEnlightenmentProvider
Namespace: System.Reactive.PlatformServices
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static IPlatformEnlightenmentProvider Current { get; set; }
Summary: (Infrastructure) Gets the current enlightenment provider. If none is loaded yet, accessing this property triggers provider resolution.
Returns: IPlatformEnlightenmentProvider
Remarks
This member is used by the Rx infrastructure and not meant for public consumption or implementation.