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