The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Process.PeakPagedMemorySize Property
.NET Framework 1.1
Gets the peak paged memory size.
[Visual Basic] Public ReadOnly Property PeakPagedMemorySize As Integer [C#] public int PeakPagedMemorySize {get;} [C++] public: __property int get_PeakPagedMemorySize(); [JScript] public function get PeakPagedMemorySize() : int;
Property Value
The maximum amount of memory allocated by the associated process that could be written to the virtual memory paging file.
Exceptions
| Exception Type | Condition |
|---|---|
| PlatformNotSupportedException | You are accessing this member using Windows 98. |
Requirements
Platforms: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- SecurityPermission for calling any members of System.Diagnostic.Process with full trust. Associated enumeration: PermissionState.Unrestricted
See Also
Process Class | Process Members | System.Diagnostics Namespace