System.Reflection.AssemblyDefaultAliasAttribute
E697550
System.Reflection.AssemblyDefaultAliasAttribute is a .NET attribute used to specify a default alias name for an assembly, primarily to aid in identification and referencing.
Statements (36)
| Predicate | Object |
|---|---|
| instanceOf |
.NET type
ⓘ
attribute class ⓘ class ⓘ |
| allowMultiple | false ⓘ |
| appliesToMetadata | assembly manifest ⓘ |
| assembly |
System.Runtime
NERFINISHED
ⓘ
mscorlib NERFINISHED ⓘ |
| attributeUsage | AttributeTargets.Assembly ⓘ |
| baseClass | System.Attribute NERFINISHED ⓘ |
| canBeReadVia | System.Reflection.Assembly.GetCustomAttributes() NERFINISHED ⓘ |
| category |
assembly-level attribute
ⓘ
reflection attribute ⓘ |
| definedIn |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| definedInLanguage |
C#
NERFINISHED
ⓘ
F# NERFINISHED ⓘ VB.NET NERFINISHED ⓘ |
| hasConstructor | AssemblyDefaultAliasAttribute(string defaultAlias) ⓘ |
| hasProperty | string DefaultAlias ⓘ |
| inherited | false ⓘ |
| introducedBefore | .NET Framework 4.0 NERFINISHED ⓘ |
| isCLSCompliant | true ⓘ |
| isMetadataAttribute | true ⓘ |
| isPartOf | .NET Base Class Library (BCL) NERFINISHED ⓘ |
| isSerializable | false ⓘ |
| namespace | System.Reflection NERFINISHED ⓘ |
| parameterType(Constructor.defaultAlias) | System.String NERFINISHED ⓘ |
| propertyType(DefaultAlias) | System.String ⓘ |
| purpose | specify a default alias for an assembly ⓘ |
| sealed | true ⓘ |
| targetElement | assembly ⓘ |
| usageExample | [assembly: AssemblyDefaultAlias("MyAssemblyAlias")] ⓘ |
| usedFor |
assembly identification
ⓘ
assembly referencing ⓘ |
| visibility | public ⓘ |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.