Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
SetRegisters is not implemented in the .NET Framework version 2.0. Do not call this method.
Note
Use the higher-level operations such as ICorDebugILFrame::SetIP Method or ICorDebugNativeFrame::SetIP Method.
HRESULT SetRegisters (
[in] ULONG32 maskCount,
[in, size_is(maskCount)] BYTE mask[],
[in] ULONG32 regCount,
[in, size_is(regCount)] CORDB_REGISTER regBuffer[]
);
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Version: 2.0
See Also
Reference
ICorDebugRegisterSet2 Interface
ICorDebugRegisterSet Interface