Class AssemblyNameChangeGlobalAttribute
Define a assembly name change mapping globally.
Namespace: Mechatronics.SystemGraph
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class AssemblyNameChangeGlobalAttribute : Attribute, _Attribute
Constructors
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. |
Fields
NewName
Creates new name.
Declaration
public string NewName
Field Value
| Type | Description |
|---|---|
| String |
OldName
The old name
Declaration
public string OldName
Field Value
| Type | Description |
|---|---|
| String |