MrKWatkins.Reflection 1.3.1 Help

Accessibility Enum

Definition

Describes how accessible a member is.

public enum Accessibility

Fields

Name

Description

Internal

Access is limited to the current assembly.

Private

Access is limited to the containing type.

PrivateProtected

Access is limited to the containing class or types derived from the containing class within the current assembly.

Protected

Access is limited to the containing class or types derived from the containing class.

ProtectedInternal

Access is limited to the current assembly or types derived from the containing class.

Public

Access is not restricted.

Last modified: 17 December 2024