Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the set of registers available on the computer that is currently executing code.
Methods
Method |
Description |
|---|---|
Gets the value of each register (on the computer that is currently executing code) that is specified by the bit mask. |
|
Gets a bit mask indicating which registers in this ICorDebugRegisterSet are currently available. |
|
Gets the context of the current thread. |
|
Not implemented for the .NET Framework version 2.0. |
|
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