Detecting runtime host

  • Thread starter Thread starter Mike Gale
  • Start date Start date
M

Mike Gale

What ways do you recommend for detecting CLR runtime host? (ASP.NET, win
forms app...)

I'm considering extending some classes (CLR 1.1) to operate under different
runtime hosts.

Mike.
 
This may not be the right place for this question.

I have also asked at dotnet.framework, I'll feedback from wherever I get
information first. I did see a thread about detecting your CLR version
which suggested, to me, that there might not be a library that just does
this (but that is not explicitly stated).
 
Back
Top