CorPropertyAttr Enumeration
Contains values that describe the metadata of a property.
Syntax
typedef enum CorPropertyAttr {
prSpecialName = 0x0200,
prReservedMask = 0xf400,
prRTSpecialName = 0x0400,
prHasDefault = 0x1000,
prUnused = 0xe9ff
} CorPropertyAttr;
Members
Member | Description |
---|---|
prSpecialName |
Specifies that the property is special, and that its name describes how. |
prReservedMask |
Reserved for internal use by the common language runtime. |
prRTSpecialName |
Specifies that the common language runtime metadata internal APIs should check the encoding of the property name. |
prHasDefault |
Specifies that the property has a default value. |
prUnused |
Unused. |
Requirements
Platforms: See System Requirements.
Header: CorHdr.h
.NET Framework Versions: Available since 1.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.