Partager via


LowPhysicalMemoryInfo(Int32, Int32) Constructeur

Définition

Initialise une nouvelle instance de la classe LowPhysicalMemoryInfo avec le pourcentage utilisé et la limite de pourcentage spécifiés.

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)

Paramètres

currentPercentUsed
Int32

Pourcentage détecté de mémoire RAM totale utilisée sur la machine locale.

percentLimit
Int32

La limite de pourcentage de RAM utilisée déterminée pour la machine actuelle.

S’applique à