This read/write property returns and sets the location of the assembly. The location is a URL.
[Visual Basic] Overridable Public Property CodeBase As String [C#] public string CodeBase {virtual get; virtual set;} [C++] public: __property virtual String* get_CodeBase(); public: __property virtual void set_CodeBase(String*); [JScript] public function get CodeBase() : String; public function set CodeBase(String);
Read/write. Returns and sets the location of the assembly.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace