The ICodeElementInfo type exposes the following members.

Methods

  NameDescription
Equals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatable<(Of <(ICodeElementInfo>)>).)
GetAttributeInfos
Gets information about the code element's custom attributes of the specified type.
GetAttributes
Gets the code element's custom attributes of the specified type.
GetCodeLocation
Gets the location of a resource that contains the declaration of this code element, or Unknown if not available. The location may refer to the code element's source code or to the location of its compiled assembly.
GetXmlDocumentation
Gets the XML documentation associated with the code element.
HasAttribute
Returns true if the code element has a custom attribute of the specified type.

Properties

  NameDescription
CodeReference
Gets a CodeReference for this code element.
Kind
Gets the kind of code element represented by this instance.
Name
Gets the name of the code element.
ReflectionPolicy
Gets the reflection policy of the mirror.
(Inherited from IMirror.)

See Also