NextInstruction() 개인적인 메소드

private NextInstruction ( ) : ThreadCommandResult
리턴 ThreadCommandResult
예제 #1
0
 public void NextInstruction()
 {
     if (running)
     {
         throw new InvalidOperationException("Target already running");
     }
     OnStartRunning();
     activeThread.NextInstruction();
 }