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

Returns the number of bytes that the associated process has allocated that cannot be shared with other processes.

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

See Also

Process Class | Process Members | System.Diagnostics Namespace