Process::VirtualMemorySize Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Diagnostics
Assembly: System (in System.dll)
Return to top
Gets the size of the process's virtual memory, in bytes.
Assembly: System (in System.dll)
public: [ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.VirtualMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")] property int VirtualMemorySize { int get(); }
Property Value
Type: System::Int32The 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: