NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Process.PagedSystemMemorySize

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;

See Also

Process Class | Process Members | System.Diagnostics Namespace