SwitchInstructionEncoder.Branch(LabelHandle) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对属于开关指令的分支进行编码。
public:
void Branch(System::Reflection::Metadata::Ecma335::LabelHandle label);
public void Branch(System.Reflection.Metadata.Ecma335.LabelHandle label);
member this.Branch : System.Reflection.Metadata.Ecma335.LabelHandle -> unit
Public Sub Branch (label As LabelHandle)
参数
- label
- LabelHandle
注解
请参阅 Switch(Int32) 使用情况指南。