mscorlib(4.0.0.0) API with additions
ResourceAttributes.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Reflection
4
{
6
[
Serializable
]
7
[Flags]
8
[ComVisible(
true
)]
9
public
enum
ResourceAttributes
10
{
12
Public = 0x1,
14
Private = 0x2
15
}
16
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Reflection
Definition:
__Filters.cs:1
System.Reflection.ResourceAttributes
ResourceAttributes
Specifies the attributes for a manifest resource.
Definition:
ResourceAttributes.cs:9
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
All cs
System.Reflection
ResourceAttributes.cs
Generated by
1.8.15