Skip to content

WasmPlatformEnlightenmentProvider class

Attributes: [EditorBrowsable(EditorBrowsableState.1)]

Defined in

Namespace: System.Reactive.PlatformServices Assembly: System.Reactive.Wasm.dll Full name: System.Reactive.PlatformServices.WasmPlatformEnlightenmentProvider Modifiers: public

Summary

View source

        (Infrastructure) Provider for platform-specific framework enlightenment.
        

Applies to

net9.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, netstandard2.0

Class hierarchy
classDiagram
class WasmPlatformEnlightenmentProvider
class CurrentPlatformEnlightenmentProvider
CurrentPlatformEnlightenmentProvider <|-- WasmPlatformEnlightenmentProvider

Inherits from: CurrentPlatformEnlightenmentProvider

Constructors

NameSummary
.ctor

Properties

NameSummary
static IsWasmGets a value indicating whether the current executable is processing under WASM.

Methods

NameSummary
GetService(Infrastructure) Tries to gets the specified service.
Inherited members