Udostępnij za pośrednictwem


DynamicProxy.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 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

Public methodStatic member

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.

Public methodStatic member

CreateProxy(IContract, TypeInfrastructureManager)

Creates a Visual Studio Tools for Applications-specific implementation of the proxy that represents a specified IContract.

Public methodStatic member

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.

Public methodStatic member

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.

Public methodStatic member

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.

Public methodStatic member

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.

Public methodStatic member

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.

Public methodStatic member

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.

Public methodStatic member

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

See Also

Reference

DynamicProxy Class

DynamicProxy Members

Microsoft.VisualStudio.Tools.Applications Namespace