Share via


ICorDebugRegisterSet Interface

Represents the set of registers available on the computer that is currently executing code.

Methods

Method

Description

ICorDebugRegisterSet::GetRegisters Method

Gets the value of each register (on the computer that is currently executing code) that is specified by the bit mask.

ICorDebugRegisterSet::GetRegistersAvailable Method

Gets a bit mask indicating which registers in this ICorDebugRegisterSet are currently available.

ICorDebugRegisterSet::GetThreadContext Method

Gets the context of the current thread.

ICorDebugRegisterSet::SetRegisters Method

Not implemented for the .NET Framework version 2.0.

ICorDebugRegisterSet::SetThreadContext Method

Not implemented for the .NET Framework 2.0.

Remarks

The ICorDebugRegisterSet interface supports only 32-bit registers. Use the ICorDebugRegisterSet2 interface on platforms such as IA-64 that require additional registers.

Note

This interface does not support being called remotely, either cross-machine or cross-process.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Reference

ICorDebugRegisterSet2 Interface

Other Resources

Debugging Interfaces