Esempio n. 1
0
 public PWatchlistOptions(PWatchlistOptions other) : this(PapillonPINVOKE.new_PWatchlistOptions__SWIG_2(PWatchlistOptions.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
    public PResult Search(PDescription unknown, PComparer comparer, PWatchlistOptions options, PIdentifyResults results)
    {
        PResult ret = new PResult(PapillonPINVOKE.PWatchlist_Search__SWIG_2(swigCPtr, PDescription.getCPtr(unknown), PComparer.getCPtr(comparer), PWatchlistOptions.getCPtr(options), PIdentifyResults.getCPtr(results)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PWatchlistOptions obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }