ICorDebugRegisterSet.GetThreadContext(UInt32, Byte[]) Method

Definition

public:
 void GetThreadContext(System::UInt32 contextSize, cli::array <System::Byte> ^ context);
public void GetThreadContext (uint contextSize, byte[] context);
abstract member GetThreadContext : uint32 * byte[] -> unit
Public Sub GetThreadContext (contextSize As UInteger, context As Byte())

Parameters

contextSize
UInt32
context
Byte[]

Applies to