Click or drag to resize

IBrowserProcessCallMethod Method

Version 102.0.100

[Missing <summary> documentation for "M:CefSharp.Internals.Wcf.IBrowserProcess.CallMethod(System.Int64,System.String,System.Object[])"]

Namespace:  CefSharp.Internals.Wcf
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
BrowserProcessResponse CallMethod(
	long objectId,
	string name,
	Object[] parameters
)

Parameters

objectId
Type: SystemInt64

[Missing <param name="objectId"/> documentation for "M:CefSharp.Internals.Wcf.IBrowserProcess.CallMethod(System.Int64,System.String,System.Object[])"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:CefSharp.Internals.Wcf.IBrowserProcess.CallMethod(System.Int64,System.String,System.Object[])"]

parameters
Type: SystemObject

[Missing <param name="parameters"/> documentation for "M:CefSharp.Internals.Wcf.IBrowserProcess.CallMethod(System.Int64,System.String,System.Object[])"]

Return Value

Type: BrowserProcessResponse

[Missing <returns> documentation for "M:CefSharp.Internals.Wcf.IBrowserProcess.CallMethod(System.Int64,System.String,System.Object[])"]

See Also