Click or drag to resize

CefRuntimeGetPath Method

Retrieve the path associated with the specified |key|. Returns true on success. Can be called on any thread in the browser process.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static string GetPath(
	CefPathKey pathKey
)

Parameters

pathKey  CefPathKey
 

Return Value

String
See Also