AssemblyProductAttribute(String) 建構函式

定義

初始化 AssemblyProductAttribute 類別的新執行個體。

public:
 AssemblyProductAttribute(System::String ^ product);
public AssemblyProductAttribute (string product);
new System.Reflection.AssemblyProductAttribute : string -> System.Reflection.AssemblyProductAttribute
Public Sub New (product As String)

參數

product
String

產品名稱資訊。

適用於

另請參閱