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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.