SystemInfoClientGetInfoAsync Method  | 
Version 104.4.240 
            Returns information about the system.
            
 
    Namespace: 
   CefSharp.DevTools.SystemInfo
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<GetInfoResponse> GetInfoAsync()
public:
Task<GetInfoResponse^>^ GetInfoAsync()
Return Value
Type: 
TaskGetInfoResponsereturns System.Threading.Tasks.Task<GetInfoResponse>
See Also