Share via


IAddInEntryPoint Interface

Defines the entry point for a Windows Media Center application. Windows Media Center uses this interface when it needs to start running an application. All applications must implement this interface.

Syntax

public interface IAddInEntryPoint

Public Instance Methods

Method Description
Launch Starts running an application.

See Also