Click or drag to resize

CefRuntimeExecuteProcess Method (CefMainArgs, CefApp)

Note: This API is now obsolete.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
[ObsoleteAttribute]
public static int ExecuteProcess(
	CefMainArgs args,
	CefApp application
)

Parameters

args
Type: Internal.Xilium.CefGlueCefMainArgs
application
Type: Internal.Xilium.CefGlueCefApp

Return Value

Type: Int32
See Also