information about assembly date

  • Thread starter Thread starter codymanix
  • Start date Start date
C

codymanix

I know how to get the assembly-version information during runtime, but is it
possible to get the build-date?
 
Cody,

I am not completely familiar with your scenario, but it
seems to me you could use the file's modified date
attribute. (Use System.IO.File.GetModifiedDate)

Jackson Davis
jacdavis at online.microsoft.com
 
Back
Top