หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
For each method of the class, sets a value that indicates whether the method is user-defined code.
Syntax
HRESULT SetJMCStatus (
[in] BOOL bIsJustMyCode
);
Parameters
bIsJustMyCode
[in] Set to true to indicate that the method is user-defined code; otherwise, set to false.
Remarks
A just-my-code (JMC) stepper will skip non-user-defined code. User-defined code must be a subset of debuggable code.
SetJMCStatus returns an HRESULT value of S_FALSE if it fails to set the value for any method, even if it successfully sets the value for all other methods.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0