ProcessInfo.PeakMemoryUsed Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).