StepInstruction() 개인적인 메소드

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