ICorDebugRegisterSet.SetThreadContext(UInt32, Byte[]) Method

Definition

Not implemented.

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

Parameters

contextSize
UInt32
context
Byte[]

Applies to