Visibility of types and type members.
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public enum Visibility
Fields
Name | Description |
---|---|
Assembly | Assembly (internal). |
Family | Family (protected). |
FamilyAndAssembly | Family and assembly (no C# equivalent: protected types inside the current assembly). |
FamilyOrAssembly | Family or assembly (protected internal). |
Private | Private. |
Public | Public. |