|
AdapterLoaderTGetProcessorUsage Method
|
Gets the % processor usage of the specified process.
Namespace: GSF.AdaptersAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
SyntaxProtected Overridable Function GetProcessorUsage (
process As Process
) As Double
function GetProcessorUsage(process);
View SourceParameters
- process Process
- The Process whose processor usage is to be determined.
Return Value
DoubleProcessor usage in % of the specified
process.
See Also