ManifestResourceInfo(Assembly, String, ResourceLocation) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ManifestResourceInfo klasse voor een resource die is opgenomen in de opgegeven assembly en het opgegeven bestand en die de opgegeven locatie heeft.

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)

Parameters

containingAssembly
Assembly

De assembly die de manifestresource bevat.

containingFileName
String

De naam van het bestand dat de manifestresource bevat, als het bestand niet hetzelfde is als het manifestbestand.

resourceLocation
ResourceLocation

Een bitsgewijze combinatie van opsommingswaarden die informatie biedt over de locatie van de manifestresource.

Van toepassing op