Example #1
0
 public XsStringArrayImpl(XsStringArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsStringArrayImpl__SWIG_3(XsStringArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void swap(XsStringArrayImpl other)
 {
     xsensdeviceapiPINVOKE.XsStringArrayImpl_swap(swigCPtr, XsStringArrayImpl.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsStringArrayImpl obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }