Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values used to influence behavior during the generation of metadata.
typedef enum CorSetENC {
MDSetENCOn = 0x00000001,
MDSetENCOff = 0x00000002,
MDUpdateENC = 0x00000001,
MDUpdateFull = 0x00000002,
MDUpdateExtension = 0x00000003,
MDUpdateIncremental = 0x00000004,
MDUpdateDelta = 0x00000005,
MDUpdateMask = 0x00000007
} CorSetENC;
Members
Member |
Description |
---|---|
MDSetENCOn |
Obsolete. |
MDSetENCOff |
Obsolete. |
MDUpdateENC |
Indicates that whereas metadata can be updated, tokens cannot be moved. |
MDUpdateFull |
Indicates that tokens can be moved during updates. |
MDUpdateExtension |
Indicates that updates can consist only of additions. Tokens cannot be moved. |
MDUpdateIncremental |
Indicates that compilation is incremental. |
MDUpdateDelta |
Indicates that only changed metadata should be saved. |
MDUpdateMask |
Includes MDUpdateENC, MDUpdateFull and MDUpdateIncremental. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorHdr.h
.NET Framework Version: 2.0, 1.1, 1.0