PEAPI

CILInstructions.StoreLocal Method 

Add the instruction to store to a local. This method selects the correct instruction based on the value of locNo.

[Visual Basic]
Public Sub StoreLocal( _
   ByVal locNo As Integer _
)
[C#]
public void StoreLocal(
   int locNo
);

Parameters

locNo
the local to be stored to

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace