StepInstruction() private method

private StepInstruction ( ) : ThreadCommandResult
return ThreadCommandResult
示例#1
0
 public void StepInstruction()
 {
     if (running)
     {
         throw new InvalidOperationException("Target already running");
     }
     OnStartRunning();
     activeThread.StepInstruction();
 }