ManifestResourceInfo

ManifestResourceInfo

System.Reflection (mscorlib.dll) class

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 it is 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 string  FileName  {get; }    public virtual Assembly  ReferencedAssembly  {get; }    public virtual ResourceLocation  ResourceLocation  {get; } } 

Returned By

Assembly.GetManifestResourceInfo( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net