Class AssemblyCompanyAttribute
- Namespace
- System.Reflection
- Assembly
- mscorlib.dll
Defines a company name custom attribute for an assembly manifest.
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyCompanyAttribute : Attribute
- Inheritance
-
AssemblyCompanyAttribute
- Inherited Members
- Extension Methods
Constructors
AssemblyCompanyAttribute(string)
Initializes a new instance of the AssemblyCompanyAttribute class.
public AssemblyCompanyAttribute(string company)
Parameters
company
stringThe company name information.
Properties
Company
Gets company name information.
public string Company { get; }
Property Value
- string
A string containing the company name.