This read-only property returns the location from which the assembly was loaded. This will be different from the value of CodeBase if the assembly is a shadow copy.
[Visual Basic] Overridable Public ReadOnly Property CopiedCodeBase As String [C#] public string CopiedCodeBase {virtual get;} [C++] public: __property virtual String* get_CopiedCodeBase(); [JScript] public function get CopiedCodeBase() : String;
Read-only. Returns the location from which the assembly was loaded.
[To be supplied.]
Assembly Class | Assembly Members | System.Reflection Namespace