Class RenamedAssemblyAttribute
Inheritance
RenamedAssemblyAttribute
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class RenamedAssemblyAttribute : Attribute, _Attribute
Constructors
RenamedAssemblyAttribute(String, String)
Declaration
public RenamedAssemblyAttribute(string previousName, string newName)
Parameters
Properties
newName
Declaration
public string newName { get; }
Property Value
previousName
Declaration
public string previousName { get; }
Property Value
Extension Methods