Example #1
0
 public static void summarize_index_metrics(run_metrics metrics, uint lane, index_lane_summary summary)
 {
     c_csharp_summaryPINVOKE.summarize_index_metrics__SWIG_0(run_metrics.getCPtr(metrics), lane, index_lane_summary.getCPtr(summary));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
        public index_lane_summary at(uint n)
        {
            index_lane_summary ret = new index_lane_summary(c_csharp_summaryPINVOKE.index_flowcell_summary_at(swigCPtr, n), false);

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