Udostępnij za pośrednictwem


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

Public method

EntryPointHostAdapter

Initializes a new instance of EntryPointHostAdapter by specifying the IEntryPointContract2.

Top

Methods

 

Name

Description

Protected method

AdaptServiceProvider

Returns a service provider contract by specifying a provider and a type infrastructure manager.

Protected method

CreateTypeInfrastructureManager

Creates a type infrastructure manager and specifies a service provider.

Protected method

Dispose

Infrastructure. Releases the unmanaged resources used by the EntryPointHostAdapter and optionally releases the managed resources.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Protected property

TypeInfrastructureManager

Gets the TypeInfrastructureManager.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IDisposable.Dispose

Infrastructure. Releases all resources used by the EntryPointHostAdapter.

Explicit interface implemetationPrivate method

IEntryPoint.FinishInitialization

For a description of this member, see FinishInitialization.

Explicit interface implemetationPrivate method

IExtendedEntryPoint.GetEntryPointObject

For a description of this member, see GetEntryPointObject.

Explicit interface implemetationPrivate method

IExtendedMultipleEntryPoint.GetEntryPointObjects

For a description of this member, see GetEntryPointObjects.

Explicit interface implemetationPrivate method

IMultipleEntryPoint.Initialize

For a description of this member, see Initialize.

Explicit interface implemetationPrivate method

IEntryPoint.Initialize

For a description of this member, see Initialize.

Explicit interface implemetationPrivate method

IEntryPoint.InitializeDataBindings

For a description of this member, see InitializeDataBindings.

Explicit interface implemetationPrivate method

IEntryPoint.OnShutdown

For a description of this member, see OnShutdown.

Top

See Also

Reference

EntryPointHostAdapter Class

Microsoft.VisualStudio.Tools.Applications Namespace