AssemblyCompanyAttribute(String) Constructor

Definition

Initializes a new instance of the AssemblyCompanyAttribute class.

public:
 AssemblyCompanyAttribute(System::String ^ company);
public AssemblyCompanyAttribute (string company);
new System.Reflection.AssemblyCompanyAttribute : string -> System.Reflection.AssemblyCompanyAttribute
Public Sub New (company As String)

Parameters

company
String

The company name information.

Applies to

See also