Class AssemblyNameChangeGlobalAttribute
Define a assembly name change mapping globally.
Implements
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class AssemblyNameChangeGlobalAttribute : Attribute, _Attribute
  Constructors
| Name | Description | 
|---|---|
| AssemblyNameChangeGlobalAttribute(string, string) | Change an assembly name from old to new. Just the assembly name is required.  | 
      
Fields
| Name | Description | 
|---|---|
| NewName | Creates new name.  | 
      
| OldName | The old name  |