| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
InheritanceBasedAopConfigurer.CreateProxyFactory Method
Create an AOP proxy for the given object.
[Visual Basic]
Protected Overridable Sub CreateProxyFactory( _
ByVal
objectType As
Type, _
ByVal
objectName As
String _
)
Parameters
-
objectType
- Type of the object.
-
objectName
- The name of the object.
Return Value
The AOP Proxy for the object.
See Also
InheritanceBasedAopConfigurer Class | Spring.Aop.Framework.AutoProxy Namespace