Releasing COM Objects

You should always explicitly release objects that wrap COM components so that associated resources are also released. You accomplish this by invoking the System.Runtime.InteropServices.Marshal.ReleaseCOMObject method. Continuing with the previous example, you release the AxWindowsMediaPlayer1 object as follows:

image

This is important because COM objects treat system resources differently from .NET objects; therefore, an explicit release is required.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.117.100.20