InstructionEncoder.MarkLabel(LabelHandle) 메서드

정의

지정된 레이블을 현재 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에 기본값이 있는 경우

설명

단일 레이블은 여러 번 표시될 수 있으며 마지막 오프셋이 우선합니다.

적용 대상