public ulong Seek(ulong nPosOff, EarthView.World.Core.FILEWAY way) { ulong ret = EarthView_World_Core_CFile_seek_ev_uint64_ev_uint64_FILEWAY(this.NativeObject, nPosOff, ref way); return(ret); }
private static extern ulong EarthView_World_Core_CFile_seek_ev_uint64_ev_uint64_FILEWAY(IntPtr pNativeObject, ulong nPosOff, ref EarthView.World.Core.FILEWAY way);