public XsFilterProfileArrayImpl(XsFilterProfileArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsFilterProfileArrayImpl__SWIG_3(XsFilterProfileArrayImpl.getCPtr(other)), true) { if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending) { throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve(); } }
public void swap(XsFilterProfileArrayImpl other) { xsensdeviceapiPINVOKE.XsFilterProfileArrayImpl_swap(swigCPtr, XsFilterProfileArrayImpl.getCPtr(other)); if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending) { throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve(); } }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsFilterProfileArrayImpl obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }