mscorlib(4.0.0.0) API with additions
ResourceAttributes.cs
2 
3 namespace System.Reflection
4 {
7  [Flags]
8  [ComVisible(true)]
9  public enum ResourceAttributes
10  {
12  Public = 0x1,
14  Private = 0x2
15  }
16 }
Definition: __Canon.cs:3
ResourceAttributes
Specifies the attributes for a manifest resource.
Specifies that the class can be serialized.