ManifestResourceInfo Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Assembly: mscorlib (in mscorlib.dll)
public ManifestResourceInfo( Assembly containingAssembly, string containingFileName, ResourceLocation resourceLocation )
Parameters
- containingAssembly
- Type: System.Reflection.Assembly
The assembly that contains the manifest resource.
- containingFileName
- Type: System.String
The name of the file that contains the manifest resource, if the file is not the same as the manifest file.
- resourceLocation
- Type: System.Reflection.ResourceLocation
A bitwise combination of enumeration values that provides information about the location of the manifest resource.
Show: