public static bool GetAndDestroyNotifiedFlag(IntPtr notifyObject)
        {
            bool result = AppUtilPINVOKE.CleanupNotifierBridge_GetAndDestroyNotifiedFlag(notifyObject);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }