Describes the kind of code element represented by a ICodeElementInfo.

Namespace:  Gallio.Common.Reflection
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public enum CodeElementKind
Visual Basic (Declaration)
Public Enumeration CodeElementKind

Members

Member nameDescription
Assembly
The element is an IAssemblyInfo.
Namespace
The element is an INamespaceInfo.
Type
The element is an ITypeInfo.
Field
The element is an IFieldInfo.
Property
The element is an IPropertyInfo.
Event
The element is an IEventInfo.
Constructor
The element is an Constructor.
Method
The element is an IMethodInfo.
Parameter
The element is an IParameterInfo.
GenericParameter
The element is an IGenericParameterInfo.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also