#pragma warning disable CS0465 /// <summary> /// Finalize Gmsh. This must be called when you are done using the Gmsh API. /// </summary> public static void Finalize() #pragma warning restore CS0465 // 引入 "Finalize" 方法可能会妨碍析构函数调用 { Gmsh_Warp.GmshFinalize(ref _staticreff); CheckException(MethodBase.GetCurrentMethod().MethodHandle); }