Udostępnij za pośrednictwem


DynamicProxy Class

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

Contains methods that create a Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified IContract or COM object.

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.DynamicProxy

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

DynamicProxy Members

Microsoft.VisualStudio.Tools.Applications Namespace