_Assembly::GetManifestResourceNames Method ()
.NET Framework (current version)
Provides COM objects with version-independent access to the GetManifestResourceNames method.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: array<System::String^>^An array of type String containing the names of all the resources.
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The GetManifestResourceNames method returns the names of all the resources in this assembly.
.NET Framework
Available since 1.1
Available since 1.1
Show: