AssemblyBuilder::GetManifestResourceNames Method ()
.NET Framework (current version)
Loads the specified manifest resource from this assembly.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: array<System::String^>^An array of type String containing the names of all the resources.
Implements
_Assembly::GetManifestResourceNames()| Exception | Condition |
|---|---|
| NotSupportedException | This method is not supported on a dynamic assembly. To get the manifest resource names, use GetManifestResourceNames. |
| SecurityException | The caller does not have the required permission. |
ReflectionPermission
when invoked late-bound through mechanisms such as Type::InvokeMember. Associated enumeration: ReflectionPermissionFlag::MemberAccess.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: