Scan Resource Files

  • Thread starter Thread starter JezB
  • Start date Start date
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.
 
Hi, JezB

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

HTH
Alex
 
Back
Top