The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ResourceAttributes Enumeration
.NET Framework 1.1
Specifies the attributes for a manifest resource.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Visual Basic] <Flags> <Serializable> Public Enum ResourceAttributes [C#] [Flags] [Serializable] public enum ResourceAttributes [C++] [Flags] [Serializable] __value public enum ResourceAttributes [JScript] public Flags Serializable enum ResourceAttributes
Members
| Member name | Description | Value |
|---|---|---|
| Private | A mask used to retrieve private manifest resources. | 2 |
| Public | A mask used to retrieve public manifest resources. | 1 |
Requirements
Namespace: System.Reflection
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: