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