RemoteTypeAdapter 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 a type that can be reflected across application domain or process boundaries.
The RemoteTypeAdapter type exposes the following members.
Methods
Name
Description
Obtains a lifetime token. (Inherited from ContractBase.)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
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.)
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Returns a hash code for this instance. (Overrides CustomAttributeProviderAdapter.GetRemoteHashCode().)
Overloaded. Creates a new instance of a RemoteTypeAdapter.
Gets the type of the current instance. (Inherited from Object.)
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Overloaded.
When overridden in an add-in-side adapter, releases native resources held by the adapter. (Inherited from ContractBase.)
Determines whether the current instance implements a specified contract and returns the instance if it implements the specified contract. (Overrides CustomAttributeProviderAdapter.QueryContract(String).)
Determines whether the current instance is reference equal to a specified contract. (Overrides CustomAttributeProviderAdapter.RemoteEquals(IContract).)
Returns a string representation of the current instance. (Overrides CustomAttributeProviderAdapter.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.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the type infrastructure manager that contains the type maps and the service provider for the current ContractAdapterBase. (Inherited from ContractAdapterBase.)
Top
Explicit Interface Implementations
Name
Description
IRemoteTypeContract.GetCanonicalName
Returns the canonical name of the type that this instance reflects.
Overloaded. For a description of this member, see GetCustomAttributes.
Returns information about a specified event of the type that this instance reflects.
Returns a collection of contract objects that provides access to the specified events of the type that is reflected by the current instance.
Returns a contract that provides access to a specified field of the type that the current instance reflects.
Returns a collection of contract objects that provides access to the specified fields of the type that the current instance reflects.
IRemoteTypeContract.GetInterface
Returns an interface that is implemented by the type that the current instance reflects.
IRemoteTypeContract.GetInterfaces
Returns the interfaces that are implemented by the type that this instance reflects.
Returns a collection of contract objects that represent members of the type that the current instance reflects, given the member name.
IRemoteTypeContract.GetMembers
Returns a collection of contract objects that represent members of the type that this instance reflects, given the binding constraints of the members.
Returns a contract that represents a specified method of the type that is reflected by the current instance.
IRemoteTypeContract.GetMethods
Returns a collection of contract objects that represent specified methods of the type that is reflected by this instance.
IRemoteTypeContract.GetProperties
Returns a collection of contract objects that represent specified properties of the type that is reflected by this instance.
IRemoteTypeContract.GetProperty
Returns a contract that represents a specified property of the type that is reflected by this instance.
IRemoteTypeContract.GetTypeData
Returns information about the type that this instance reflects.
IRemoteTypeContract.InvokeMember
Invokes a specified member of the type that this instance reflects.
ICustomAttributeProviderContract.IsDefined
For a description of this member, see ICustomAttributeProviderContract.IsDefined. (Inherited from CustomAttributeProviderAdapter.)
IRemoteTypeContract2.IsSubclassOf
For a description of this member, see IRemoteTypeContract2.IsSubclassOf.
Top