<PackageReference Include="Namotion.Reflection" Version="2.0.7" />
API Differences between 2.0.7 and 3.0.0
22 Additions
22 Removals
Namotion.Reflection
-
public static class XmlDocs
-
public static class XmlDocsExtensions
- public static string GetXmlDocs(this ContextualParameterInfo parameter, XmlDocsOptions options = null)
- public static string GetXmlDocs(this ParameterInfo parameter, XmlDocsOptions options = null)
- public static XElement GetXmlDocsElement(this MemberInfo member, XmlDocsOptions options = null)
- public static XElement GetXmlDocsElement(this MemberInfo member, string pathToXmlFile, XmlDocsOptions options = null)
- public static XElement GetXmlDocsElement(this ParameterInfo parameter, string pathToXmlFile, XmlDocsOptions options = null)
- public static string GetXmlDocsPath(Assembly assembly, XmlDocsOptions options)
- public static string GetXmlDocsRecordPropertySummary(this PropertyInfo member, XmlDocsOptions options = null)
- public static string (this CachedType type, XmlDocsOptions options = null)
- public static string (this ContextualMemberInfo member, XmlDocsOptions options = null)
- public static string (this Type type, XmlDocsOptions options = null)
- public static string (this MemberInfo member, XmlDocsOptions options = null)
- public static string GetXmlDocsSummary(this CachedType type, XmlDocsOptions options = null)
- public static string GetXmlDocsSummary(this ContextualMemberInfo member, XmlDocsOptions options = null)
- public static string GetXmlDocsSummary(this Type type, XmlDocsOptions options = null)
- public static string GetXmlDocsSummary(this MemberInfo member, XmlDocsOptions options = null)
- public static string GetXmlDocsTag(this CachedType type, string tagName, XmlDocsOptions options = null)
- public static string GetXmlDocsTag(this ContextualMemberInfo member, string tagName, XmlDocsOptions options = null)
- public static string GetXmlDocsTag(this Type type, string tagName, XmlDocsOptions options = null)
- public static string GetXmlDocsTag(this MemberInfo member, string tagName, XmlDocsOptions options = null)
- public static string ToXmlDocsContent(this XElement element, XmlDocsOptions options = null)
- public static string GetXmlDocs(this ContextualParameterInfo parameter)
- public static string GetXmlDocs(this ParameterInfo parameter)
- public static XElement GetXmlDocsElement(this ContextualMemberInfo member)
- public static XElement GetXmlDocsElement(this Type type, string pathToXmlFile)
- public static XElement GetXmlDocsElement(this MemberInfo member)
- public static XElement GetXmlDocsElement(this MemberInfo member, string pathToXmlFile)
- public static XElement GetXmlDocsElement(this ParameterInfo parameter, string pathToXmlFile)
- public static string GetXmlDocsRecordPropertySummary(this PropertyInfo member)
- public static string (this CachedType type)
- public static string (this ContextualMemberInfo member)
- public static string (this Type type)
- public static string (this MemberInfo member)
- public static string GetXmlDocsSummary(this CachedType type)
- public static string GetXmlDocsSummary(this ContextualMemberInfo member)
- public static string GetXmlDocsSummary(this Type type)
- public static string GetXmlDocsSummary(this MemberInfo member)
- public static string GetXmlDocsTag(this CachedType type, string tagName)
- public static string GetXmlDocsTag(this ContextualMemberInfo member, string tagName)
- public static string GetXmlDocsTag(this Type type, string tagName)
- public static string GetXmlDocsTag(this MemberInfo member, string tagName)
- public static string ToXmlDocsContent(this XElement element)
-
public enum XmlDocsFormattingMode
-
public class XmlDocsOptions