Skip to content

Instantly share code, notes, and snippets.

@henningjensen
Created March 21, 2013 14:15
Show Gist options
  • Save henningjensen/5213330 to your computer and use it in GitHub Desktop.
Save henningjensen/5213330 to your computer and use it in GitHub Desktop.
.Net find all resource names in assembly
System.Diagnostics.Debug.WriteLine(string.Join(", ", GetType().Assembly.GetManifestResourceNames()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment