Udostępnij za pośrednictwem


InteropProxy.CreateProxy Method

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.

Creates a proxy for a COM object or for a contract that represents a COM object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public methodStatic member

CreateProxy(IContract, TypeInfrastructureManager)

Creates a proxy for a contract that represents a COM object.

Public methodStatic member

CreateProxy(Object, TypeInfrastructureManager)

Creates a proxy for a COM object.

Public methodStatic member

CreateProxy(IContract, TypeInfrastructureManager, CultureInfo)

Creates a proxy for a contract that represents a COM object, given culture information.

Public methodStatic member

CreateProxy(Object, TypeInfrastructureManager, CultureInfo)

Creates a proxy for a COM object, given culture information.

Top

See Also

Reference

InteropProxy Class

InteropProxy Members

Microsoft.VisualStudio.Tools.Applications Namespace