Método ICorDebugNativeFrame::GetLocalRegisterValueICorDebugNativeFrame::GetLocalRegisterValue Method
Obtém o valor de um argumento ou uma variável local que é armazenada no registro especificado para esse quadro nativo.Gets the value of an argument or local variable that is stored in the specified register for this native frame.
SintaxeSyntax
HRESULT GetLocalRegisterValue (
[in] CorDebugRegister reg,
[in] ULONG cbSigBlob,
[in] PCCOR_SIGNATURE pvSigBlob,
[out] ICorDebugValue **ppValue
);
ParâmetrosParameters
reg
no Um valor da enumeração "CorDebugRegister" que especifica o registro que contém o valor.[in] A value of the "CorDebugRegister" enumeration that specifies the register containing the value.
cbSigBlob
no Um inteiro que especifica o tamanho da assinatura de metadados binários que é referenciada pelo pvSigBlob
parâmetro.[in] An integer that specifies the size of the binary metadata signature which is referenced by the pvSigBlob
parameter.
pvSigBlob
no Um PCCOR_SIGNATURE
valor que aponta para a assinatura de metadados binários do tipo do valor.[in] A PCCOR_SIGNATURE
value that points to the binary metadata signature of the value's type.
ppValue
fora Um ponteiro para o endereço de um objeto "ICorDebugValue" que representa o valor recuperado que é armazenado no registro especificado.[out] A pointer to the address of an "ICorDebugValue" object representing the retrieved value that is stored in the specified register.
ComentáriosRemarks
O GetLocalRegisterValue
método pode ser usado em um quadro nativo ou em um quadro compilado JIT (just-in-time).The GetLocalRegisterValue
method can be used either in a native frame or a just-in-time (JIT)-compiled frame.
RequisitosRequirements
Plataformas: confira Requisitos do sistema.Platforms: See System Requirements.
Cabeçalho: CorDebug.idl, CorDebug.hHeader: CorDebug.idl, CorDebug.h
Biblioteca: CorGuids.libLibrary: CorGuids.lib
.NET Framework versões:Disponível desde o 1.0Available since 1.0.NET Framework Versions: Disponível desde o 1.0Available since 1.0