Click or drag to resize

SymbolicRefGetDescription Method

Overload List
  NameDescription
Public methodGetDescription
Get a short text description of the CodeObject. This is generally the shortest text representation that uniquely identifies objects, even if they have the same name, for example: type or return type, name, type parameters, parameters.
(Inherited from CodeObject.)
Public methodStatic memberGetDescription(Object)
Get the description of an object which is a CodeObject or MemberReference/MemberInfo (or a string).
Public methodStatic memberGetDescription(MemberInfo)
Get a short text description of the specified MemberInfo. This is generally the shortest text representation that uniquely identifies objects, even if they have the same name, for example: type or return type, name, type parameters, parameters.
Public methodStatic memberGetDescription(MemberReference)
Get a short text description of the specified MemberReference. This is generally the shortest text representation that uniquely identifies objects, even if they have the same name, for example: type or return type, name, type parameters, parameters.
Top
See Also