예제 #1
0
 public new void ExecuteCommand(string commandName, string args = "")
 => InProcComponent.ExecuteCommand(commandName, args);
예제 #2
0
 public new bool IsCommandAvailable(string commandName)
 => InProcComponent.IsCommandAvailable(commandName);
예제 #3
0
 public new void WaitForApplicationIdle(TimeSpan timeout)
 => InProcComponent.WaitForApplicationIdle(timeout);
예제 #4
0
 public new void WaitForSystemIdle()
 => InProcComponent.WaitForSystemIdle();
예제 #5
0
 new public void WaitForApplicationIdle()
 => InProcComponent.WaitForApplicationIdle();