DebugInfoGenerator.MarkSequencePoint 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MSIL(Microsoft Intermediate Language) 코드에 시퀀스 위치를 표시합니다.
public:
abstract void MarkSequencePoint(System::Linq::Expressions::LambdaExpression ^ method, int ilOffset, System::Linq::Expressions::DebugInfoExpression ^ sequencePoint);
public abstract void MarkSequencePoint (System.Linq.Expressions.LambdaExpression method, int ilOffset, System.Linq.Expressions.DebugInfoExpression sequencePoint);
abstract member MarkSequencePoint : System.Linq.Expressions.LambdaExpression * int * System.Linq.Expressions.DebugInfoExpression -> unit
Public MustOverride Sub MarkSequencePoint (method As LambdaExpression, ilOffset As Integer, sequencePoint As DebugInfoExpression)
매개 변수
- method
- LambdaExpression
생성되는 람다 식입니다.
- ilOffset
- Int32
MSIL 코드 내에서 시퀀스 위치를 표시할 오프셋입니다.
- sequencePoint
- DebugInfoExpression
시퀀스 위치에 해당하는 디버그 정보입니다.