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) 。