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

適用対象