ManifestResourceInfo(Assembly, String, ResourceLocation) Konstruktor

Definition

Initialisiert eine neue Instanz der ManifestResourceInfo-Klasse für eine Ressource, die in der angegebenen Assembly und Datei enthalten ist und den angegebenen Speicherort aufweist.

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)

Parameter

containingAssembly
Assembly

Die Assembly, die die Manifestressource enthält.

containingFileName
String

Der Name der Datei mit der Manifestressource, wenn die Datei nicht mit der Manifestdatei identisch ist.

resourceLocation
ResourceLocation

Eine bitweise Kombination von Enumerationswerten, die Informationen zum Speicherort der Manifestressource bereitstellt.

Gilt für: