ICorDebugRegisterSet.GetThreadContext(UInt32, Byte[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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())
参数
- contextSize
- UInt32
- context
- Byte[]