Share via


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

Public method

AcquireLifetimeToken

Obtains a lifetime token. (Inherited from ContractBase.)

Public method

CreateObjRef

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)

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

GetLifetimeService

Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)

Public method

GetRemoteHashCode

Returns a hash code for this instance. (Overrides CustomAttributeProviderAdapter.GetRemoteHashCode().)

Public methodStatic member

GetRemoteTypeAdapter

Overloaded. Creates a new instance of a RemoteTypeAdapter.

Public method

GetType

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

Public method

InitializeLifetimeService

Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)

Protected method

MemberwiseClone

Overloaded.

Protected method

OnFinalRevoke

When overridden in an add-in-side adapter, releases native resources held by the adapter. (Inherited from ContractBase.)

Public method

QueryContract

Determines whether the current instance implements a specified contract and returns the instance if it implements the specified contract. (Overrides CustomAttributeProviderAdapter.QueryContract(String).)

Public method

RemoteEquals

Determines whether the current instance is reference equal to a specified contract. (Overrides CustomAttributeProviderAdapter.RemoteEquals(IContract).)

Public method

RemoteToString

Returns a string representation of the current instance. (Overrides CustomAttributeProviderAdapter.RemoteToString().)

Public method

Renewal

Infrastructure. Requests a sponsoring client to renew the lease for the specified object. (Inherited from ContractBase.)

Public method

RevokeLifetimeToken

Removes the specified token from the list of outstanding lifetime tokens. (Inherited from ContractBase.)

Public method

ToString

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

Top

Properties

 

Name

Description

Public property

TypeInfrastructureManager

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

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetCanonicalName

Returns the canonical name of the type that this instance reflects.

Public method

GetCustomAttributes

Overloaded. For a description of this member, see GetCustomAttributes.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetEvent

Returns information about a specified event of the type that this instance reflects.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetEvents

Returns a collection of contract objects that provides access to the specified events of the type that is reflected by the current instance.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetField

Returns a contract that provides access to a specified field of the type that the current instance reflects.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetFields

Returns a collection of contract objects that provides access to the specified fields of the type that the current instance reflects.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetInterface

Returns an interface that is implemented by the type that the current instance reflects.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetInterfaces

Returns the interfaces that are implemented by the type that this instance reflects.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetMember

Returns a collection of contract objects that represent members of the type that the current instance reflects, given the member name.

Explicit interface implemetationPrivate method

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.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetMethod

Returns a contract that represents a specified method of the type that is reflected by the current instance.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetMethods

Returns a collection of contract objects that represent specified methods of the type that is reflected by this instance.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetProperties

Returns a collection of contract objects that represent specified properties of the type that is reflected by this instance.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetProperty

Returns a contract that represents a specified property of the type that is reflected by this instance.

Explicit interface implemetationPrivate method

IRemoteTypeContract.GetTypeData

Returns information about the type that this instance reflects.

Explicit interface implemetationPrivate method

IRemoteTypeContract.InvokeMember

Invokes a specified member of the type that this instance reflects.

Explicit interface implemetationPrivate method

ICustomAttributeProviderContract.IsDefined

For a description of this member, see ICustomAttributeProviderContract.IsDefined. (Inherited from CustomAttributeProviderAdapter.)

Explicit interface implemetationPrivate method

IRemoteTypeContract2.IsSubclassOf

For a description of this member, see IRemoteTypeContract2.IsSubclassOf.

Top

See Also

Reference

RemoteTypeAdapter Class

Microsoft.VisualStudio.Tools.Applications Namespace