DebugInfoGenerator.MarkSequencePoint メソッド

定義

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

シーケンス ポイントに対応するデバッグ情報。

適用対象