OpenNETCF Smart Device Framework 2.3
Gets the fully qualified path of the system directory.

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

Syntax

C#
public static string SystemDirectory { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property SystemDirectory As String
Visual Basic (Usage)
Dim value As String

value = Environment2.SystemDirectory
Visual C++
public:
static property String^ SystemDirectory {
	String^ get ();
}
J#
/** @property */
public static String get_SystemDirectory()
JScript
public static function get SystemDirectory () : String
JavaScript
OpenNETCF.Environment2.get_SystemDirectory = function();

Field Value

A string containing a directory path.

Remarks

An example of the value returned is the string "\Windows".

See Also