Click or drag to resize

SystemInfoClient.GetInfoAsync Method

Version 108.4.130
Returns information about the system.

Namespace:  CefSharp.DevTools.SystemInfo
Assembly:  CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
public Task<GetInfoResponse> GetInfoAsync()

Return Value

Type: Task<GetInfoResponse>
returns System.Threading.Tasks.Task<GetInfoResponse>
See Also