コード例 #1
0
 public CmdSpec(CmdInterpreter.CmdSpec spec) : this(VisionLabPINVOKE.new_CmdInterpreter_CmdSpec__SWIG_1(CmdInterpreter.CmdSpec.getCPtr(spec)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public CmdInterpreter.CmdSpec Assign_Op(CmdInterpreter.CmdSpec spec)
 {
     CmdInterpreter.CmdSpec ret = new CmdInterpreter.CmdSpec(VisionLabPINVOKE.CmdInterpreter_CmdSpec_Assign_Op(swigCPtr, CmdInterpreter.CmdSpec.getCPtr(spec)), false);
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }