CLR_DEBUGGING_VERSION Structure
Defines the product version of the common language runtime (CLR) for debugging purposes.
Syntax
typedef struct _CLR_DEBUGGING_VERSION
{
WORD wStructVersion;
WORD wMajor;
WORD wMinor;
WORD wBuild;
WORD wRevision;
} CLR_DEBUGGING_VERSION;
Members
Member | Description |
---|---|
wStructVersion |
The structure version number |
wMajor |
The major version number. |
wMinor |
The minor version number. |
wBuild |
The build number. |
wRevision |
The revision number. |
Remarks
The CLR_DEBUGGING_VERSION
structure is the same as the COR_VERSION structure, however, the CLR_DEBUGGING_VERSION
structure provides an additional structure version field (wStructVersion
). Currently, this field must be set to zero.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Versions: Available since 4
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.