In This Article

TypeAccess Enum

Specifies the type of access visibility for an ITypeDefinition.

[Flags]
public enum TypeAccess

Fields

Name Description
Assembly

Visible only within its own assembly (internal).

Family

Visible only within its own declaring type family (protected).

FamilyOrAssembly

Visible only to types that belong to either its own declaring type family or to its own assembly (protected internal).

Private

Visible only within its declaring type.

Public

Visible to all.