Skip to content

ManagedHost constructor

Creates a new instance of a ManagedHost that supports loading and invoking managed .NET assemblies in a JavaScript process.

C#
public ManagedHost(JSObject exports)
parameterdescription
exportsJS object on which the managed host APIs will be exported.

See Also

Released under the MIT license