Assembly.GetManifestResourceNames

bpayne111

Junior Contributor
Joined
Feb 28, 2003
Messages
325
Location
BFE
I have some images which i have added to my project as embedded resources.

i am using the GetManifestResourceNames to find the names of images in the assembly.
All goes well but i've noticed the same image will show up 3 times in the list of names.
Why is this image in so many places in my project?
Are there this many copies of my image in the assembly?
Why does it store so many?

i'm just curious
brandon
 
Back
Top