ManifestResourceInfo(Assembly, String, ResourceLocation) Constructor

Definition

Initializes a new instance of the ManifestResourceInfo class for a resource that is contained by the specified assembly and file, and that has the specified location.

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

The assembly that contains the manifest resource.

containingFileName
String

The name of the file that contains the manifest resource, if the file is not the same as the manifest file.

resourceLocation
ResourceLocation

A bitwise combination of enumeration values that provides information about the location of the manifest resource.

Applies to