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: