Process.PeakVirtualMemorySize 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 virtual memory, in bytes, used by the associated process.
Assembly: System (in System.dll)
[ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.PeakVirtualMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")] public int PeakVirtualMemorySize { get; }
Property Value
Type: System.Int32The maximum amount of virtual memory, in bytes, that the associated process has requested.
| 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: