OpenNETCF Smart Device Framework 2.3
Indicates the number of bytes of unreserved and uncommitted memory in the user mode portion of the virtual address space of the calling process.

Namespace:  OpenNETCF.WindowsCE
Assembly:  OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0

Syntax

C#
public static int AvailableVirtualMemory { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property AvailableVirtualMemory As Integer
Visual Basic (Usage)
Dim value As Integer

value = MemoryManagement.AvailableVirtualMemory
Visual C++
public:
static property int AvailableVirtualMemory {
	int get ();
}
J#
/** @property */
public static int get_AvailableVirtualMemory()
JScript
public static function get AvailableVirtualMemory () : int
JavaScript
OpenNETCF.WindowsCE.MemoryManagement.get_AvailableVirtualMemory = function();

See Also