I want to run an executable and limit its memory and time usage. Of course I want to know if it breached any of these things and if not I want the data how much was used. What could I use from the .NET to do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You could use a Thread to monitor the executable you run.
Good luck. |
||||
|
|
