Add the instruction to load the address of a local on TOS. This method selects the correct instruction based on the value of locNo.
[Visual Basic]
Public Sub LoadLocalAdr( _
ByVal locNo As Integer _
)
[C#]
public void LoadLocalAdr(
int locNo
);
CILInstructions Class | CILInstructions Members | PEAPI Namespace