ICorDebugRegisterSet.SetThreadContext(UInt32, Byte[]) 方法

定义

未实现。

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())

参数

contextSize
UInt32
context
Byte[]

适用于