共用方式為


AssemblyInfo(Assembly) 建構函式

定義

使用指定的組件資訊,初始化 AssemblyInfo 類別的新執行個體。

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)

參數

currentAssembly
Assembly

Assembly. 要為其取得資訊的組件。

適用於

另請參閱