/// <summary> /// Checks whether the adaptor is available. /// </summary> /// <returns>True if it is available, false otherwise.</returns> internal static bool IsAvailable() { bool ret = NDalicManualPINVOKE.Adaptor_IsAvailable(); if (NDalicPINVOKE.SWIGPendingException.Pending) { throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }