DkmClrInstructionSymbol.GetSequencePoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.