ICorDebugNativeFrame.GetLocalRegisterValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- reg
- CorDebugRegister
- cbSigBlob
- UInt32
- pvSigBlob
- Byte[]
- ppValue
- ICorDebugValue