SystemInfo.AvailVirtual Property

Gets or sets the amount of unreserved and uncommitted memory currently in the user-mode part of the virtual address space of the calling process, in bytes.

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

Syntax

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

value = instance.AvailVirtual

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

Property Value

Type: System.Int32
The amount of unreserved and uncommitted memory currently in the user-mode part of the virtual address space of the calling process, in bytes.

.NET Framework Security

See Also

Reference

SystemInfo Class

SystemInfo Members

Microsoft.SmartDevice.Connectivity Namespace