System.Runtime.InteropServices.ComAliasNameAttribute
namespace System.Runtime.InteropServices
{
public sealed class ComAliasNameAttribute : Attribute
{
public string Value { get; }
public ComAliasNameAttribute(string alias);
}
}