DevToolsClientRuntime Property |
Version 101.0.180
Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects.
Evaluation results are returned as mirror object that expose object type, string representation
and unique identifier that can be used for further object reference. Original objects are
maintained in memory unless they are either explicitly released or are released along with the
other objects in their object group.
Namespace:
CefSharp.DevTools
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public RuntimeClient Runtime { get; }
public:
property RuntimeClient^ Runtime {
RuntimeClient^ get ();
}
Property Value
Type:
RuntimeClientSee Also