JSHost Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the JavaScript host environment where the .NET runtime is currently operating.
public ref class JSHost abstract sealed
[System.Runtime.Versioning.SupportedOSPlatform("browser")]
public static class JSHost
[<System.Runtime.Versioning.SupportedOSPlatform("browser")>]
type JSHost = class
Public Class JSHost
- Inheritance
-
JSHost
- Attributes
Properties
DotnetInstance |
Returns a proxy for the JavaScript module that contains the .NET runtime. |
GlobalThis |
Returns a proxy for the globalThis JavaScript host object. |
Methods
ImportAsync(String, String, CancellationToken) |
Downloads and instantiates an ES6 module from the provided URL, via the JavaScript host's dynamic import API.
If a module with the provided |