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.
Gets a bit mask indicating which registers in this ICorDebugRegisterSet are currently available.
Syntax
HRESULT GetRegistersAvailable (
[out] ULONG64 *pAvailable
);
Parameters
pAvailable
[out] A bit mask that indicates which registers are currently available.
Remarks
A register may be unavailable if its value cannot be determined for the given situation.
The returned mask contains a bit for each register (1 << the register index). The bit value is 1 if the register is available, or 0 if it is not available.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0