DkmJsAsyncStackFrame.Create(UInt64, UInt32, UInt32, String) 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.
Create a new DkmJsAsyncStackFrame object instance.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
static Microsoft::VisualStudio::Debugger::ParallelTasks::DkmJsAsyncStackFrame ^ Create(System::UInt64 DocumentId, System::UInt32 SourceLocationStartIndex, System::UInt32 SourceLocationLength, System::String ^ Name);
public:
static Microsoft::VisualStudio::Debugger::ParallelTasks::DkmJsAsyncStackFrame ^ Create(unsigned long long DocumentId, unsigned int SourceLocationStartIndex, unsigned int SourceLocationLength, Platform::String ^ Name);
static Microsoft::VisualStudio::Debugger::ParallelTasks::DkmJsAsyncStackFrame Create(unsigned long DocumentId, unsigned int SourceLocationStartIndex, unsigned int SourceLocationLength, std::wstring const & Name);
public static Microsoft.VisualStudio.Debugger.ParallelTasks.DkmJsAsyncStackFrame Create (ulong DocumentId, uint SourceLocationStartIndex, uint SourceLocationLength, string Name);
static member Create : uint64 * uint32 * uint32 * string -> Microsoft.VisualStudio.Debugger.ParallelTasks.DkmJsAsyncStackFrame
Public Shared Function Create (DocumentId As ULong, SourceLocationStartIndex As UInteger, SourceLocationLength As UInteger, Name As String) As DkmJsAsyncStackFrame
Parameters
- DocumentId
- UInt64
[In] Pointer to the IDebugDocumentText implementation for the document where the source location resides.
- SourceLocationStartIndex
- UInt32
[In] 0-based index into the document.
- SourceLocationLength
- UInt32
[In] Length of the current source position.
- Name
- String
[In] Name of the stack frame.
Returns
[Out] Result of this method call.