Process.PeakPagedMemorySize 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.
Caution
This property has been deprecated. Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202
Caution
This property has been deprecated. Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead. https://go.microsoft.com/fwlink/?linkid=14202
Gets the maximum amount of memory in the virtual memory paging file, in bytes, used by the associated process.
public:
property int PeakPagedMemorySize { int get(); };
public int PeakPagedMemorySize { get; }
[System.Obsolete("This property has been deprecated. Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int PeakPagedMemorySize { get; }
[System.Obsolete("This property has been deprecated. Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public int PeakPagedMemorySize { get; }
member this.PeakPagedMemorySize : int
[<System.Obsolete("This property has been deprecated. Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.PeakPagedMemorySize : int
[<System.Obsolete("This property has been deprecated. Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.PeakPagedMemorySize : int
Public ReadOnly Property PeakPagedMemorySize As Integer
Property Value
The maximum amount of memory, in bytes, allocated by the associated process that could be written to the virtual memory paging file.
- Attributes