MediaCenterEnvironment.LaunchEntryPoint Method

Starts the application associated with the entry point.

Syntax

public void LaunchEntryPoint(
   Guid appId, 
   Guid entryPointId, 
   params object[] parameters
);

Parameters

appId

System.Guid.  Unique identifier of the application to start.

entryPointId

System.Guid.  A GUID for the entry point.

parameters

System.Object[].  An array of parameters that is passed to the application. For more information, see the AddInHost.EntryPointParameters property.

Return Value

This method does not return a value.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

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

See Also