Skip to content

NodeEmbedding class

Shared code for the Node.js embedding classes.

C#
public sealed class NodeEmbedding

Public Members

namedescription
NodeEmbedding()The default constructor.
static JSRuntime { get; }
static readonly EmbeddingApiVersion
static readonly NodeApiVersion
static CreateModuleInitializeFunctor(…)
static CreateNodeApiRunFunctorRef(…)
static CreatePlatformConfigureFunctorRef(…)
static CreateRuntimeConfigureFunctorRef(…)
static CreateRuntimeLoadedFunctor(…)
static CreateRuntimeLoadingFunctor(…)
static CreateRuntimePreloadFunctor(…)
static CreateTaskPostFunctor(…)
static Initialize(…)
delegate ConfigurePlatformCallback
delegate ConfigureRuntimeCallback
struct Functor<T>
struct FunctorRef<T>
delegate InitializeModuleCallback
delegate LoadedCallback
delegate LoadingCallback
delegate PostTaskCallback
delegate PreloadCallback
delegate RunNodeApiCallback
delegate RunTaskCallback

See Also

Released under the MIT license