SystemInfoClientGetProcessInfoAsync Method |
Version 87.1.132
Returns information about all running processes.
Namespace:
CefSharp.DevTools.SystemInfo
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public Task<GetProcessInfoResponse> GetProcessInfoAsync()
public:
Task<GetProcessInfoResponse^>^ GetProcessInfoAsync()
Return Value
Type:
TaskGetProcessInfoResponsereturns System.Threading.Tasks.Task<GetProcessInfoResponse>
See Also