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

产品名称信息。

适用于

另请参阅