InstructionEncoder.Branch(ILOpCode, LabelHandle) 方法

定义

对分支指令进行编码。

public:
 void Branch(System::Reflection::Metadata::ILOpCode code, System::Reflection::Metadata::Ecma335::LabelHandle label);
public void Branch (System.Reflection.Metadata.ILOpCode code, System.Reflection.Metadata.Ecma335.LabelHandle label);
member this.Branch : System.Reflection.Metadata.ILOpCode * System.Reflection.Metadata.Ecma335.LabelHandle -> unit
Public Sub Branch (code As ILOpCode, label As LabelHandle)

参数

code
ILOpCode

要编码的分支指令。

label
LabelHandle

指令流中目标位置的标签。

例外

code 不是分支指令。

- 或 -

此编码器未定义 label

label 具有默认值。

适用于