2

I have .NET dll and I would like to know

  1. what platform was used to build. (x86, x64 or Any CPU)
  2. if it is debug or release version.

Is there a way how to find this information?

Thank you.

(I'm trying to play with TFS build server and would like to verify, that my dll are build as I want)

Chatumbabub
  • 1,557
  • 2
  • 18
  • 30
  • 1
    You can start looking at [AssemblyFlagsAttribute](http://msdn.microsoft.com/en-us/library/system.reflection.assemblyflagsattribute.aspx) this give you some of the info you need. – Alessandro D'Andria Sep 30 '13 at 18:39
  • 2
    Possible repeated question http://stackoverflow.com/questions/270531/how-to-determine-if-a-net-assembly-was-built-for-x86-or-x64/270545#270545 – D.S. Sep 30 '13 at 18:51
  • 1
    Above answers the x64/x86 part. For the debug/release part, see here: http://stackoverflow.com/questions/194616/how-to-tell-if-a-net-application-was-compiled-in-debug-or-release-mode Please search before posting! – codeling Oct 01 '13 at 12:32
  • Thanks and sorry. I had to be blind when I was searching for it.. – Chatumbabub Oct 07 '13 at 09:51

0 Answers0