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