コード例 #1
0
 private bool IsInternetExplorerStillAvailable()
 {
     // Call a property of the
     // ie instance to see of it isn't disposed by
     // another IE instance.
     return(UtilityClass.TryFuncIgnoreException(() => hWnd != IntPtr.Zero));
 }