OpenNETCF Smart Device Framework 2.3
Specifies a number between zero and 100 that gives a general idea of current memory utilization, in which zero indicates no memory use and 100 indicates full memory use.
Namespace:
OpenNETCF.WindowsCE
Assembly:
OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static int MemoryLoad { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property MemoryLoad As Integer |
| Visual C++ |
|---|
public:
static property int MemoryLoad {
int get ();
} |
| J# |
|---|
/** @property */
public static int get_MemoryLoad()
|
| JScript |
|---|
public static function get MemoryLoad () : int
|
| JavaScript |
|---|
OpenNETCF.WindowsCE.MemoryManagement.get_MemoryLoad = function();
|
See Also