March 2002
Intermediate to advanced
864 pages
31h 8m
English
AssemblyCompanyAttribute
This custom attribute is applied on an assembly that allows you to specify the company that created the assembly.
public sealed class AssemblyCompanyAttribute : Attribute { // Public Constructors public method AssemblyCompanyAttribute(string company); // Public Instance Properties public field string Company{get; } }
System.Object→System.Attribute→AssemblyCompanyAttribute
Assembly