DkmFrameRegisters.UnwoundRegisters Property

Definition

The register set that was actually unwound by the unwinder.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::CallStack::DkmUnwoundRegister ^> ^ UnwoundRegisters { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::CallStack::DkmUnwoundRegister ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.CallStack.DkmUnwoundRegister> UnwoundRegisters { get; }
member this.UnwoundRegisters : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.CallStack.DkmUnwoundRegister>
Public ReadOnly Property UnwoundRegisters As ReadOnlyCollection(Of DkmUnwoundRegister)

Property Value

Returns ReadOnlyCollection<T>.

Applies to