Skip to content

JSRuntimeContext Explicit operator (1 of 2)

C#
public static explicit operator napi_env(JSRuntimeContext context)

See Also


JSRuntimeContext Explicit operator (2 of 2)

C#
public static explicit operator JSRuntimeContext(napi_env env)

See Also

Released under the MIT license