Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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