| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
CachedAopProxyFactory.BuildProxyType Method
Generates the proxy type and caches the Type instance against the base type and the interfaces to proxy.
[Visual Basic]
Protected Overrides Sub BuildProxyType( _
ByVal
typeBuilder As
IProxyTypeBuilder _
)
Parameters
-
typeBuilder
- The IProxyTypeBuilder to use
Return Value
The generated or cached proxy class.
See Also
CachedAopProxyFactory Class | Spring.Aop.Framework.DynamicProxy Namespace