Skip to content

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

Released under the MIT license