AssemblyDescriptionAttribute(String) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.