OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Indicates the total number of bytes that can be described in the user mode portion of the virtual address space of the calling process.
Namespace:
OpenNETCF.WindowsCEAssembly: OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static int TotalVirtualMemory { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property TotalVirtualMemory As Integer |
| Visual Basic (Usage) |
|---|
Dim value As Integer value = MemoryManagement.TotalVirtualMemory |
| Visual C++ |
|---|
public: static property int TotalVirtualMemory { int get (); } |
| J# |
|---|
/** @property */ public static int get_TotalVirtualMemory() |
| JScript |
|---|
public static function get TotalVirtualMemory () : int |
| JavaScript |
|---|
OpenNETCF.WindowsCE.MemoryManagement.get_TotalVirtualMemory = function(); |