Share via


ManifestResourceInfo(Assembly, String, ResourceLocation) コンストラクター

定義

指定されたアセンブリおよびファイルに含まれ、指定された場所にあるリソースを表す ManifestResourceInfo クラスの新しいインスタンスを初期化します。

public:
 ManifestResourceInfo(System::Reflection::Assembly ^ containingAssembly, System::String ^ containingFileName, System::Reflection::ResourceLocation resourceLocation);
public ManifestResourceInfo (System.Reflection.Assembly containingAssembly, string containingFileName, System.Reflection.ResourceLocation resourceLocation);
public ManifestResourceInfo (System.Reflection.Assembly? containingAssembly, string? containingFileName, System.Reflection.ResourceLocation resourceLocation);
new System.Reflection.ManifestResourceInfo : System.Reflection.Assembly * string * System.Reflection.ResourceLocation -> System.Reflection.ManifestResourceInfo
Public Sub New (containingAssembly As Assembly, containingFileName As String, resourceLocation As ResourceLocation)

パラメーター

containingAssembly
Assembly

マニフェスト リソースを格納しているアセンブリ。

containingFileName
String

マニフェスト リソースを格納しているファイルの名前 (ファイルがマニフェスト ファイルと異なる場合)。

resourceLocation
ResourceLocation

マニフェスト リソースの場所に関する情報を提供する列挙値のビットごとの組み合わせ。

適用対象