JSContext.FromJSGlobalContextRef(IntPtr) Method

Definition

[Foundation.Export("contextWithJSGlobalContextRef:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static JavaScriptCore.JSContext FromJSGlobalContextRef (IntPtr nativeJsGlobalContextRef);
static member FromJSGlobalContextRef : nativeint -> JavaScriptCore.JSContext

Parameters

nativeJsGlobalContextRef
IntPtr

nativeint

Returns

Attributes

Applies to