Click or drag to resize

CefV8ContextIsValid Property

Returns true if the underlying handle is valid and it can be accessed on the current thread. Do not call any other methods if this method returns false.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool IsValid { get; }

Property Value

Type: Boolean
See Also