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