Edit

Share via


ICorDebugNativeFrame::GetRegisterSet Method

Gets the register set for this stack frame.

Syntax

HRESULT GetRegisterSet (
    [out] ICorDebugRegisterSet **ppRegisters
);

Parameters

ppRegisters [out] A pointer to the address of an ICorDebugRegisterSet object that represents the register set for this stack frame.

Requirements

Platforms: See .NET supported operating systems.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET versions: Available since .NET Framework 1.0

See also