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
CreateProxy(IContract, TypeInfrastructureManager)
Creates a proxy for a contract that represents a COM object.
CreateProxy(Object, TypeInfrastructureManager)
Creates a proxy for a COM object.
CreateProxy(IContract, TypeInfrastructureManager, CultureInfo)
Creates a proxy for a contract that represents a COM object, given culture information.
CreateProxy(Object, TypeInfrastructureManager, CultureInfo)
Creates a proxy for a COM object, given culture information.
Top