InstructionEncoder.LoadArgumentAddress(Int32) 方法

定义

对参数地址加载指令进行编码。

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

参数

argumentIndex
Int32

参数的索引。

例外

argumentIndex 为负数。

适用于