Process.NonpagedSystemMemorySize 屬性

定義

警告

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

警告

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

取得為相關聯進程配置的未分頁系統記憶體數量,以位元組為單位。

public:
 property int NonpagedSystemMemorySize { int get(); };
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; }
[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; }
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
[<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
Public ReadOnly Property NonpagedSystemMemorySize As Integer

屬性值

系統為相關程序分配的記憶體量(以位元組計),該程序無法寫入虛擬記憶體分頁檔案。

屬性

適用於

另請參閱