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