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.WorkingSet

Returns the total amount of physical memory the associated process.

[Visual Basic]
Public ReadOnly Property WorkingSet As Integer
[C#]
public int WorkingSet {get;}
[C++]
public: __property int get_WorkingSet();
[JScript]
public function get WorkingSet() : int;

See Also

Process Class | Process Members | System.Diagnostics Namespace