Returns the amount of memory that the system has allocated on behalf of the associated process that can be written to the virtual memory paging file.
[Visual Basic] Public ReadOnly Property PagedSystemMemorySize As Integer [C#] public int PagedSystemMemorySize {get;} [C++] public: __property int get_PagedSystemMemorySize(); [JScript] public function get PagedSystemMemorySize() : int;
Process Class | Process Members | System.Diagnostics Namespace