RemoteTypeAdapter Class
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.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
Public NotInheritable Class RemoteTypeAdapter _
Inherits CustomAttributeProviderAdapter _
Implements IRemoteTypeContract2, IRemoteTypeContract, IContract
'Usage
Dim instance As RemoteTypeAdapter
public sealed class RemoteTypeAdapter : CustomAttributeProviderAdapter,
IRemoteTypeContract2, IRemoteTypeContract, IContract
public ref class RemoteTypeAdapter sealed : public CustomAttributeProviderAdapter,
IRemoteTypeContract2, IRemoteTypeContract, IContract
public final class RemoteTypeAdapter extends CustomAttributeProviderAdapter implements IRemoteTypeContract2, IRemoteTypeContract, IContract
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.AddIn.Pipeline.ContractBase
Microsoft.VisualStudio.Tools.Applications.ContractAdapterBase
Microsoft.VisualStudio.Tools.Applications.CustomAttributeProviderAdapter
Microsoft.VisualStudio.Tools.Applications.RemoteTypeAdapter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.