Visibility Enumeration |
Visibility of types and type members.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public enum Visibility

Member name | Value | Description | |
---|---|---|---|
Public | 0 | Public. | |
Family | 1 | Family (protected). | |
Assembly | 2 | Assembly (internal). | |
FamilyOrAssembly | 3 | Family or assembly (protected internal). | |
FamilyAndAssembly | 4 | Family and assembly (no C# equivalent: protected types inside the current assembly). | |
Private | 5 | Private. |
