|
|
|
start date: Fri, 27 Jul 2007 20:40:40 +0530,
posted on: microsoft.public.dotnet.framework.performance
back
| Thread Index |
|
1
user spam@@discussions.microsoft.com
|
|
2
Alex Meleta
|
|
3
user spam@@discussions.microsoft.com
|
|
4
Sheng Jiang[MVP] uss
|
Knowing the clr version of running .net process
Hi All,
Is it possible to know the versions of clr(.net) of a running .net process.
As I could have installed different versions of .net on my windows machine
and I can run multiple .net applications using different versions of .net.
user
Date:Fri, 27 Jul 2007 20:40:40 +0530
Author:
|
Re: Knowing the clr version of running .net process
Hi user,
Just use Environment.Version or RuntimeEnvironment.GetSystemVersion()
Regards, Alex
[TechBlog] http://devkids.blogspot.com
u>
u> Is it possible to know the versions of clr(.net) of a running .net
u> process.
Date:Fri, 27 Jul 2007 16:50:18 +0000 (UTC)
Author:
|
Re: Knowing the clr version of running .net process
Hi
Alex thanks for you reply.
I wanted to know the .net version of other running processes and not my .net
process.
for instance, you have given a .net application and you run it and now you
have asked to find out the veriosn of .net that this running process is
using or in case it is using any fix packs. what you have with you is just
binaris of that application and those are running. So its like you know a
running process name and you know that it is a .net process and now you want
to know what clr engine it is running on.
thanks
"Alex Meleta" wrote in message
news:150f6b3032eee8c99ea6e002a08d@msnews.microsoft.com...
> Hi user,
>
> Just use Environment.Version or RuntimeEnvironment.GetSystemVersion()
>
> Regards, Alex
> [TechBlog] http://devkids.blogspot.com
>
> u> u> Is it possible to know the versions of clr(.net) of a running .net
> u> process.
>
>
Date:Sat, 28 Jul 2007 13:55:57 +0530
Author:
|
Re: Knowing the clr version of running .net process
You can take a look at Managed Spy++
(http://msdn.microsoft.com/msdnmag/issues/06/04/ManagedSpy/default.aspx) and
A simple Windows forms properties spy
(http://www.codeproject.com/dotnet/wfspy.asp)
--
Sheng Jiang
Microsoft MVP in VC++
"user" <spam@@discussions.microsoft.com> wrote in message
news:O8YjaDP0HHA.1188@TK2MSFTNGP04.phx.gbl...
> Hi
>
> Alex thanks for you reply.
>
> I wanted to know the .net version of other running processes and not my
..net
> process.
> for instance, you have given a .net application and you run it and now you
> have asked to find out the veriosn of .net that this running process is
> using or in case it is using any fix packs. what you have with you is just
> binaris of that application and those are running. So its like you know a
> running process name and you know that it is a .net process and now you
want
> to know what clr engine it is running on.
>
> thanks
>
>
>
> "Alex Meleta" wrote in message
> news:150f6b3032eee8c99ea6e002a08d@msnews.microsoft.com...
> > Hi user,
> >
> > Just use Environment.Version or RuntimeEnvironment.GetSystemVersion()
> >
> > Regards, Alex
> > [TechBlog] http://devkids.blogspot.com
> >
> > u> u> Is it possible to know the versions of clr(.net) of a running .net
> > u> process.
> >
> >
>
>
Date:Mon, 30 Jul 2007 20:10:39 -0500
Author:
|
|
|