Process.NonpagedSystemMemorySize Свойство

Определение

Внимание!

Process.NonpagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.

Внимание!

This property has been deprecated. Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead. https://go.microsoft.com/fwlink/?linkid=14202

Внимание!

This property has been deprecated. Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202

Получает объем непагаченной системной памяти в байтах, выделенный для связанного процесса.

public:
 property int NonpagedSystemMemorySize { int get(); };
[System.Obsolete("Process.NonpagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.")]
public int NonpagedSystemMemorySize { get; }
[System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public int NonpagedSystemMemorySize { get; }
[System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public int NonpagedSystemMemorySize { get; }
public int NonpagedSystemMemorySize { get; }
[<System.Obsolete("Process.NonpagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.")>]
member this.NonpagedSystemMemorySize : int
[<System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.NonpagedSystemMemorySize : int
[<System.Obsolete("This property has been deprecated.  Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.NonpagedSystemMemorySize : int
member this.NonpagedSystemMemorySize : int
Public ReadOnly Property NonpagedSystemMemorySize As Integer

Значение свойства

Объем памяти в байтах, система выделила для связанного процесса, который не может быть записан в файл разбиения на страницы виртуальной памяти.

Атрибуты

Применяется к

См. также раздел