Click or drag to resize

SystemInfoClientGetInfoAsync Method

Version 112.3.0
Returns information about the system.

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

Return Value

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