Constructor AssemblyNameChangeGlobalAttribute
AssemblyNameChangeGlobalAttribute(string, string)
Change an assembly name from old to new. Just the assembly name is required.
Declaration
public AssemblyNameChangeGlobalAttribute(string oldAssemblyName, string newAssemblyName)
Parameters
Type | Name | Description |
---|---|---|
string | oldAssemblyName | Old name of the assembly. |
string | newAssemblyName | New name of the assembly. |