Muokkaa

Jaa


ICorDebugRegisterSet::GetRegistersAvailable Method

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 System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 1.0

See also