System.Reflection.AssemblyTrademarkAttribute

E697547

System.Reflection.AssemblyTrademarkAttribute is a .NET attribute used to specify the trademark information for an assembly’s metadata.

All labels observed (2)

How this entity was disambiguated

Statements (35)

Predicate Object
instanceOf .NET attribute ⓘ
attribute class ⓘ
appliesTo assembly ⓘ
assemblyMetadataRole specifies assembly trademark information ⓘ
attributeUsage AttributeTargets.Assembly ⓘ
attributeUsageProperty AllowMultiple = false ⓘ
Inherited = false ⓘ
availableIn .NET 5+ ⓘ
.NET Core ⓘ
.NET Framework ⓘ
belongsToPlatform .NET ⓘ
CLSCompliant true ⓘ
definedIn .NET Framework ⓘ
documentationLocation Microsoft .NET API reference ⓘ
hasConstructor AssemblyTrademarkAttribute(string trademark) ⓘ
inheritsFrom System.Attribute ⓘ
isMetadataAttribute true ⓘ
isSealed true ⓘ
metadataCategory assembly identity and branding ⓘ
namespace System.Reflection ⓘ
parameter trademark ⓘ
parameterType string ⓘ
property Trademark ⓘ
propertyType string ⓘ
reflectionAccess Assembly.GetCustomAttributes(typeof(AssemblyTrademarkAttribute), false) ⓘ
relatedAttribute System.Reflection.AssemblyCompanyAttribute ⓘ
System.Reflection.AssemblyDescriptionAttribute ⓘ
System.Reflection.AssemblyProductAttribute ⓘ
System.Reflection.AssemblyTitleAttribute ⓘ
shortName AssemblyTrademarkAttribute ⓘ
targetUsage assembly-level attribute ⓘ
usageExample [assembly: AssemblyTrademark("My Trademark")] ⓘ
usedFor display in assembly information dialogs ⓘ
retrieval via reflection ⓘ
visibility public ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.Reflection → containsType → System.Reflection.AssemblyTrademarkAttribute ⓘ
System.Reflection.AssemblyTrademarkAttribute → shortName → AssemblyTrademarkAttribute ⓘ
linked to: System.Reflection.AssemblyTrademarkAttribute