XmlDocumentationExtensions
Provides extension methods for reading XML comments from reflected members.
public static Task<string> GetDescriptionAsync(this MemberInfo memberInfo, IEnumerable<Attribute> attributes)
Gets the description of the given member (based on the DescriptionAttribute, DisplayAttribute or XML Documentation).
public static Task<string> GetDescriptionAsync(this ParameterInfo parameter, IEnumerable<Attribute> attributes)
Gets the description of the given member (based on the DescriptionAttribute, DisplayAttribute or XML Documentation).
Returns the contents of the "summary" XML documentation tag for the specified member.
Returns the contents of an XML documentation tag for the specified member.
Returns the contents of the "returns" or "param" XML documentation tag for the specified parameter.
Returns the contents of the "summary" XML documentation tag for the specified member.
Returns the contents of the "summary" XML documentation tag for the specified member.
public static Task<XElement> GetXmlDocumentationAsync(this ParameterInfo parameter, string pathToXmlFile)
Returns the contents of the "returns" or "param" XML documentation tag for the specified parameter.
Returns the contents of an XML documentation tag for the specified member.
Returns the contents of an XML documentation tag for the specified member.
Converts the given XML documentation XElement to text.
Returns the contents of the "remarks" XML documentation tag for the specified member.
Returns the contents of the "remarks" XML documentation tag for the specified member.
Returns the contents of the "summary" XML documentation tag for the specified member.
Returns the contents of the "summary" XML documentation tag for the specified member.