AssemblyInfo(Assembly) Constructor

Definitie

Initialiseert een nieuw exemplaar van de AssemblyInfo klasse met de opgegeven assembly-informatie.

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. De assembly waarvoor de informatie moet worden verkregen.

Van toepassing op

Zie ook