Process.PagedMemorySize 屬性

定義

警告

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

警告

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

警告

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

取得配置給關聯處理序的分頁記憶體量 (以位元組為單位)。

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

屬性值

記憶體量 (以位元組為單位),指由關聯的處理序所配置,且可以寫入虛擬記憶體分頁檔案的記憶體。

屬性

適用於

另請參閱