InstructionEncoder.LoadArgumentAddress(Int32) Method

Definition

Encodes argument address load instruction.

public:
 void LoadArgumentAddress(int argumentIndex);
public void LoadArgumentAddress (int argumentIndex);
member this.LoadArgumentAddress : int -> unit
Public Sub LoadArgumentAddress (argumentIndex As Integer)

Parameters

argumentIndex
Int32

Index of the argument.

Exceptions

argumentIndex is negative.

Applies to