public virtual string getTypeName()
        {
            string ret = OgreOverlayPINVOKE.OverlayElementFactory_getTypeName(swigCPtr);

            if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
            {
                throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }