Exemplo n.º 1
0
        public int Compare(LocalFileTime t0, LocalFileTime t1)
        {
            int ret = C4dApiPINVOKE.LocalFileTime_Compare(swigCPtr, LocalFileTime.getCPtr(t0), LocalFileTime.getCPtr(t1));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
 public void GetFileTime(int mode, LocalFileTime arg1)
 {
     C4dApiPINVOKE.BrowseFiles_GetFileTime(swigCPtr, mode, LocalFileTime.getCPtr(arg1));
 }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(LocalFileTime obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }