DkmClrInstructionSymbol.GetSequencePoints Method

Definition

Gets the sequence points for a CLR method from the symbol file.

Location constraint: This API will fail when called from an IDE component to query information for server-side compiled ASP.NET code, or dynamically compiled code.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

public:
 cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmClrSequencePoint> ^ GetSequencePoints();
public Microsoft.VisualStudio.Debugger.Clr.DkmClrSequencePoint[] GetSequencePoints ();
member this.GetSequencePoints : unit -> Microsoft.VisualStudio.Debugger.Clr.DkmClrSequencePoint[]
Public Function GetSequencePoints () As DkmClrSequencePoint()

Returns

[Out] The result sequence points. This will be null if there are no sequence point for the method.

Applies to