ProcessInfo.PeakMemoryUsed Property

Definition

Gets the maximum amount of memory the process has used.

public:
 property int PeakMemoryUsed { int get(); };
public int PeakMemoryUsed { get; }
member this.PeakMemoryUsed : int
Public ReadOnly Property PeakMemoryUsed As Integer

Property Value

The maximum memory used, in kilobytes (KB).

Applies to