InteropProxy Class

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Provides methods for creating proxies for COM objects or for contracts that represent COM objects.

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 InteropProxy
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class InteropProxy
public ref class InteropProxy abstract sealed
public final class InteropProxy

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.InteropProxy

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.

See Also

Reference

InteropProxy Members

Microsoft.VisualStudio.Tools.Applications Namespace