Is your feature request related to a problem? Please describe.
Interop and COM-objects should be released at the end of usage. However, there are some issues which users should know and avoid. For this purpose need helper class which can handle it by itself.
Describe the solution you'd like
I have already implemented such class here.
Describe alternatives you've considered
Try to find some other useful methods in the Internet.
Additional context
Do not forget to write tests.
Is your feature request related to a problem? Please describe.
Interop and COM-objects should be released at the end of usage. However, there are some issues which users should know and avoid. For this purpose need helper class which can handle it by itself.
Describe the solution you'd like
I have already implemented such class here.
Describe alternatives you've considered
Try to find some other useful methods in the Internet.
Additional context
Do not forget to write tests.