Метод ICorDebugNativeFrame::GetLocalRegisterValueICorDebugNativeFrame::GetLocalRegisterValue Method
Возвращает значение аргумента или локальной переменной, хранящейся в указанном регистре для этого собственного кадра.Gets the value of an argument or local variable that is stored in the specified register for this native frame.
СинтаксисSyntax
HRESULT GetLocalRegisterValue (
[in] CorDebugRegister reg,
[in] ULONG cbSigBlob,
[in] PCCOR_SIGNATURE pvSigBlob,
[out] ICorDebugValue **ppValue
);
ПараметрыParameters
reg
окне Значение перечисления "CorDebugRegister", указывающее регистр, содержащий значение.[in] A value of the "CorDebugRegister" enumeration that specifies the register containing the value.
cbSigBlob
окне Целое число, указывающее размер подписи двоичных метаданных, на которую ссылается pvSigBlob
параметр.[in] An integer that specifies the size of the binary metadata signature which is referenced by the pvSigBlob
parameter.
pvSigBlob
окне PCCOR_SIGNATURE
Значение, которое указывает на сигнатуру двоичных метаданных для типа значения.[in] A PCCOR_SIGNATURE
value that points to the binary metadata signature of the value's type.
ppValue
заполняет Указатель на адрес объекта ICorDebugValue, представляющего извлеченное значение, хранящееся в указанном регистре.[out] A pointer to the address of an "ICorDebugValue" object representing the retrieved value that is stored in the specified register.
RemarksRemarks
GetLocalRegisterValue
Метод можно использовать либо в машинном кадре, либо в кадре JIT-компиляции.The GetLocalRegisterValue
method can be used either in a native frame or a just-in-time (JIT)-compiled frame.
ТребованияRequirements
Платформы: см. раздел Требования к системе.Platforms: See System Requirements.
Заголовок: CorDebug.idl, CorDebug.hHeader: CorDebug.idl, CorDebug.h
Библиотека: CorGuids.libLibrary: CorGuids.lib
Платформа .NET Framework версии:Доступно с версии 1.0Available since 1.0.NET Framework Versions: Доступно с версии 1.0Available since 1.0