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