Process.VirtualMemorySize Property
.NET Framework 3.0
NOTE: This property is now obsolete.
Gets the size of the process's virtual memory. Namespace: System.DiagnosticsAssembly: System (in system.dll)
[ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.VirtualMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")] public int VirtualMemorySize { get; }
/** @property */ public int get_VirtualMemorySize ()
public function get VirtualMemorySize () : int
Not applicable.
Property Value
The amount of virtual memory that the associated process has requested.- LinkDemand for full trust for the immediate caller. This member cannot be used by partially trusted code.