ICorDebugThread::GetRegisterSet 方法ICorDebugThread::GetRegisterSet Method
取得與這個 ICorDebugThread 物件之使用中部分相關聯之註冊集的介面指標。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
擴展 ICorDebugRegisterSet 介面物件位址的指標,該物件代表此執行緒之使用中部分的暫存器集。[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.
標頭: CorDebug.idl、CorDebug.hHeader: CorDebug.idl, CorDebug.h
程式庫: CorGuids.libLibrary: CorGuids.lib
.NET Framework 版本:自 1.0 起可用Available since 1.0.NET Framework Versions: 自 1.0 起可用Available since 1.0