AddInAdapter 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.
Communicates with a host adapter by using contracts.
The AddInAdapter type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of AddInAdapter.
Top
Methods
Name
Description
Obtains a lifetime token. (Inherited from ContractBase.)
Completes initialization of the add-in.
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Creates the add-in representation of the service provider by specifying the IServiceProviderContract and TypeInfrastructureManager.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Marks the end of the initialization of the add-in entry points.
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.)
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Returns a hash code for the add-in. (Overrides ContractBase.GetRemoteHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Initializes the add-in by using Initialize and InitializeDataBindings for the entry point.
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Loads all entry points in the add-in assembly, and specifies entry-point information.
Overloaded.
When overridden in an add-in-side adapter, releases native resources held by the adapter. (Inherited from ContractBase.)
Returns a contract that is implemented by this AddInAdapter. (Overrides ContractBase.QueryContract(String).)
Gets a value that indicates whether the specified contract is the same as the one implemented by this AddInAdapter. (Overrides ContractBase.RemoteEquals(IContract).)
Returns a string representation of the current AddInAdapter. (Overrides ContractBase.RemoteToString().)
Infrastructure. Requests a sponsoring client to renew the lease for the specified object. (Inherited from ContractBase.)
Removes the specified token from the list of outstanding lifetime tokens. (Inherited from ContractBase.)
Shuts down the current add-in.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the TypeInfrastructureManager for this add-in.
Top
Explicit Interface Implementations
Name
Description
IEntryPointContract2.ExecuteEntryPoints
For a description of this member, see ExecuteEntryPoints.
IEntryPointContract2.GetEntryPointObjects
For a description of this member, see GetEntryPointObjects.
IEntryPointContract2.InitializeEntryPoints
For a description of this member, see InitializeEntryPoints.
IEntryPointContract2.LoadEntryPoints
For a description of this member, see LoadEntryPoints.
For a description of this member, see Shutdown.
Top