This read-only property returns the location of the assembly as specified originally, for example, in an AssemblyName object.
[Visual Basic] Overridable Public ReadOnly Property CodeBase As String [C#] public string CodeBase {virtual get;} [C++] public: __property virtual String* get_CodeBase(); [JScript] public function get CodeBase() : String;
Read-only. Returns the location of the assembly as specified originally.
[To be supplied.]
Assembly Class | Assembly Members | System.Reflection Namespace