Windows apps
Collapse the table of content
Expand the table of content
Information
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

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

System.Reflection Namespace

Show:
© 2017 Microsoft