다음을 통해 공유


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

반환

특성

적용 대상