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

Overloaded. Gets the AssemblyName of this assembly.

Overload List

Gets the AssemblyName of this assembly. The codebase in the AssemblyName will be set to the original codebase or the codebase of the shadow copy depending on the value of the Boolean parameter passed to the method.

[Visual Basic] Overloads Overridable Public Function GetName(Boolean) As AssemblyName
[C#] public virtual AssemblyName GetName(bool);
[C++] public: virtual AssemblyName* GetName(bool);
[JScript] public function GetName(Boolean) : AssemblyName;

Gets the AssemblyName of this assembly.

[Visual Basic] Overloads Overridable Public Function GetName() As AssemblyName
[C#] public virtual AssemblyName GetName();
[C++] public: virtual AssemblyName* GetName();
[JScript] public function GetName() : AssemblyName;

See Also

Assembly Class | Assembly Members | System.Reflection Namespace