[Flags] |
| AllFlags | TypeInformation, MemberAccess, and ReflectionEmit are set. |
| MemberAccess | Invocation of operations on all type members is allowed. If this flag is not set, only invocation of operations on visible type members is allowed. |
| NoFlags | No reflection is allowed on types that are not visible. |
| ReflectionEmit | Use of System.Reflection.Emit is allowed. |
| TypeInformation | Reflection is allowed on members of a type that are not visible. |
Hierarchy: