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