AssemblyProductAttribute(String) Konstruktor

Definition

Initialisiert eine neue Instanz der AssemblyProductAttribute-Klasse.

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

Parameter

product
String

Die Informationen über den Produktnamen.

Gilt für:

Weitere Informationen