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
);
CILInstructions Class | CILInstructions Members | PEAPI Namespace