DkmUnwoundRegister Class

Definition

DkmUnwoundRegister represents a register of a stack frame that was unwound by an unwinder.

public ref class DkmUnwoundRegister
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmUnwoundRegister
[Windows::Foundation::Metadata::WebHostHidden]
class DkmUnwoundRegister
[System.Runtime.InteropServices.Guid("00abc6e8-c394-faef-ccf4-e3180221cc60")]
public class DkmUnwoundRegister
[<System.Runtime.InteropServices.Guid("00abc6e8-c394-faef-ccf4-e3180221cc60")>]
type DkmUnwoundRegister = class
Public Class DkmUnwoundRegister
Inheritance
DkmUnwoundRegister
Attributes

Properties

Identifier

the code-view register constant for this value.

Value

A byte array representing the contents of the register. The size of the register in bytes can be found by the length of this array.

Methods

Create(Int32, ReadOnlyCollection<Byte>)

Create a new DkmUnwoundRegister object instance.

Applies to