AssemblyBuilder.GetName(Boolean) Method

Definition

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

public:
 override System::Reflection::AssemblyName ^ GetName(bool copiedName);
public override System.Reflection.AssemblyName GetName (bool copiedName);
override this.GetName : bool -> System.Reflection.AssemblyName
Public Overrides Function GetName (copiedName As Boolean) As AssemblyName

Parameters

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

Returns

The name of the dynamic assembly.

Applies to