Share via


IAddInModule.Uninitialize Method

Enables an application to save its state information and free system resources.

Syntax

  public void Uninitialize();

Parameters

This method takes no parameters.

Return Value

This method does not return a value.

Remarks

Because Windows Media Center is not always able to call this method, an application should not rely on Uninitialize as its only means of saving state information.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.Hosting

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also