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)
parameter | description |
---|---|
exports | JS object on which the managed host APIs will be exported. |
See Also
- struct JSObject
- class ManagedHost
- namespace Microsoft.JavaScript.NodeApi.DotNetHost