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.
Describes a type of frame in the call stack.
Syntax
typedef enum CLRDataSimpleFrameType {
CLRDATA_SIMPFRAME_UNRECOGNIZED = 0x1,
CLRDATA_SIMPFRAME_MANAGED_METHOD = 0x2,
CLRDATA_SIMPFRAME_RUNTIME_MANAGED_CODE = 0x4,
CLRDATA_SIMPFRAME_RUNTIME_UNMANAGED_CODE = 0x8
} CLRDataSimpleFrameType;
Members
| Member | Value | Description |
|---|---|---|
CLRDATA_SIMPFRAME_UNRECOGNIZED |
0x1 | The frame is an unrecognized type. |
CLRDATA_SIMPFRAME_MANAGED_METHOD |
0x2 | The frame is a managed method. |
CLRDATA_SIMPFRAME_RUNTIME_MANAGED_CODE |
0x4 | The frame is a runtime controlled managed method. |
CLRDATA_SIMPFRAME_RUNTIME_UNMANAGED_CODE |
0x8 | The frame is a runtime controlled unmanaged method. |
Remarks
This enumeration lives inside the runtime and is not exposed through any headers or library files. To use it, define the enumeration as specified above.
Requirements
Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7
See also
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.