예제 #1
0
 public bool IsInteractive()
 {
     if (CanCallHost)
     {
         return(_hostApi.IsInteractive());
     }
     return(false);
 }
예제 #2
0
 public bool IsInteractive()
 {
     return(_hostApi.IsInteractive());
 }