OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Indicates the number of bytes of physical memory available.
Namespace:
OpenNETCF.WindowsCEAssembly: OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static int AvailablePhysicalMemory { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property AvailablePhysicalMemory As Integer |
| Visual Basic (Usage) |
|---|
Dim value As Integer value = MemoryManagement.AvailablePhysicalMemory |
| Visual C++ |
|---|
public: static property int AvailablePhysicalMemory { int get (); } |
| J# |
|---|
/** @property */ public static int get_AvailablePhysicalMemory() |
| JScript |
|---|
public static function get AvailablePhysicalMemory () : int |
| JavaScript |
|---|
OpenNETCF.WindowsCE.MemoryManagement.get_AvailablePhysicalMemory = function(); |