about CLR
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
is it possible ? 1)can i force stop CLR from doing something? whenever i need. 2) can i force to start clr to work?whenever i need some one asked me the Question, plz don't tell what does clr do....
No, you cannot stop the .NET framework. This would even be dangerous, as it would halt the execution of all applications that are using the framework. Can you tell us what you're trying to achieve? Perhaps there's an alternative method to reach that goal. If the target is a Windows Service, then yes - those can be paused, started and stopped.
I are troll :)