ManifestResourceAttributes Enum
Definition
public enum class ManifestResourceAttributes
[System.Flags]
public enum ManifestResourceAttributes
type ManifestResourceAttributes =
Public Enum ManifestResourceAttributes
- Inheritance
- Attributes
Fields
Private | 2 | The resource is not exported from the assembly. |
Public | 1 | The resource is exported from the assembly. |
VisibilityMask | 7 | Masks just the visibility-related attributes. |