English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am making a webpage in asp.net (2.0) and am wondering how I can display the assembly information on the web page... like the Version number, etc!

Thanks

2007-03-26 07:37:18 · 1 answers · asked by Tom 1 in Computers & Internet Programming & Design

1 answers

Read up on the documentation on System.Reflection (http://msdn2.microsoft.com/en-us/library/system.reflection.aspx ) - that contains all of the classes and methods needed to interact directly with assemblies, such as loading them by naming, getting type information, etc.

2007-03-26 08:10:33 · answer #1 · answered by Rex M 6 · 0 1

fedest.com, questions and answers