コード例 #1
0
ファイル: B.cs プロジェクト: SaeedTaghavi/TestSWIG
        public virtual string CallA()
        {
            string ret = CSharpWrapperPINVOKE.B_CallA(swigCPtr);

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