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.CodeBase

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;

Property Value

Read-only. Returns the location of the assembly as specified originally.

Example

[To
be supplied.]

See Also

Assembly Class | Assembly Members | System.Reflection Namespace