AssemblyCopyrightAttribute(String) Konstruktor

Definition

Initialisiert eine neue Instanz der AssemblyCopyrightAttribute-Klasse.

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

Parameter

copyright
String

Die Informationen über das Copyright.

Gilt für:

Weitere Informationen