Returns the amount of virtual memory that the associated process has requested.
[Visual Basic] Public ReadOnly Property VirtualMemorySize As Integer [C#] public int VirtualMemorySize {get;} [C++] public: __property int get_VirtualMemorySize(); [JScript] public function get VirtualMemorySize() : int;
Process Class | Process Members | System.Diagnostics Namespace