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( _ ByVal copiedName As Boolean _ ) As AssemblyName [C#] public virtual AssemblyName GetName( bool copiedName ); [C++] public: virtual AssemblyName* GetName( bool copiedName ); [JScript] public function GetName( copiedName : Boolean ) : AssemblyName;
The AssemblyName for this assembly.
Assembly Class | Assembly Members | System.Reflection Namespace | Assembly.GetName Overload List