Search This Blog

Thursday, 11 February 2016

Dot net Names and Symbols

System_CAPS_pubclass à     class
System_CAPS_pubmethod à     Constructors
System_CAPS_pubmethod à     Public Methods
System_CAPS_protmethod à    Protect Method
System_CAPS_privmethodà      Private Method
*    System_CAPS_staticà public static Method
System_CAPS_pubfieldSystem_CAPS_staticà Field static Method
System_CAPS_protfield à Protected Field
System_CAPS_pubfieldà Field
System_CAPS_protproperty à     Protected Properties
System_CAPS_staticSystem_CAPS_pubpropertyà Static Public properties
System_CAPS_pubpropertyà  Public Properties
public propertypublic propertypublic propertypublic propertySystem_CAPS_pubinterface  à  Interface
System_CAPS_pubevent à       Events
System_CAPS_pubdelegate à     Delegates
System_CAPS_pubenum à     Enumeration








Inside the namespace:
System_CAPS_pubclass Classes
System_CAPS_pubproperty Properties
System_CAPS_pubproperty    Public properties
System_CAPS_protproperty Protected Properties
System_CAPS_staticSystem_CAPS_pubproperty Static Public properties
System_CAPS_pubmethod Constructors
System_CAPS_pubfield Constructor Field
System_CAPS_pubmethod Constructor Method
System_CAPS_pubproperty    Constructor properties
System_CAPS_pubmethod Methods
System_CAPS_pubmethod Public Methods
System_CAPS_protmethod Protected Methods
System_CAPS_pubmethod Extension Methods
System_CAPS_pubfield Fields
System_CAPS_pubfieldPublic  Fields
System_CAPS_protfield Protected Fields
System_CAPS_pubevent Events
System_CAPS_pubinterface Interfaces
*    Methods
System_CAPS_pubenum Enumeration
*    Members
Structure Symbol   Structure





















Icon
Description
Icon
Description
Namespace Symbol
Namespace
Declaration Symbol
Method or Function
Class Icon
Class
Operator Symbol
Operator
Lollipop Interface Symbol
Interface
Property Symbol
Property
Structure Symbol
Structure
Field Icon
Field or Variable
Union Symbol
Union
Event Symbol
Event
Enumeration Symbol
Enum
Constant Icon
Constant
Type Definition Symbol
TypeDef
Enumerate Item Symbol
Enum Item
Visual Studio Module Symbol
Module
Map Item Symbol
Map Item
Extension Method Symbol
Extension Method
Declaration Symbol
External Declaration
Delegate Symbol
Delegate
Error Icon for Class View and Object Browser
Error
Exception Symbol
Exception
Template Symbol
Template
Map Symbol
Map
Error Exclamation Point Symbol
Unknown
Type Forwarding Symbol
Type Forwarding



The following signal icons apply to all the previous icons and indicate their accessibility.
System_CAPS_noteNote
If your project is included in a source control database, additional signal icons may be displayed to indicate source-control status, such as checked in or checked out.
Icon
Description
<No Signal Icon>
Public. Accessible from anywhere in this component and from any component that references it.
Signal Protected Symbol
Protected. Accessible from the containing class or type, or those derived from the containing class or type.
Signal Private Symbol
Private. Accessible only in the containing class or type.
Signal Sealed Symbol
Sealed.
Signal Friend/Internal Symbol
Friend/Internal. Accessible only from the project.
Signal Icon Arrow
Shortcut. A shortcut to the object.


No comments:

Post a Comment