| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
BaseAopProxyMethodBuilder.GenerateOnProxyTargetMethodCacheField Method
Create static field that will cache target method when defined on the proxy.
[Visual Basic]
Protected Overrides Sub GenerateOnProxyTargetMethodCacheField( _
ByVal
il As
ILGenerator, _
ByVal
method As
MethodInfo _
)
Parameters
-
il
- The IL generator to use.
-
method
- The target method.
See Also
BaseAopProxyMethodBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace