C # various access Modifiers

Source: Internet
Author: User

C # access Modifiers

1. Various access Modifiers

2.ProgramSet?

1. Various access Modifiers

Access Modifier Description
Public Public access. Not limited.
Private Private access. Only access by members of this category is allowed.
Protected Protect access. The instance cannot be accessed only by the class or subclass.
Internal Internal access. It is restricted to access within the project, and others cannot be accessed.
Protected internal Access is protected internally. It is only accessible to this project (assembly) or sub-classes, and cannot be accessed by others.

C # The following table lists the modifiers and default modifiers of member types:

Member type Default Modifier Modifier
Enum Public None
Class Private Public, protected, internal, private,
Protected internal
Interface Public None
Struct Private Public, internal, private

2. Simple assembly concept

the concept of "assembly" is mentioned in internal in the preceding access controller. What is an assembly is simply an EXE file or a DLL file. http://msdn.microsoft.com/zh-cn/library/ms173099%28v=VS.80%29.aspx

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.