So with _excel = New Excel.Application
if im not using _excel.Quit
and FinalReleaseComObject(_excel)
,
when my application closes, the excel process will close too.
On the other hand when I use both cleanup methods, excel process will stay until my application closes.
Im using Windows 10 and Visual Studio 22
So has cleaning up unmanaged ressources become out of date?