Esempio n. 1
0
 public PResult(PResult.EReturnCode code, string message) : this(PapillonPINVOKE.new_PResult__SWIG_2((int)code, message), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public PResult.EReturnCode GetCode()
 {
     PResult.EReturnCode ret = (PResult.EReturnCode)PapillonPINVOKE.PResult_GetCode(swigCPtr);
     return(ret);
 }
Esempio n. 3
0
 public PResult(PResult.EReturnCode code) : this(PapillonPINVOKE.new_PResult__SWIG_1((int)code), true)
 {
 }