Click or drag to resize

SystemInfoClientGetInfoAsync Method

Version 101.0.180
Returns information about the system.

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

Return Value

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