JSValue
JSValue(IntPtr)
JSValue(NativeHandle)
JSValue(NSObjectFlag)
ClassHandle
Context
IsArray
IsBoolean
IsDate
IsNull
IsNumber
IsObject
IsString
IsSymbol
IsUndefined
JSValueRefPtr
this[NSObject]
this[nuint]
this[nuint]
Call(JSValue[])
Construct(JSValue[])
CreateArray(JSContext)
CreateError(String, JSContext)
CreateObject(JSContext)
CreatePromise(JSContext, JSPromiseCreationExecutor)
CreateRegularExpression(String, String, JSContext)
CreateRejectedPromise(NSObject, JSContext)
CreateResolvedPromise(NSObject, JSContext)
CreateSymbol(String, JSContext)
DefineProperty(String, NSObject)
DeleteProperty(String)
From(Boolean, JSContext)
From(CGPoint, JSContext)
From(CGRect, JSContext)
From(CGSize, JSContext)
From(Double, JSContext)
From(Int32, JSContext)
From(NSObject, JSContext)
From(NSRange, JSContext)
From(String, JSContext)
From(UInt32, JSContext)
FromJSJSValueRef(nint, JSContext)
GetProperty(String)
GetValueAt(nuint)
GetValueAt(nuint)
HasProperty(String)
Invoke(String, JSValue[])
IsEqualTo(NSObject)
IsEqualWithTypeCoercionTo(NSObject)
IsInstanceOf(NSObject)
Null(JSContext)
SetProperty(NSObject, String)
SetValue(JSValue, nuint)
SetValue(JSValue, nuint)
ToArray()
ToBool()
ToDate()
ToDictionary()
ToDouble()
ToInt32()
ToNumber()
ToObject()
ToObject(Class)
ToPoint()
ToRange()
ToRect()
ToSize()
ToString()
ToUInt32()
Undefined(JSContext)
xamarinmac
namespace JavaScriptCore
{
[DefaultMember("Item")]
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Register("JSValue", true)]
public class JSValue : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("isEqualWithTypeCoercionToObject:")]
public virtual bool IsEqualWithTypeCoercionTo(NSObject! value);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API