XmlDocsExtensions
Provides extension methods for reading XML comments from reflected members.
public static string GetXmlDocs(this ContextualParameterInfo parameter, XmlDocsOptions options = null)
Returns the contents of the "returns" or "param" XML documentation tag for the specified parameter.
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.
public static XElement GetXmlDocsElement(this MemberInfo member, string pathToXmlFile, XmlDocsOptions options = null)
Returns the contents of the "summary" XML documentation tag for the specified member.
public static XElement GetXmlDocsElement(this ParameterInfo parameter, string pathToXmlFile, XmlDocsOptions options = null)
Returns the contents of the "returns" or "param" XML documentation tag for the specified parameter.
Gets the file path to the XML docs for the given assembly.
public static string GetXmlDocsRecordPropertySummary(this PropertyInfo member, XmlDocsOptions options = null)
Returns the property summary of a Record type which is read from the param tag on the type.
Returns the contents of the "remarks" XML documentation tag for the specified member.
public static string GetXmlDocsRemarks(this ContextualMemberInfo member, XmlDocsOptions options = null)
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 "remarks" XML documentation tag for the specified member.
Returns the contents of the "summary" XML documentation tag for the specified member.
public static string GetXmlDocsSummary(this ContextualMemberInfo member, XmlDocsOptions options = null)
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.
Returns the contents of the "summary" XML documentation tag for the specified member.
public static string GetXmlDocsTag(this CachedType type, string tagName, XmlDocsOptions options = null)
Returns the contents of an XML documentation tag for the specified member.
public static string GetXmlDocsTag(this ContextualMemberInfo member, string tagName, XmlDocsOptions options = null)
Returns the contents of an XML documentation tag for the specified member.
Returns the contents of an XML documentation tag for the specified member.
public static string GetXmlDocsTag(this MemberInfo member, string tagName, XmlDocsOptions options = null)
Returns the contents of an XML documentation tag for the specified member.
Converts the given XML documentation XElement to text.