Scan Resource Files

J

JezB

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

And, given such a resource file, is there any way to loop through all the
entries in that resource file without knowing what the keys are ?

Any help gratefully appreciated.
 
A

AlexS

Hi, JezB

take a look at ResourceSet.GetEnumerator, which you can get through
ResourceManager.

HTH
Alex
 

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