public void Insert(string cmdName, SWIGTYPE_p_CmdInterpreter__Command command, string helpMsg)
 {
     VisionLabPINVOKE.CmdInterpreter_Insert__SWIG_1(swigCPtr, cmdName, SWIGTYPE_p_CmdInterpreter__Command.getCPtr(command), helpMsg);
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void InsertCmd(string cmdName, SWIGTYPE_p_CmdInterpreter__Command svrCmd, string helpMsg, bool arg3)
 {
     VisionLabPINVOKE.VisLibCmdInt_InsertCmd__SWIG_0(swigCPtr, cmdName, SWIGTYPE_p_CmdInterpreter__Command.getCPtr(svrCmd), helpMsg, arg3);
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_CmdInterpreter__Command obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }