หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets an HRESULT that indicates whether it is safe to set the instruction pointer (IP) to the specified offset location in native code.
Syntax
HRESULT CanSetIP (
[in] ULONG32 nOffset
);
Parameters
nOffset
[in] The desired setting for the instruction pointer.
Remarks
Use the CanSetIP method prior to calling the ICorDebugNativeFrame::SetIP method. If CanSetIP returns any HRESULT other than S_OK, you can still invoke ICorDebugNativeFrame::SetIP, but there is no guarantee that the debugger will continue the safe and correct execution of the code being debugged.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0