Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified IContract or 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<T>(IContract, TypeInfrastructureManager)
Creates a Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified IContract; the reflected type of the new proxy is specified by a generic type argument.
CreateProxy(IContract, TypeInfrastructureManager)
Creates a Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified IContract.
CreateProxy<T>(Object, TypeInfrastructureManager)
Creates a Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified COM object; the reflected type of the new proxy is specified by a generic type argument.
CreateProxy<T>(IContract, TypeInfrastructureManager, CultureInfo)
Creates a Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified IContract and gives it a specified culture; the reflected type of the new proxy is specified by a generic type argument.
CreateProxy(IContract, Type, TypeInfrastructureManager)
Creates a Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified IContract, and gives it a specified reflected type.
CreateProxy<T>(Object, TypeInfrastructureManager, CultureInfo)
Creates a Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified COM object and gives it a specified culture; the reflected type of the new proxy is specified by a generic type argument.
CreateProxy(Object, Type, TypeInfrastructureManager)
Creates a Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified COM object, and gives it a specified reflected type.
CreateProxy(IContract, Type, TypeInfrastructureManager, CultureInfo)
Creates a Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified IContract, and gives it a specified reflected type and culture.
CreateProxy(Object, Type, TypeInfrastructureManager, CultureInfo)
Creates a Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified COM object, and gives it a specified reflected type and culture.
Top