ManifestResourceInfo Class
Provides access to manifest resources, which are XML files that describe application dependencies.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
This type is thread safe.


