ManifestResourceInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to manifest resources, which are XML files that describe application dependencies.
public ref class ManifestResourceInfo
public class ManifestResourceInfo
[System.Runtime.InteropServices.ComVisible(true)]
public class ManifestResourceInfo
type ManifestResourceInfo = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type ManifestResourceInfo = class
Public Class ManifestResourceInfo
- Inheritance
-
ManifestResourceInfo
- Attributes
Constructors
ManifestResourceInfo(Assembly, String, ResourceLocation) |
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. |
Properties
FileName |
Gets the name of the file that contains the manifest resource, if it is not the same as the manifest file. |
ReferencedAssembly |
Gets the containing assembly for the manifest resource. |
ResourceLocation |
Gets the manifest resource's location. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Applies to
Thread Safety
This type is thread safe.