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

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

Syntax

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

value = MemoryManagement.SystemStorageMemory

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

See Also