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 the value of an argument or local variable that is stored in the two specified registers for this native frame.
Syntax
HRESULT GetLocalDoubleRegisterValue (
[in] CorDebugRegister highWordReg,
[in] CorDebugRegister lowWordReg,
[in] ULONG cbSigBlob,
[in] PCCOR_SIGNATURE pvSigBlob,
[out] ICorDebugValue **ppValue
);
Parameters
highWordReg
[in] A value of the "CorDebugRegister" enumeration that specifies the register containing the high word of the value.
lowWordReg
[in] A value of the CorDebugRegister enumeration that specifies the register containing the low word of the value.
cbSigBlob
[in] An integer that specifies the size of the binary metadata signature which is referenced by the pvSigBlob parameter.
pvSigBlob
[in] A PCCOR_SIGNATURE value that points to the binary metadata signature of the value's type.
ppValue
[out] A pointer to the address of an "ICorDebugValue" object representing the retrieved value that is stored in the specified registers.
Remarks
The GetLocalDoubleRegisterValue method can be used either in a native frame or a just-in-time (JIT)-compiled frame.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0