CorLocalRefPreservation Enumeration
Contains flag values for the treatment of local references.
Syntax
typedef enum CorLocalRefPreservation
{
MDPreserveLocalRefsNone = 0x00000000,
MDPreserveLocalTypeRef = 0x00000001,
MDPreserveLocalMemberRef = 0x00000002
} CorLocalRefPreservation;
Members
Member | Description |
---|---|
MDPreserveLocalRefsNone |
Preserve no local references. |
MDPreserveLocalTypeRef |
Preserve local type references. |
MDPreserveLocalMemberRef |
Preserve local member references. |
Requirements
Platforms: See System Requirements.
Header: CorHdr.h
.NET Framework Versions: Available since 4.5
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.