This documentation is archived and is not being maintained.
HttpRuntime.ClrInstallDirectory Property
.NET Framework 1.1
Gets the physical path to the directory where the common language runtime executable files are installed.
[Visual Basic] Public Shared ReadOnly Property ClrInstallDirectory As String [C#] public static string ClrInstallDirectory {get;} [C++] public: __property static String* get_ClrInstallDirectory(); [JScript] public static function get ClrInstallDirectory() : String;
Property Value
The physical path to the common language runtime executable files.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- FileIOPermission for access to the information in the path itself. This helps protect sensitive information in the path, such as user names, as well as information about the directory structure revealed in the path. This value does not grant access to files or folders represented by the path. Associated enumeration: FileIOPermissionAccess.PathDiscovery
See Also
HttpRuntime Class | HttpRuntime Members | System.Web Namespace
Show: