Process.PeakPagedMemorySize Property
.NET Framework 3.0
NOTE: This property is now obsolete.
Gets the peak paged memory size. Namespace: System.DiagnosticsAssembly: System (in system.dll)
[ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")] public int PeakPagedMemorySize { get; }
/** @property */ public int get_PeakPagedMemorySize ()
public function get PeakPagedMemorySize () : int
Not applicable.
Property Value
The maximum amount of memory allocated by the associated process that could be written to the virtual memory paging file.- LinkDemand for full trust for the immediate caller. This member cannot be used by partially trusted code.