Click or drag to resize

XmlDocumentation Methods

The XmlDocumentation type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetFullUrl
Get full url, combined of baseUrl and urlLocalTypePart
Public methodStatic memberGetTypeFromText
Get type for the specified type text
Public methodStatic memberGetXmlDocumentation(ParameterInfo, String)
Returns the XML documentation (returns/param tag) for the specified parameter.
Public methodStatic memberGetXmlDocumentation(MemberInfo, String, String)
Returns the XML documentation (summary tag) for the specified member.
Public methodStatic memberGetXmlDocumentation(MemberInfo, XDocument, String)
Returns the XML documentation (summary tag) for the specified member.
Public methodStatic memberGetXmlDocumentation(ParameterInfo, String, String)
Returns the XML documentation (returns/param tag) for the specified parameter.
Public methodStatic memberGetXmlDocumentation(ParameterInfo, XDocument, String)
Returns the XML documentation (returns/param tag) for the specified parameter.
Public methodStatic memberGetXmlDocumentationAsHtmlRow
Returns the XML documentation for the summary tag and the remarks tag for the specified member. The tags are returned as columns in a html table row.
Public methodStatic memberGetXmlDocumentationAsText
Returns the XML documentation for the summary tag and the remarks tag for the specified member. The tags are combined into one text.
Public methodStatic memberGetXmlDocumentationPropertiesAsHtml
Returns the XML documentation for properties for the specified type as a html page.
Top
See Also