Esempio n. 1
0
 public PResult(PResult other) : this(PapillonPINVOKE.new_PResult__SWIG_3(PResult.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
    public string Arg(PResult result)
    {
        string ret = PapillonPINVOKE.PString_Arg__SWIG_32(swigCPtr, PResult.getCPtr(result));

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 3
0
    public PResult Push(PResult result)
    {
        PResult ret = new PResult(PapillonPINVOKE.PResult_Push(swigCPtr, PResult.getCPtr(result)), false);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 4
0
    public PObject ReadObject(PByteStream arg0, PResult result)
    {
        PObject ret = new PObject(PapillonPINVOKE.PObject_ReadObject(swigCPtr, PByteStream.getCPtr(arg0), PResult.getCPtr(result)), true);

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