EntryPointHostAdapter Members
Include Protected Members
Include Inherited Members
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Represents the host side of the pipeline that enables initial discovery and invocation of the add-in.
The EntryPointHostAdapter type exposes the following members.
Constructors
Name
Description
Initializes a new instance of EntryPointHostAdapter by specifying the IEntryPointContract2.
Top
Methods
Name
Description
Returns a service provider contract by specifying a provider and a type infrastructure manager.
CreateTypeInfrastructureManager
Creates a type infrastructure manager and specifies a service provider.
Infrastructure. Releases the unmanaged resources used by the EntryPointHostAdapter and optionally releases the managed resources.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the TypeInfrastructureManager.
Top
Explicit Interface Implementations
Name
Description
Infrastructure. Releases all resources used by the EntryPointHostAdapter.
IEntryPoint.FinishInitialization
For a description of this member, see FinishInitialization.
IExtendedEntryPoint.GetEntryPointObject
For a description of this member, see GetEntryPointObject.
IExtendedMultipleEntryPoint.GetEntryPointObjects
For a description of this member, see GetEntryPointObjects.
IMultipleEntryPoint.Initialize
For a description of this member, see Initialize.
For a description of this member, see Initialize.
IEntryPoint.InitializeDataBindings
For a description of this member, see InitializeDataBindings.
For a description of this member, see OnShutdown.
Top