Share via


JSContext.FromJSGlobalContextRef(IntPtr) Method

Definition

[Foundation.Export("contextWithJSGlobalContextRef:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static JavaScriptCore.JSContext FromJSGlobalContextRef(IntPtr nativeJsGlobalContextRef);
[<Foundation.Export("contextWithJSGlobalContextRef:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromJSGlobalContextRef : nativeint -> JavaScriptCore.JSContext

Parameters

nativeJsGlobalContextRef
IntPtr

nativeint

Returns

Attributes

Applies to