DebugInfoGenerator.MarkSequencePoint 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
標記 Microsoft Intermediate Language (MSIL) 程式碼中的序列點。
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
產生的 Lambda 運算式。
- ilOffset
- Int32
MSIL 程式碼中要標記序列點的位移。
- sequencePoint
- DebugInfoExpression
對應於序列點的偵錯資訊。