ICorDebugNativeFrame.GetLocalMemoryValue(UInt64, UInt32, Byte[], ICorDebugValue) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
void GetLocalMemoryValue(System::UInt64 address, System::UInt32 cbSigBlob, cli::array <System::Byte> ^ pvSigBlob, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ % ppValue);
public void GetLocalMemoryValue (ulong address, uint cbSigBlob, byte[] pvSigBlob, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue ppValue);
abstract member GetLocalMemoryValue : uint64 * uint32 * byte[] * ICorDebugValue -> unit
Public Sub GetLocalMemoryValue (address As ULong, cbSigBlob As UInteger, pvSigBlob As Byte(), ByRef ppValue As ICorDebugValue)
Parameter
- address
- UInt64
- cbSigBlob
- UInt32
- pvSigBlob
- Byte[]
- ppValue
- ICorDebugValue