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

定义

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[]

适用于