Process.PagedMemorySize 속성

정의

주의

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. https://go.microsoft.com/fwlink/?linkid=14202

주의

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("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.  https://go.microsoft.com/fwlink/?linkid=14202")]
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("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.  https://go.microsoft.com/fwlink/?linkid=14202")>]
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

속성 값

가상 메모리 페이징 파일에 쓸 수 있는 연결된 프로세스에 의해 할당된 메모리 양(바이트)입니다.

특성

적용 대상

추가 정보