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