ManifestResourceInfo(Assembly, String, ResourceLocation) Konstruktor

Definice

Inicializuje novou instanci ManifestResourceInfo třídy pro prostředek, který je obsažen v zadané sestavení a souboru a který má zadané umístění.

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)

Parametry

containingAssembly
Assembly

Sestavení, které obsahuje prostředek manifestu.

containingFileName
String

Název souboru, který obsahuje prostředek manifestu, pokud soubor není stejný jako soubor manifestu.

resourceLocation
ResourceLocation

Bitové kombinace hodnot výčtu, která poskytuje informace o umístění prostředku manifestu.

Platí pro