System.Web Namespace HttpWorkerRequest Class
Gets the physical path to the directory where the ASP.NET binaries are installed.
[ VB ]
<ComVisible ( False ) >
Overridable Public ReadOnly Property MachineInstallDirectory As _
String
[ C# ]
[ ComVisible ( false ) ]
public virtual string MachineInstallDirectory {get;}
[ C++ ]
[ ComVisible ( false ) ]
public: __property virtual String* get_MachineInstallDirectory ( );
[ JScript ]
public ComVisible ( false )
function get MachineInstallDirectory ( ) : String;
The physical directory to the ASP.NET binary files.
HttpWorkerRequest Members HttpRuntime Class