Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.32 KB

icordebugthread-getregisterset-method.md

File metadata and controls

45 lines (35 loc) · 1.32 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugThread::GetRegisterSet Method
ICorDebugThread::GetRegisterSet Method
03/30/2017
ICorDebugThread.GetRegisterSet
mscordbi.dll
COM
ICorDebugThread::GetRegisterSet
ICorDebugThread::GetRegisterSet method [.NET Framework debugging]
GetRegisterSet method, ICorDebugThread interface [.NET Framework debugging]
3b9b6260-98ac-4cfd-88e5-5d7614f94a0c
apiref

ICorDebugThread::GetRegisterSet Method

Gets an interface pointer to the register set that is associated with the active part of this ICorDebugThread object.

Syntax

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

Parameters

ppRegisters
[out] A pointer to the address of an ICorDebugRegisterSet interface object that represents the register set for the active part of this thread.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v10plus]