AssemblyBuilder::GetManifestResourceNames Method ()

 

Loads the specified manifest resource from this assembly.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual array<String^>^ GetManifestResourceNames() override

Return Value

Type: array<System::String^>^

An array of type String containing the names of all the resources.

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
Return to top
Show: