ICorDebugRegisterSet.GetRegisters(UInt64, UInt32, UInt64[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
int GetRegisters(System::UInt64 mask, System::UInt32 regCount, cli::array <System::UInt64> ^ regBuffer);
public int GetRegisters (ulong mask, uint regCount, ulong[] regBuffer);
abstract member GetRegisters : uint64 * uint32 * uint64[] -> int
Public Function GetRegisters (mask As ULong, regCount As UInteger, regBuffer As ULong()) As Integer
参数
- mask
- UInt64
- regCount
- UInt32
- regBuffer
- UInt64[]