DevToolsClientRuntime Property  | 
Version 94.4.20 
            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: 94.4.20.0 (94.4.20.0)
Syntaxpublic RuntimeClient Runtime { get; }public:
property RuntimeClient^ Runtime {
	RuntimeClient^ get ();
}Property Value
Type: 
RuntimeClient
See Also