System.Reflection.AssemblyTrademarkAttribute
namespace System.Reflection
{
public sealed class AssemblyTrademarkAttribute : Attribute
{
public string Trademark { get; }
public AssemblyTrademarkAttribute(string trademark);
}
}