ManifestResourceInfo(Assembly, String, ResourceLocation) Konstruktor

Definition

Initierar en ny instans av ManifestResourceInfo klassen för en resurs som finns i den angivna sammansättningen och filen och som har den angivna platsen.

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)

Parametrar

containingAssembly
Assembly

Sammansättningen som innehåller manifestresursen.

containingFileName
String

Namnet på filen som innehåller manifestresursen, om filen inte är samma som manifestfilen.

resourceLocation
ResourceLocation

En bitvis kombination av uppräkningsvärden som ger information om platsen för manifestresursen.

Gäller för