Beispiel #1
0
 public void GetProcesses(SWIGTYPE_p_std__vectorT_DebugFrontend__Process_t processes)
 {
     DecodaPINVOKE.DebugFrontend_GetProcesses(swigCPtr, SWIGTYPE_p_std__vectorT_DebugFrontend__Process_t.getCPtr(processes));
     if (DecodaPINVOKE.SWIGPendingException.Pending)
     {
         throw DecodaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_DebugFrontend__Process_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }