PEAPI

CILInstructions.LoadLocalAdr Method 

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
);

Parameters

locNo
the number of the local

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace