Share via


TVVMbase.Launch Method

Performs initialization work.

Overload List

  public override void Launch(
  Microsoft.MediaCenter.Hosting.AddInHost  host
);
protected virtual void Launch();

Parameters

host

Microsoft.MediaCenter.Hosting.AddInHost. The current AddinHost object.

Return Value

This method does not return a value.

Remarks

The public instance method is required by IAddInEntryPoint. This should not be replaced in the derived class because this controls the lifetime and does the required initialization for iTVVM applications.

The protected instance method gives the derived application a place to perform the initialization work. This method should be overridden in the derived class.

Requirements

Reference: Microsoft.MediaCenter.ITVVM

Namespace: Microsoft.MediaCenter.TVVM

Assembly: Microsoft.MediaCenter.ITVVM.dll

Platform: Windows 7

See Also