public CmdSpec(CmdInterpreter.Command c, string h) : this(VisionLabPINVOKE.new_CmdInterpreter_CmdSpec__SWIG_2(CmdInterpreter.Command.getCPtr(c), h), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void InsertCmd(string cmdName, CmdInterpreter.Command svrCmd, string helpMsg)
 {
     VisionLabPINVOKE.VisLibCmdInt_InsertCmd__SWIG_1(swigCPtr, cmdName, CmdInterpreter.Command.getCPtr(svrCmd), helpMsg);
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void Insert(string cmdName, CmdInterpreter.Command command, string helpMsg)
 {
     VisionLabPINVOKE.CmdInterpreter_Insert__SWIG_1(swigCPtr, cmdName, CmdInterpreter.Command.getCPtr(command), helpMsg);
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }