InstructionEncoder.MarkLabel(LabelHandle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立指定標籤與目前 IL 位移的關聯。
public:
void MarkLabel(System::Reflection::Metadata::Ecma335::LabelHandle label);
public void MarkLabel (System.Reflection.Metadata.Ecma335.LabelHandle label);
member this.MarkLabel : System.Reflection.Metadata.Ecma335.LabelHandle -> unit
Public Sub MarkLabel (label As LabelHandle)
參數
- label
- LabelHandle
要標記的標籤。
例外狀況
label
不是由此編碼器定義。
label
有預設值。
備註
單一標籤可能會多次標示,最後一個位移會勝出。