Click or drag to resize

Reference Fields

The Reference type exposes the following members.

Fields
  NameDescription
Protected field_active
Protected field_aliases
The aliases for the reference, if any (null if none). Comma-separated if more than one.
Protected field_aliasNamespaces
The namespaces associated with any aliases for the reference.
Protected field_annotations
Any Annotations (Comments, DocComments, Attributes, or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.)
Protected field_columnNumber
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_formatFlags
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.)
Protected field_isHidden
True if the reference is hidden in the UI.
Protected field_lineNumber
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_loadedAssembly
The loaded assembly associated with this reference.
Protected field_name
The name of the reference.
Protected field_parent
The parent CodeObject.
(Inherited from CodeObject.)
Public fieldRequestedLocation
The location requested when loaded (actual may differ).
Public fieldRequestedVersion
The version requested when loaded (actual may differ).
Top
See Also