ICorDebugNativeFrame Interface
A specialized implementation of ICorDebugFrame used for native frames.
Methods
Method |
Description |
---|---|
Gets a value that indicates whether it is safe to set the instruction pointer to the specified offset location in native code. |
|
Gets the stack frame's offset into native code. |
|
Gets a pointer to an ICorDebugValue that represents the value of an argument or local variable stored in two memory registers of a native frame. |
|
Gets a pointer to an ICorDebugValue that represents the value of a local variable, of which the low bits are stored in the specified register and the high bits are stored at the specified memory address. |
|
Gets a pointer to an ICorDebugValue that represents the value of a local variable stored at the specified memory address. |
|
Gets a pointer to an ICorDebugValue that represents the value of a local variable, of which the high bits are stored in the specified register and the low bits are stored at the specified memory address |
|
Gets a pointer to an ICorDebugValue that represents the value of an argument or a local variable stored in the specified native register. |
|
Gets a pointer to an ICorDebugRegisterSet that represents the register set for this ICorDebugNativeFrame. |
|
Sets the instruction pointer to the specified offset location in native code. |
Remarks
Note
This interface does not support being called remotely, either cross-machine or cross-process.
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0