Uredi

Deli z drugimi prek


PersistedAssemblyBuilder.GetName(Boolean) Method

Definition

Gets the AssemblyName that was specified when the current dynamic assembly was created.

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 get a copied name; false to set get the original name.

Returns

The name of the dynamic assembly.

Applies to