Esempio n. 1
0
 public PAnalytics(PAnalytics other) : this(PapillonPINVOKE.new_PAnalytics__SWIG_1(PAnalytics.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
    public static PResult Create(string productName, PProperties parameters, PAnalytics analytics)
    {
        PResult ret = new PResult(PapillonPINVOKE.PAnalytics_Create__SWIG_0(productName, PProperties.getCPtr(parameters), PAnalytics.getCPtr(analytics)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 3
0
    public static PResult Create(SWIGTYPE_p_papillon__PPlugin plugin, PProperties parameters, PAnalytics analytics)
    {
        PResult ret = new PResult(PapillonPINVOKE.PAnalytics_Create__SWIG_1(SWIGTYPE_p_papillon__PPlugin.getCPtr(plugin), PProperties.getCPtr(parameters), PAnalytics.getCPtr(analytics)), true);

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