ICLRDataTarget::GetMachineType Method
Gets the identifier for the kind of instruction set that the target process is using.
Syntax
HRESULT GetMachineType (
[out] ULONG32 *machineType
);
Parameters
machineType
[out] A pointer to a value that indicates the instruction set that the target process is using. The returned machineType
is one of the IMAGE_FILE_MACHINE constants, which are defined in the WinNT.h header file.
Requirements
Platforms: See System Requirements.
Header: ClrData.idl, ClrData.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.