The members of JavaScriptCore.JSValue are listed below.
See Also: Inherited members from Foundation.NSObject
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | 
| [read-only] override  | ClassHandle | IntPtr. The handle for this class. | 
| [read-only] | Context | JSContext. Documentation for this section has not yet been entered. | 
| [read-only] | IsBoolean | bool. Documentation for this section has not yet been entered. | 
| [read-only] | IsNull | bool. Documentation for this section has not yet been entered. | 
| [read-only] | IsNumber | bool. Documentation for this section has not yet been entered. | 
| [read-only] | IsObject | bool. Documentation for this section has not yet been entered. | 
| [read-only] | IsString | bool. Documentation for this section has not yet been entered. | 
| [read-only] | IsUndefined | bool. Documentation for this section has not yet been entered. | 
| default property | Item(Foundation.NSObject) | JSValue. Documentation for this section has not yet been entered. | 
| default property | Item(nuint) | JSValue. Documentation for this section has not yet been entered. | 
| [read-only] | JSValueRefPtr | IntPtr. Documentation for this section has not yet been entered. | 
| 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. | |