CefV8Value ExecuteFunctionWithContext Method Xilium.CefGlue

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

Execute the function using the specified V8 context. |object| is the receiver ('this' object) of the function. If |object| is empty the specified context's global object will be used. |arguments| is the list of arguments that will be passed to the function. Returns the function return value on success. Returns NULL if this method is called incorrectly or an exception is thrown.

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

public CefV8Value ExecuteFunctionWithContext(
	CefV8Context context,
	CefV8Value obj,
	CefV8Value[] arguments
)

Parameters

context
Type: Xilium.CefGlue CefV8Context

[Missing <param name="context"/> documentation for "M:Xilium.CefGlue.CefV8Value.ExecuteFunctionWithContext(Xilium.CefGlue.CefV8Context,Xilium.CefGlue.CefV8Value,Xilium.CefGlue.CefV8Value[])"]

obj
Type: Xilium.CefGlue CefV8Value

[Missing <param name="obj"/> documentation for "M:Xilium.CefGlue.CefV8Value.ExecuteFunctionWithContext(Xilium.CefGlue.CefV8Context,Xilium.CefGlue.CefV8Value,Xilium.CefGlue.CefV8Value[])"]

arguments
Type:  Xilium.CefGlue CefV8Value 

[Missing <param name="arguments"/> documentation for "M:Xilium.CefGlue.CefV8Value.ExecuteFunctionWithContext(Xilium.CefGlue.CefV8Context,Xilium.CefGlue.CefV8Value,Xilium.CefGlue.CefV8Value[])"]

Return Value

Type: CefV8Value

[Missing <returns> documentation for "M:Xilium.CefGlue.CefV8Value.ExecuteFunctionWithContext(Xilium.CefGlue.CefV8Context,Xilium.CefGlue.CefV8Value,Xilium.CefGlue.CefV8Value[])"]

See Also