System.Reflection.ResourceAttributes Enumeration

Assembly: Mscorlib.dll
Namespace: System.Reflection
Summary
Specifies the attributes for a manifest resource.
C# Syntax:
[Flags]
[Serializable]
public enum ResourceAttributes
See also:
System.Reflection Namespace

System.Reflection.ResourceAttributes Member List:

Public Fields
Private A mask used to retrieve private manifest resources.
Public A mask used to retrieve public manifest resources.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.