StepOut() public method

public StepOut ( Thread thread ) : void
thread Thread
return void
示例#1
0
 public void Finish()
 {
     if (running)
     {
         throw new InvalidOperationException("Target already running");
     }
     OnStartRunning();
     guiManager.StepOut(activeThread);
 }