Esempio n. 1
0
        public static string salCreate(string type, StringVector propertyPairs)
        {
            string ret = StcIntCSharpPINVOKE.salCreate(type, StringVector.getCPtr(propertyPairs));

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