ICorDebugNativeFrame.GetLocalRegisterValue(CorDebugRegister, UInt32, Byte[], ICorDebugValue) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
void GetLocalRegisterValue(Microsoft::VisualStudio::CorDebugInterop::CorDebugRegister reg, System::UInt32 cbSigBlob, cli::array <System::Byte> ^ pvSigBlob, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ % ppValue);
public void GetLocalRegisterValue (Microsoft.VisualStudio.CorDebugInterop.CorDebugRegister reg, uint cbSigBlob, byte[] pvSigBlob, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue ppValue);
abstract member GetLocalRegisterValue : Microsoft.VisualStudio.CorDebugInterop.CorDebugRegister * uint32 * byte[] * ICorDebugValue -> unit
Public Sub GetLocalRegisterValue (reg As CorDebugRegister, cbSigBlob As UInteger, pvSigBlob As Byte(), ByRef ppValue As ICorDebugValue)
Parâmetros
- reg
- CorDebugRegister
- cbSigBlob
- UInt32
- pvSigBlob
- Byte[]
- ppValue
- ICorDebugValue