Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Contains the offsets that are used to map common intermediate language (CIL) code to native code.
Syntax
typedef struct COR_DEBUG_IL_TO_NATIVE_MAP {
ULONG32 ilOffset;
ULONG32 nativeStartOffset;
ULONG32 nativeEndOffset;
} COR_DEBUG_IL_TO_NATIVE_MAP;
Members
| Member | Description |
|---|---|
ilOffset |
The offset of the CIL code. |
nativeStartOffset |
The offset of the start of the native code. |
nativeEndOffset |
The offset of the end of the native code. |
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorDebug.idl
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0
See also
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.