ICorDebugRegisterSet.GetRegisters(UInt64, UInt32, UInt64[]) 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.
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
Parameters
- mask
- UInt64
- regCount
- UInt32
- regBuffer
- UInt64[]