Loop thru Resource Files ... ??

J

JezB

Given a reference to an Assembly, is there any way to generically scan the
assembly for embedded resource files ?
 
J

Jon Skeet [C# MVP]

JezB said:
Given a reference to an Assembly, is there any way to generically scan the
assembly for embedded resource files ?

Assembly.GetManifestResourceNames.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top