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