NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Environment.SystemDirectory

Returns the system directory, for example, C:\WinNT\System32.

[Visual Basic]
Public Shared ReadOnly Property SystemDirectory As String
[C#]
public static string SystemDirectory {get;}
[C++]
public: __property static String* get_SystemDirectory();
[JScript]
public static function get SystemDirectory() : String;

Property Value

A string representing the fully qualified path of the system directory.

Requirements

NGWS Runtime Security:

FileIOPermissionAccess Read permission for the directory.

See Also

Environment Class | Environment Members | System Namespace