IsDebug
Jeff Key
December 10, 2003

I went through a spell recently where I had to dig through assemblies every day trying to find which were release, the latest version, etc.  Unfortunately, the C# and VB.NET compilers don't set the debug bit on the files they emit, so there's no way (that I know of) to determine if an assembly is debug or release without doing it in code.  So I did it in code and present it to you, my dear friend. 

Launching instructions:

  • Put a shortcut in your SendTo folder (most preferred), or
  • Put a shortcut on your desktop, if you're into that kind of thing (not as preferred), or
  • Put a shortcut in your start menu (not preferred)

Instructions:

  • Drop a file, files or a directory on the icon, or
  • Drop a file, files or a directory on the listview

 

Download (Requires the .NET Framework.  It was compiled on v1.1 but should work on v1.0.)

Source

Back to dotnet