c# - How to prevent the Kill() process by another? -


this question has answer here:

in c# it's possible block kill() process another(user or program) ??

i want close application "close button" , block other way.

i've used c# years , i've never come across such mechanism. need way tell os current process somehow protected being killed. it's maybe more of os question language question, actually.


Comments

Popular posts from this blog

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -