CorManifestResourceFlags Enumeration
Indicates the visibility of resources encoded in an assembly manifest.
Syntax
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: See System Requirements.
Header: CorHdr.h
.NET Framework Versions: Available since 1.0
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.