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, of which the low word and high word are stored in the memory location and specified register, respectively, for this native frame.
HRESULT GetLocalRegisterMemoryValue (
[in] CorDebugRegister highWordReg,
[in] CORDB_ADDRESS lowWordAddress,
[in] ULONG cbSigBlob,
[in] PCCOR_SIGNATURE pvSigBlob,
[out] ICorDebugValue **ppValue
);
Parameters
| Parameter | Description |
|---|---|
highWordReg |
[in] A value of the CorDebugRegister Enumeration enumeration that specifies the register containing the high word of the value. |
lowWordAddress |
[in] A CORDB_ADDRESS value that specifies the memory location 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 Interface object representing the retrieved value that is stored in the specified register and memory location. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Version: 2.0, 1.1, 1.0