Loop thru 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 ?
 
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

Back
Top