AssemblyInfo(Assembly) Constructor

Definition

Initializes a new instance of the AssemblyInfo class with the specified assembly information.

public:
 AssemblyInfo(System::Reflection::Assembly ^ currentAssembly);
public AssemblyInfo (System.Reflection.Assembly currentAssembly);
new Microsoft.VisualBasic.ApplicationServices.AssemblyInfo : System.Reflection.Assembly -> Microsoft.VisualBasic.ApplicationServices.AssemblyInfo
Public Sub New (currentAssembly As Assembly)

Parameters

currentAssembly
Assembly

Assembly. The assembly for which to obtain the information.

Applies to

See also