D Don Oct 7, 2003 #1 Is there a way to iterate through all embedded resources in an assembly and retrieve their names? - Don
Is there a way to iterate through all embedded resources in an assembly and retrieve their names? - Don
A Armin Zingler Oct 7, 2003 #2 Don said: Is there a way to iterate through all embedded resources in an assembly and retrieve their names? Click to expand... System.Reflection.Assembly.GetManifestResourceNames To get the current assembly: System.Reflection.Assembly.GetExecutingAssembly
Don said: Is there a way to iterate through all embedded resources in an assembly and retrieve their names? Click to expand... System.Reflection.Assembly.GetManifestResourceNames To get the current assembly: System.Reflection.Assembly.GetExecutingAssembly