共用方式為


JSManagedValue.Get 方法

定義

多載

Get(JSValue)
Get(JSValue, NSObject)

Get(JSValue)

[Foundation.Export("managedValueWithValue:")]
public static JavaScriptCore.JSManagedValue Get (JavaScriptCore.JSValue value);
static member Get : JavaScriptCore.JSValue -> JavaScriptCore.JSManagedValue

參數

value
JSValue

傳回

屬性

適用於

Get(JSValue, NSObject)

[Foundation.Export("managedValueWithValue:andOwner:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static JavaScriptCore.JSManagedValue Get (JavaScriptCore.JSValue value, Foundation.NSObject owner);
static member Get : JavaScriptCore.JSValue * Foundation.NSObject -> JavaScriptCore.JSManagedValue

參數

value
JSValue
owner
NSObject

傳回

屬性

適用於