public bool Open(string strFileName, EarthView.World.Core.FILEACCESS access, ulong nMaxSize, string strShareName)
                {
                    byte ret = EarthView_World_Core_CFileMapping_open_ev_bool_ev_string_FILEACCESS_ev_uint64_ev_string(this.NativeObject, strFileName, ref access, nMaxSize, strShareName);

                    return(Convert.ToBoolean(ret));
                }
 private static extern byte EarthView_World_Core_CFileMapping_open_ev_bool_ev_string_FILEACCESS_ev_uint64_ev_string(IntPtr pNativeObject, string strFileName, ref EarthView.World.Core.FILEACCESS access, ulong nMaxSize, string strShareName);