JavaScriptCore.JSValue: Method Members

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

Public Methods

Call(params JSValue[]) : JSValue
Documentation for this section has not yet been entered.
Construct(params JSValue[]) : JSValue
Documentation for this section has not yet been entered.
static
CreateArray(JSContext) : JSValue
Documentation for this section has not yet been entered.
static
CreateError(string, JSContext) : JSValue
Documentation for this section has not yet been entered.
static
CreateObject(JSContext) : JSValue
Documentation for this section has not yet been entered.
static
CreateRegularExpression(string, string, JSContext) : JSValue
Documentation for this section has not yet been entered.
DefineProperty(string, Foundation.NSObject)
Documentation for this section has not yet been entered.
DeleteProperty(string) : bool
Documentation for this section has not yet been entered.
static
From(Foundation.NSObject, JSContext) : JSValue
Documentation for this section has not yet been entered.
static
From(Foundation.NSRange, JSContext) : JSValue
Documentation for this section has not yet been entered.
static
From(JSContext, CoreGraphics.CGPoint) : JSValue
Documentation for this section has not yet been entered.
static
From(JSContext, CoreGraphics.CGRect) : JSValue
Documentation for this section has not yet been entered.
static
From(JSContext, CoreGraphics.CGSize) : JSValue
Documentation for this section has not yet been entered.
static
From(bool, JSContext) : JSValue
Documentation for this section has not yet been entered.
static
From(double, JSContext) : JSValue
Documentation for this section has not yet been entered.
static
From(int, JSContext) : JSValue
Documentation for this section has not yet been entered.
static
From(string, JSContext) : JSValue
Documentation for this section has not yet been entered.
static
From(uint, JSContext) : JSValue
Documentation for this section has not yet been entered.
static
FromJSJSValueRef(IntPtr, JSContext) : JSValue
Documentation for this section has not yet been entered.
GetProperty(string) : JSValue
Documentation for this section has not yet been entered.
GetValueAt(nuint) : JSValue
Documentation for this section has not yet been entered.
HasProperty(string) : bool
Documentation for this section has not yet been entered.
Invoke(string, params JSValue[]) : JSValue
Documentation for this section has not yet been entered.
IsEqualTo(Foundation.NSObject) : bool
Documentation for this section has not yet been entered.
IsEqualWithTypeCoercionTo(Foundation.NSObject) : bool
Documentation for this section has not yet been entered.
IsInstanceOf(Foundation.NSObject) : bool
Documentation for this section has not yet been entered.
static
Null(JSContext) : JSValue
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() : JSValue[]
Documentation for this section has not yet been entered.
ToBool() : bool
Documentation for this section has not yet been entered.
ToDate() : Foundation.NSDate
Documentation for this section has not yet been entered.
ToDictionary() : Foundation.NSDictionary
Documentation for this section has not yet been entered.
ToDouble() : double
Documentation for this section has not yet been entered.
ToInt32() : int
Documentation for this section has not yet been entered.
ToNumber() : Foundation.NSNumber
Documentation for this section has not yet been entered.
ToObject() : Foundation.NSObject
Documentation for this section has not yet been entered.
ToObject(ObjCRuntime.Class) : Foundation.NSObject
Documentation for this section has not yet been entered.
ToPoint() : CoreGraphics.CGPoint
Documentation for this section has not yet been entered.
ToRange() : Foundation.NSRange
Documentation for this section has not yet been entered.
ToRect() : CoreGraphics.CGRect
Documentation for this section has not yet been entered.
ToSize() : CoreGraphics.CGSize
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a string representation of the value of the current instance.
ToUInt32() : uint
Documentation for this section has not yet been entered.
static
Undefined(JSContext) : JSValue
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the JSValue object.