CorManifestResourceFlags Enumeration
Indicates the visibility of resources encoded in an assembly manifest.
typedef enum CorManifestResourceFlags {
mrVisibilityMask = 0x0007,
mrPublic = 0x0001,
mrPrivate = 0x0002
} CorManifestResourceFlags;
Members
Member |
Description |
---|---|
mrVisibilityMask |
Reserved. |
mrPublic |
The resources are public. |
mrPrivate |
The resources are private. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorHdr.h
.NET Framework Version: 2.0, 1.1, 1.0