言語

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 には既定値があります。

適用対象