docs.unity.cn
    Show / Hide Table of Contents

    Class AssemblyNameChangeGlobalAttribute

    Define a assembly name change mapping globally.

    Inheritance
    Object
    Attribute
    AssemblyNameChangeGlobalAttribute
    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
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use