RequiresAssemblyFilesAttribute 构造函数

定义

重载

RequiresAssemblyFilesAttribute()

初始化 RequiresAssemblyFilesAttribute 类的新实例。

RequiresAssemblyFilesAttribute(String)

初始化 RequiresAssemblyFilesAttribute 类的新实例。

RequiresAssemblyFilesAttribute()

Source:
RequiresAssemblyFilesAttribute.cs
Source:
RequiresAssemblyFilesAttribute.cs
Source:
RequiresAssemblyFilesAttribute.cs

初始化 RequiresAssemblyFilesAttribute 类的新实例。

public:
 RequiresAssemblyFilesAttribute();
public RequiresAssemblyFilesAttribute ();
Public Sub New ()

适用于

RequiresAssemblyFilesAttribute(String)

Source:
RequiresAssemblyFilesAttribute.cs
Source:
RequiresAssemblyFilesAttribute.cs
Source:
RequiresAssemblyFilesAttribute.cs

初始化 RequiresAssemblyFilesAttribute 类的新实例。

public:
 RequiresAssemblyFilesAttribute(System::String ^ message);
public RequiresAssemblyFilesAttribute (string message);
new System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute : string -> System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute
Public Sub New (message As String)

参数

message
String

一条消息,其中包含有关需要将程序集文件放在磁盘上的信息。

适用于