How to programatically determine the .NET Framework Version

  • Thread starter Thread starter Tarundeep Singh Kalra
  • Start date Start date
T

Tarundeep Singh Kalra

How to programatically determine the .NET Framework Version
-
--
Tarun
**********************************************************************
Tarundeep Singh Kalra
(tarundeep1976_nospam_at_yahoo_dot_nospam_dot_com)

*************************************************************************
 
Tarundeep,
How to programatically determine the .NET Framework Version

What exactly do you mean by this?

If you mean at runtime, checking the version of the framework you're running
on, then using the Version property of the System::Environment class is
probably the way to go.
 
Back
Top