AssemblyDescriptionAttribute(String) Constructor

Definition

Initializes a new instance of the AssemblyDescriptionAttribute class.

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

The assembly description.

Applies to

See also