c# - How to prevent the Kill() process by another? -
this question has answer here:
- prevent c# app process kill 9 answers
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
Post a Comment