示例#1
0
 public ChainCode(ChainCodeType t) : this(VisionLabPINVOKE.new_ChainCode__SWIG_0((int)t), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public static string ChainCodeTypeToStr(ChainCodeType c) {
   string ret = VisionLabPINVOKE.ChainCodeTypeToStr((int)c);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public ChainCode(ChainCodeType t) : this(VisionLabPINVOKE.new_ChainCode__SWIG_0((int)t), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }