OpenNETCF Smart Device Framework 2.3
Gets or sets the amount of allocated memory for Programs, in kilobytes

Namespace:  OpenNETCF.WindowsCE
Assembly:  OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0

Syntax

C#
public static int SystemProgramMemory { get; set; }
Visual Basic (Declaration)
Public Shared Property SystemProgramMemory As Integer
Visual Basic (Usage)
Dim value As Integer

value = MemoryManagement.SystemProgramMemory

MemoryManagement.SystemProgramMemory = value
Visual C++
public:
static property int SystemProgramMemory {
	int get ();
	void set (int value);
}
J#
/** @property */
public static int get_SystemProgramMemory()
/** @property */
public static  void set_SystemProgramMemory(int value)
JScript
public static function get SystemProgramMemory () : int
public static function set SystemProgramMemory (value : int)
JavaScript
OpenNETCF.WindowsCE.MemoryManagement.get_SystemProgramMemory = function();
OpenNETCF.WindowsCE.MemoryManagement.set_SystemProgramMemory = function(value);

See Also