LowPhysicalMemoryInfo Properties

 

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyCurrentPercentUsed

Gets the detected percent of total RAM used on the machine. Value may be from 0 to 100.

System_CAPS_pubpropertyPercentLimit

Gets the determined used-RAM percentage limit for the machine. Value may be from 0 to 100.

System_CAPS_pubpropertyRequestGC

Sets a Boolean value returned to the source of the observable event that may be used to indicate whether the source of the event should induce a Garbage Collection after all observers have processed the event. (The default low memory monitor in ASP.NET ignores this flag and does not induce Garbage Collection.)

Return to top
Show: