Share via


DkmStackWalkFrame.UniqueId Property

Definition

A unique identifier for the DkmStackWalkFrame. In remote debugging scenarios, this may be GUID_NULL/Guid.Empty if the frame was marshalled from an older IDE/Remote Debugger.

This API was introduced in Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10).

public Guid UniqueId { get; }
member this.UniqueId : Guid
Public ReadOnly Property UniqueId As Guid

Property Value

Applies to