ManifestResourceAttributes Enum

Definition

This enumeration supports a bitwise combination of its member values.

public enum class ManifestResourceAttributes
[System.Flags]
public enum ManifestResourceAttributes
[<System.Flags>]
type ManifestResourceAttributes = 
Public Enum ManifestResourceAttributes
Inheritance
ManifestResourceAttributes
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.

Applies to