NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Assembly.CopiedCodeBase

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;

Property Value

Read-only. Returns the location from which the assembly was loaded.

Example

[To
be supplied.]

See Also

Assembly Class | Assembly Members | System.Reflection Namespace