示例#1
0
        public string GetName()
        {
            string ret = EfficioRuntimePINVOKE.Asset_GetName(swigCPtr);

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