| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ProxyFactory Constructor
Create a new instance of the ProxyFactory class for the specified ITargetSource making the proxy implement the specified interface.
[Visual Basic]
Public Overloads Sub New( _
ByVal
proxyInterface As
Type, _
ByVal
targetSource As
ITargetSource _
)
Parameters
-
proxyInterface
- The interface that the proxy should implement.
-
targetSource
- The target source that the proxy should invoek.
Remarks
See Also
ProxyFactory Class | Spring.Aop.Framework Namespace | ProxyFactory Constructor Overload List