Vs.net and reflector icons

Source: Internet
Author: User
Tags reflector

Although vs.net is often used and reflector is occasionally used, the icons in it have never been understood. Today, we need to use the reflector tool again. However, because we are not familiar with the icons, it creates some obstacles to use it. If online search is fruitless, we can only observe it by ourselves, now I will describe some of my summary icons. If there is any deviation, please point out.

Icon Description
Namespace
Interface
Delegate by Delegate
Event event
Enum Enumeration
Internal Enum is for the sameProgramEnumeration of internal access to the set
Public class
Internal class is only accessible to the same assembly.
  Only get attributes are included.
Including get and set attributes
Public method (function)
Public static method (function)
Private method (function)
Private Static Method (function)
Private Field
Const constant Field
Private Static Field
Internal Field
Protected field
Internal
Static
Private
Protected
Field field (common field, const, readonly)

Basically, all icons can be combined from the last five basic elements in the table above. In addition, in reflector, gray usually indicates that the method or field is private or only visible to the Assembly to which it belongs.

Author: stg609
Source: http://stg609.cnblogs.com/
The copyright of this article is shared by the author and the blog. You are welcome to repost this article, but you must keep this statement without the author's consent and Article The original text connection is clearly displayed on the page. Otherwise, the legal liability is retained.

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.