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
Returns the COM object that corresponds to a specified contract.
CreateSerializableRemoteArgument
Returns a serialized form of a specified object that can be passed across process and application domain boundaries.
Returns an object that corresponds to a specified contract.
Creates an object from a specified RemoteArgument.
Registers the proxies in the specified assembly.
Casts a remote object to a proxy type.
Returns the remote type that corresponds to the specified local type.
Returns the type that corresponds to a specified IRemoteTypeContract.
Top