J JezB May 24, 2004 #1 Given a reference to an Assembly, is there any way to generically scan the assembly for embedded resource files ?
Given a reference to an Assembly, is there any way to generically scan the assembly for embedded resource files ?
J Jon Skeet [C# MVP] May 24, 2004 #2 JezB said: Given a reference to an Assembly, is there any way to generically scan the assembly for embedded resource files ? Click to expand... Assembly.GetManifestResourceNames.
JezB said: Given a reference to an Assembly, is there any way to generically scan the assembly for embedded resource files ? Click to expand... Assembly.GetManifestResourceNames.