public static void GeGetSerialInfo(SWIGTYPE_p_SERIALINFO type, SerialInfo si) { C4dApiPINVOKE.GeGetSerialInfo(SWIGTYPE_p_SERIALINFO.getCPtr(type), SerialInfo.getCPtr(si)); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(SerialInfo obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }