Esempio n. 1
0
 public static void create_run_diagnostics_table(run_metrics metrics, run_diagnostics_table table)
 {
     c_csharp_tablePINVOKE.create_run_diagnostics_table(run_metrics.getCPtr(metrics), run_diagnostics_table.getCPtr(table));
     if (c_csharp_tablePINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_tablePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(run_diagnostics_table obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }