Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Provides target platform values that are used by the ICorDebugDataTarget::GetPlatform method.
Syntax
typedef enum CorDebugPlatform
{
CORDB_PLATFORM_WINDOWS_X86, // Windows on Intel x86
CORDB_PLATFORM_WINDOWS_AMD64, // Windows x64 (AMD64, Intel EM64T)
CORDB_PLATFORM_WINDOWS_IA64, // Windows on Intel IA-64
CORDB_PLATFORM_MAC_PPC, // Macintosh OS on PowerPC
CORDB_PLATFORM_MAC_X86, // Macintosh OS on Intel x86
CORDB_PLATFORM_WINDOWS_ARM, // Windows on ARM
CORDB_PLATFORM_MAC_AMD64 // MacOS on Intel x64
} CorDebugPlatform;
Members
| Member | Description |
|---|---|
CORDB_PLATFORM_WINDOWS_X86 |
The target platform is Windows running on Intel x86 hardware. |
CORDB_PLATFORM_WINDOWS_AMD64 |
The target platform is 64 bit Windows running on AMD64 or Intel EM64T hardware. |
CORDB_PLATFORM_WINDOWS_IA64 |
The target platform is 32 bit Windows running on Intel IA-64 hardware. |
CORDB_PLATFORM_MAC_PPC |
The target platform is the Macintosh operating system running on PowerPC hardware. |
CORDB_PLATFORM_MAC_X86 |
The target platform is the Macintosh operating system running on Intel x86 hardware. |
CORDB_PLATFORM_WINDOWS_ARM |
The target platform is the Macintosh operating system running on Windows ARM hardware. |
CORDB_PLATFORM_MAC_AMD64 |
The target platform is the Macintosh operating system running on AMD64 hardware. |
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.0/4.5.2
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.