DkmJsAsyncStackFrame Class

Definition

DkmJsAsyncStackFrame is used to represent a JS async stack frame.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public ref class DkmJsAsyncStackFrame
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmJsAsyncStackFrame
[Windows::Foundation::Metadata::WebHostHidden]
class DkmJsAsyncStackFrame
[System.Runtime.InteropServices.Guid("f2718442-b256-1321-a580-ea28fb8f1ec9")]
public class DkmJsAsyncStackFrame
[<System.Runtime.InteropServices.Guid("f2718442-b256-1321-a580-ea28fb8f1ec9")>]
type DkmJsAsyncStackFrame = class
Public Class DkmJsAsyncStackFrame
Inheritance
DkmJsAsyncStackFrame
Attributes

Properties

DocumentId

Pointer to the IDebugDocumentText implementation for the document where the source location resides.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

Name

Name of the stack frame.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

SourceLocationLength

Length of the current source position.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

SourceLocationStartIndex

0-based index into the document.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

Methods

Create(UInt64, UInt32, UInt32, String)

Create a new DkmJsAsyncStackFrame object instance.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

Applies to