Describes the kind of code element specified by a CodeReference.

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

Syntax

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

Members

Member nameDescription
Unknown
The code reference is unknown.
Assembly
The code reference specifies an assembly.
Namespace
The code reference specifies a namespace.
Type
The code reference specifies a type.
Member
The code reference specifies a constructor, method, property, field or event.
Parameter
The code reference specifies a parameter of a constructor or method.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also