नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Provides a value that determines whether a debugger loads native (NGen) images from the native image cache.
Syntax
enum CorDebugNGENPolicy {
DISABLE_LOCAL_NIC = 1
} CorDebugNGENPolicy;
Members
| Member name | Description |
|---|---|
DISABLE_LOCAL_NIC |
In a Windows 8.x Store app, the use of images from the local native image cache is disabled. In a desktop app, this setting has no effect. |
Remarks
The CorDebugNGENPolicy enumeration is used by the ICorDebugProcess5::EnableNGENPolicy method. Disabling the use of images from the local native image cache provides for a consistent debugging experience by ensuring that the debugger loads debuggable JIT-compiled images instead of optimized native images.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.5