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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.