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