| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAopProxyMethodBuilder.EmitStoreValueIndirect Method
Emit MSIL instructions to store a value of the specified type at a supplied address.
[Visual Basic]
Protected Shared Sub EmitStoreValueIndirect( _
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