Beispiel #1
0
 public int ForceSuspend()
 {
     return(Kernel32.SuspendThread(this.handle));
 }
Beispiel #2
0
 public int Suspend()
 {
     this.suspend++;
     return(Kernel32.SuspendThread(this.handle));
 }