Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Provides values that specify whether the debugger is able to access local variables or code added in profiler ReJIT instrumentation.
Syntax
typedef enum ILCodeKind {
ILCODE_ORIGINAL_IL = 0x1,
ILCODE_REJIT_IL = 0x2,
} ILCodeKind;
Members
| Member name | Description |
|---|---|
ILCODE_ORIGINAL_IL |
The debugger does not have access to information from ReJIT instrumentation. |
ILCODE_REJIT_IL |
The debugger has access to information from ReJIT instrumentation. |
Remarks
A member of the ILCodeKind enumeration can be passed to the EnumerateLocalVariablesEx and GetLocalVariableEx methods to determine whether the debugger can access variables added in profiler ReJIT instrumentation, and to the GetCodeEx method to determine whether the debugger can access instrumented IL.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.5.2