ICorDebugRegisterSet.SetThreadContext(UInt32, Byte[]) 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.
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[]