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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static string GetPath(
	CefPathKey pathKey
)

Parameters

pathKey
Type: Internal.Xilium.CefGlueCefPathKey

Return Value

Type: String
See Also