CefV8Context TryEval Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Evaluates the specified JavaScript code using this context's global object. On success |retval| will be set to the return value, if any, and the function will return true. On failure |exception| will be set to the exception, if any, and the function will return false.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool TryEval(
	string code,
	out CefV8Value returnValue,
	out CefV8Exception exception
)

Parameters

code
Type: OnlineSystem String

[Missing <param name="code"/> documentation for "M:Xilium.CefGlue.CefV8Context.TryEval(System.String,Xilium.CefGlue.CefV8Value@,Xilium.CefGlue.CefV8Exception@)"]

returnValue
Type: Xilium.CefGlue CefV8Value 

[Missing <param name="returnValue"/> documentation for "M:Xilium.CefGlue.CefV8Context.TryEval(System.String,Xilium.CefGlue.CefV8Value@,Xilium.CefGlue.CefV8Exception@)"]

exception
Type: Xilium.CefGlue CefV8Exception 

[Missing <param name="exception"/> documentation for "M:Xilium.CefGlue.CefV8Context.TryEval(System.String,Xilium.CefGlue.CefV8Value@,Xilium.CefGlue.CefV8Exception@)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefV8Context.TryEval(System.String,Xilium.CefGlue.CefV8Value@,Xilium.CefGlue.CefV8Exception@)"]

See Also