March 2002
Intermediate to advanced
864 pages
31h 8m
English
ManifestResourceInfo
This class represents a resource from an assembly manifest. As
assemblies can span multiple files, this resource represents one file from
an assembly. The
FileName
returns the name of the file containing the resource if not the
same as the file containing the manifest.
ResourceLocation
allows you to inspect the
ResourceLocation enumeration
for this resource, telling you whether the resource is
contained in the same file as the manifest.
ReferencedAssembly
returns the Assembly object
representing the specified assembly.
public class ManifestResourceInfo { // Public Instance Properties public virtual field string FileName{get; } public virtual field Assembly ReferencedAssembly{get; } public virtual field ResourceLocation ResourceLocation{get; } }
Assembly.GetManifestResourceInfo()