Share via


RequiresAssemblyFilesAttribute コンストラクター

定義

オーバーロード

RequiresAssemblyFilesAttribute()

RequiresAssemblyFilesAttribute クラスの新しいインスタンスを初期化します。

RequiresAssemblyFilesAttribute(String)

RequiresAssemblyFilesAttribute クラスの新しいインスタンスを初期化します。

RequiresAssemblyFilesAttribute()

ソース:
RequiresAssemblyFilesAttribute.cs
ソース:
RequiresAssemblyFilesAttribute.cs
ソース:
RequiresAssemblyFilesAttribute.cs

RequiresAssemblyFilesAttribute クラスの新しいインスタンスを初期化します。

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

適用対象

RequiresAssemblyFilesAttribute(String)

ソース:
RequiresAssemblyFilesAttribute.cs
ソース:
RequiresAssemblyFilesAttribute.cs
ソース:
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

アセンブリ ファイルをディスク上に置く必要性に関する情報を含むメッセージ。

適用対象