AssemblyDescriptionAttribute(String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de AssemblyDescriptionAttribute klasse.

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

Parameters

description
String

De beschrijving van de assembly.

Van toepassing op

Zie ook