Name

ManifestResourceInfo

Synopsis

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
   Overridable Public ReadOnly Property FileName As String  
   Overridable Public ReadOnly Property ReferencedAssembly As Assembly  
   Overridable Public ReadOnly Property ResourceLocation As ResourceLocation  
End Class

Returned By

Assembly.GetManifestResourceInfo()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.