Ejemplo n.º 1
0
        public static string to_name(run_diagnostics_column header)
        {
            string ret = c_csharp_tablePINVOKE.run_diagnostics_column_to_name__SWIG_1(run_diagnostics_column.getCPtr(header));

            if (c_csharp_tablePINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_tablePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
        public run_diagnostics_column column_at(uint col_index)
        {
            run_diagnostics_column ret = new run_diagnostics_column(c_csharp_tablePINVOKE.run_diagnostics_table_column_at(swigCPtr, col_index), false);

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