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