| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAopProxyMethodBuilder.EmitLoadValueIndirect Method
Emits MSIL instructions to load a value of the specified type onto the evaluation stack indirectly.
[Visual Basic]
Protected Shared Sub EmitLoadValueIndirect( _
ByVal
il As
ILGenerator, _
ByVal
type As
Type _
)
Parameters
-
il
- The IL generator to use.
-
type
- The type of the value.
See Also
AbstractAopProxyMethodBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace