Class RenamedAssemblyAttribute
Inheritance
object
RenamedAssemblyAttribute
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public sealed class RenamedAssemblyAttribute : Attribute
Constructors
RenamedAssemblyAttribute(string, string)
Declaration
public RenamedAssemblyAttribute(string previousName, string newName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | previousName | |
| string | newName |
Properties
newName
Declaration
public string newName { get; }
Property Value
| Type | Description |
|---|---|
| string |
previousName
Declaration
public string previousName { get; }
Property Value
| Type | Description |
|---|---|
| string |