Skip to content

Instantly share code, notes, and snippets.

@rockarts
Created April 12, 2013 16:28
Show Gist options
  • Save rockarts/5373289 to your computer and use it in GitHub Desktop.
Save rockarts/5373289 to your computer and use it in GitHub Desktop.
Print all embedded resources
Console.Out.WriteLine(string.Join(", ", GetType().Assembly.GetManifestResourceNames()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment