The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Assembly::GetName Method (Boolean)
.NET Framework (current version)
Gets an AssemblyName for this assembly, setting the codebase as specified by copiedName.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- copiedName
-
Type:
System::Boolean
true to set the CodeBase to the location of the assembly after it was shadow copied; false to set CodeBase to the original location.
Return Value
Type: System.Reflection::AssemblyName^An object that contains the fully parsed display name for this assembly.
Implements
_Assembly::GetName(Boolean)FileIOPermission
for access to the path of the assembly. Associated enumeration: FileIOPermissionAccess::PathDiscovery
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: