다음을 통해 공유


LowPhysicalMemoryInfo(Int32, Int32) 생성자

정의

지정된 사용 비율 및 비율 제한을 사용하여 LowPhysicalMemoryInfo 클래스의 새 인스턴스를 초기화합니다.

public:
 LowPhysicalMemoryInfo(int currentPercentUsed, int percentLimit);
public LowPhysicalMemoryInfo (int currentPercentUsed, int percentLimit);
new System.Web.Hosting.LowPhysicalMemoryInfo : int * int -> System.Web.Hosting.LowPhysicalMemoryInfo
Public Sub New (currentPercentUsed As Integer, percentLimit As Integer)

매개 변수

currentPercentUsed
Int32

로컬 컴퓨터에서 사용된 총 RAM의 검색된 비율입니다.

percentLimit
Int32

현재 컴퓨터에 대해 결정된 RAM 사용 백분율 제한입니다.

적용 대상