ManagedHost.LoadModule method
Loads a .NET assembly that was built to be a Node API module, using static binding to the APIs the module specifically exports to JS.
C#
public JSValue LoadModule(JSCallbackArgs args)
See Also
- struct JSValue
- struct JSCallbackArgs
- class ManagedHost
- namespace Microsoft.JavaScript.NodeApi.DotNetHost