OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Gets the amount of physical memory mapped to the process context.
Namespace:
OpenNETCFAssembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static long WorkingSet { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property WorkingSet As Long |
| Visual Basic (Usage) |
|---|
Dim value As Long value = Environment2.WorkingSet |
| Visual C++ |
|---|
public: static property long long WorkingSet { long long get (); } |
| J# |
|---|
/** @property */ public static long get_WorkingSet() |
| JScript |
|---|
public static function get WorkingSet () : long |
| JavaScript |
|---|
OpenNETCF.Environment2.get_WorkingSet = function(); |