| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAopProxyMethodBuilder.PushOnProxyTargetMethodInfo Method
Pushes the target MethodInfo defined on the proxy to stack.
[Visual Basic]
Protected Overridable Sub PushOnProxyTargetMethodInfo( _
ByVal
il As
ILGenerator, _
ByVal
method As
MethodInfo _
)
Parameters
-
il
- The IL generator to use.
-
method
- The method to proxy.
See Also
AbstractAopProxyMethodBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace