ICorDebugProcess.GetThreadContext(UInt32, UInt32, IntPtr) 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 GetThreadContext(System::UInt32 threadID, System::UInt32 contextSize, IntPtr context);
public void GetThreadContext (uint threadID, uint contextSize, IntPtr context);
abstract member GetThreadContext : uint32 * uint32 * nativeint -> unit
Public Sub GetThreadContext (threadID As UInteger, contextSize As UInteger, context As IntPtr)
Parameters
- threadID
- UInt32
- contextSize
- UInt32
- context
-
IntPtr
nativeint