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;
Process Class | Process Members | System.Diagnostics Namespace