Exemplo n.º 1
0
 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();
 }
Exemplo n.º 2
0
 internal static HandleRef getCPtr(SerialInfo obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }