Read-only. Get the base directory that the assembly resolver uses to probe for assemblies. The BaseDirectory property corresponds to the assembly resolver's APPBASE.
[Visual Basic] Public ReadOnly Property BaseDirectory As String [C#] public string BaseDirectory {get;} [C++] public: __property String* get_BaseDirectory(); [JScript] public function get BaseDirectory() : String;
Get the base directory that the assembly resolver uses to probe for assemblies.