| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
TargetAopProxyMethodBuilder.DeclareLocals Method
Creates local variable declarations.
[Visual Basic]
Protected Overrides Sub DeclareLocals( _
ByVal
il As
ILGenerator, _
ByVal
method As
MethodInfo _
)
Parameters
-
il
- The IL generator to use.
-
method
- The method to proxy.
See Also
TargetAopProxyMethodBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace