EnterDebugMode() публичный статический Метод

Puts a Process component in state to interact with operating system processes that run in a special mode by enabling the native property SeDebugPrivilege on the current thread.
public static EnterDebugMode ( ) : void
Результат void
Пример #1
0
 public void EnterLeaveDebugMode()
 {
     Process.EnterDebugMode();
     Process.LeaveDebugMode();
 }