नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Gets the value of an argument or local variable that is stored in the specified memory location for this native frame.
Syntax
HRESULT GetLocalMemoryValue (
[in] CORDB_ADDRESS address,
[in] ULONG cbSigBlob,
[in] PCCOR_SIGNATURE pvSigBlob,
[out] ICorDebugValue **ppValue
);
Parameters
address
[in] A CORDB_ADDRESS value that specifies the memory location containing 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 memory location.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0