LowPhysicalMemoryInfo(Int32, Int32) Construtor

Definição

Inicializa uma nova instância da LowPhysicalMemoryInfo classe com a porcentagem especificada usada e o limite percentual.

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)

Parâmetros

currentPercentUsed
Int32

Percentual detectado da RAM total usada no computador local.

percentLimit
Int32

O limite de percentual de RAM usado determinado para o computador atual.

Aplica-se a