Process.PeakPagedMemorySize Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Diagnostics
Assembly: System (in System.dll)
Return to top
Gets the maximum amount of memory in the virtual memory paging file, in bytes, used by the associated process.
Assembly: 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 Value
Type: System.Int32The maximum amount of memory, in bytes, allocated by the associated process that could be written to the virtual memory paging file.
| Exception | Condition |
|---|---|
| PlatformNotSupportedException | The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. |
LinkDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
.NET Framework
Available since 1.1
Available since 1.1
Show: