Windows apps
Collapse the table of content
Expand the table of content
Information
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.

AssemblyBuilder::GetName Method (Boolean)

 

Gets the AssemblyName that was specified when the current dynamic assembly was created, and sets the code base as specified.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual AssemblyName^ GetName(
	bool copiedName
) override

Parameters

copiedName
Type: System::Boolean

true to set the code base to the location of the assembly after it is shadow-copied; false to set the code base to the original location.

Return Value

Type: System.Reflection::AssemblyName^

The name of the dynamic assembly.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft