SystemInfo.AvailPhys Property

Gets or sets the amount of physical memory currently available in bytes.

Namespace:  Microsoft.SmartDevice.Connectivity
Assembly:  Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)

Syntax

'Declaration
Public Property AvailPhys As Integer
'Usage
Dim instance As SystemInfo 
Dim value As Integer 

value = instance.AvailPhys

instance.AvailPhys = value
public int AvailPhys { get; set; }
public:
property int AvailPhys {
    int get ();
    void set (int value);
}
public function get AvailPhys () : int 
public function set AvailPhys (value : int)

Property Value

Type: System.Int32
The amount of physical memory currently available in bytes.

Remarks

This is the amount of physical memory that can be immediately reused without having to write its contents to disk first. It is the sum of the size of the standby, free, and zero lists.

.NET Framework Security

See Also

Reference

SystemInfo Class

SystemInfo Members

Microsoft.SmartDevice.Connectivity Namespace