Click or drag to resize

ProcessUtilizationCalculatorAssociatedProcess Property

Gets associated process for this ProcessUtilizationCalculator.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.171-beta
Syntax
public Process AssociatedProcess { get; }
View Source

Property Value

Process
Remarks
The ProcessUtilizationCalculator maintains a WeakReferenceT to the associated Process so this property can be null if the process is no longer available.
See Also