Assembly.GetManifestResourceInfo Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns information about how the given resource has been persisted.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Overridable Function GetManifestResourceInfo ( _ resourceName As String _ ) As ManifestResourceInfo
Parameters
- resourceName
- Type: System.String
The case-sensitive name of the resource.
Return Value
Type: System.Reflection.ManifestResourceInfoAn object that is populated with information about the resource's topology, or Nothing if the resource is not found.
| Exception | Condition |
|---|---|
| ArgumentNullException | resourceName is Nothing. |
| ArgumentException | The resourceName parameter is an empty string (""). |
Show: