The methods of JavaScriptCore.JSValue are listed below. For a list of all members, see the JSValue Members list.
See Also: Inherited members from Foundation.NSObject
Call(params JSValue[])Documentation for this section has not yet been entered. | ||
Construct(params JSValue[])Documentation for this section has not yet been entered. | ||
static | CreateArray(JSContext)Documentation for this section has not yet been entered. | |
static | CreateError(string, JSContext)Documentation for this section has not yet been entered. | |
static | CreateObject(JSContext)Documentation for this section has not yet been entered. | |
static | CreateRegularExpression(string, string, JSContext)Documentation for this section has not yet been entered. | |
DefineProperty(string, Foundation.NSObject)Documentation for this section has not yet been entered. | ||
DeleteProperty(string)Documentation for this section has not yet been entered. | ||
static | From(Foundation.NSObject, JSContext)Documentation for this section has not yet been entered. | |
static | From(Foundation.NSRange, JSContext)Documentation for this section has not yet been entered. | |
static | From(JSContext, CoreGraphics.CGPoint)Documentation for this section has not yet been entered. | |
static | From(JSContext, CoreGraphics.CGRect)Documentation for this section has not yet been entered. | |
static | From(JSContext, CoreGraphics.CGSize)Documentation for this section has not yet been entered. | |
static | From(bool, JSContext)Documentation for this section has not yet been entered. | |
static | From(double, JSContext)Documentation for this section has not yet been entered. | |
static | From(int, JSContext)Documentation for this section has not yet been entered. | |
static | From(string, JSContext)Documentation for this section has not yet been entered. | |
static | From(uint, JSContext)Documentation for this section has not yet been entered. | |
static | FromJSJSValueRef(IntPtr, JSContext)Documentation for this section has not yet been entered. | |
GetProperty(string)Documentation for this section has not yet been entered. | ||
GetValueAt(nuint)Documentation for this section has not yet been entered. | ||
HasProperty(string)Documentation for this section has not yet been entered. | ||
Invoke(string, params JSValue[])Documentation for this section has not yet been entered. | ||
IsEqualTo(Foundation.NSObject)Documentation for this section has not yet been entered. | ||
IsEqualWithTypeCoercionTo(Foundation.NSObject)Documentation for this section has not yet been entered. | ||
IsInstanceOf(Foundation.NSObject)Documentation for this section has not yet been entered. | ||
static | Null(JSContext)Documentation for this section has not yet been entered. | |
SetProperty(Foundation.NSObject, string)Documentation for this section has not yet been entered. | ||
SetValue(JSValue, nuint)Documentation for this section has not yet been entered. | ||
ToArray()Documentation for this section has not yet been entered. | ||
ToBool()Documentation for this section has not yet been entered. | ||
ToDate()Documentation for this section has not yet been entered. | ||
ToDictionary()Documentation for this section has not yet been entered. | ||
ToDouble()Documentation for this section has not yet been entered. | ||
ToInt32()Documentation for this section has not yet been entered. | ||
ToNumber()Documentation for this section has not yet been entered. | ||
ToObject()Documentation for this section has not yet been entered. | ||
ToObject(ObjCRuntime.Class)Documentation for this section has not yet been entered. | ||
ToPoint()Documentation for this section has not yet been entered. | ||
ToRange()Documentation for this section has not yet been entered. | ||
ToRect()Documentation for this section has not yet been entered. | ||
ToSize()Documentation for this section has not yet been entered. | ||
override | ToString()Returns a string representation of the value of the current instance. | |
ToUInt32()Documentation for this section has not yet been entered. | ||
static | Undefined(JSContext)Documentation for this section has not yet been entered. | |