JavaScriptCore.JSContext Members

The members of JavaScriptCore.JSContext are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
Documentation for this section has not yet been entered.

Protected Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
CurrentArgumentsJSValue[]. Documentation for this section has not yet been entered.
[read-only]
static
CurrentCalleeJSValue. Documentation for this section has not yet been entered.
[read-only]
static
CurrentContextJSContext. Documentation for this section has not yet been entered.
[read-only]
static
CurrentThisJSValue. Documentation for this section has not yet been entered.
ExceptionJSValue. Documentation for this section has not yet been entered.
ExceptionHandlerJSContextExceptionHandler. Documentation for this section has not yet been entered.
[read-only]
GlobalObjectJSValue. Documentation for this section has not yet been entered.
default property
Item(Foundation.NSObject)JSValue. Documentation for this section has not yet been entered.
[read-only]
JSGlobalContextRefPtrIntPtr. Documentation for this section has not yet been entered.
Namestring. Documentation for this section has not yet been entered.
[read-only]
VirtualMachineJSVirtualMachine. Documentation for this section has not yet been entered.

Public Methods

EvaluateScript(string) : JSValue
Documentation for this section has not yet been entered.
EvaluateScript(string, Foundation.NSUrl) : JSValue
Documentation for this section has not yet been entered.
static
FromJSGlobalContextRef(IntPtr) : JSContext
Documentation for this section has not yet been entered.

Protected Methods

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