Share via


TypeServices 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.

Provides utility methods that perform tasks related to proxy and adapter types.

The TypeServices type exposes the following members.

Methods

 

Name

Description

Public methodStatic member

ComObjectFromContract

Returns the COM object that corresponds to a specified contract.

Public methodStatic member

CreateSerializableRemoteArgument

Returns a serialized form of a specified object that can be passed across process and application domain boundaries.

Public methodStatic member

ObjectFromContract

Returns an object that corresponds to a specified contract.

Public methodStatic member

ObjectFromRemoteArgument

Creates an object from a specified RemoteArgument.

Public methodStatic member

RegisterProxies

Registers the proxies in the specified assembly.

Public methodStatic member

RemoteCast

Casts a remote object to a proxy type.

Public methodStatic member

RemoteTypeFromType

Returns the remote type that corresponds to the specified local type.

Public methodStatic member

TypeFromRemoteType

Returns the type that corresponds to a specified IRemoteTypeContract.

Top

See Also

Reference

TypeServices Class

Microsoft.VisualStudio.Tools.Applications Namespace