<PackageReference Include="Namotion.Reflection" Version="2.0.10" />
API Differences between 2.0.10 and 2.1.0
21 Additions
22 Removals
Namotion.Reflection
-
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 GetXmlDocs(this ContextualParameterInfo parameter, bool resolveExternalXmlDocs = true)
- public static string GetXmlDocs(this ParameterInfo parameter, bool resolveExternalXmlDocs = true)
- public static XElement GetXmlDocsElement(this ContextualMemberInfo member, bool resolveExternalXmlDocs = true)
- public static XElement GetXmlDocsElement(this Type type, string pathToXmlFile, bool resolveExternalXmlDocs = true)
- public static XElement GetXmlDocsElement(this MemberInfo member, bool resolveExternalXmlDocs = true)
- public static XElement GetXmlDocsElement(this MemberInfo member, string pathToXmlFile, bool resolveExternalXmlDocs = true)
- public static XElement GetXmlDocsElement(this ParameterInfo parameter, string pathToXmlFile, bool resolveExternalXmlDocs = true)
- public static string GetXmlDocsPath(Assembly assembly, bool resolveExternalXmlDocs = true)
- public static string GetXmlDocsRecordPropertySummary(this PropertyInfo member, bool resolveExternalXmlDocs = true)
- public static string (this CachedType type, bool resolveExternalXmlDocs = true)
- public static string (this ContextualMemberInfo member, bool resolveExternalXmlDocs = true)
- public static string (this Type type, bool resolveExternalXmlDocs = true)
- public static string (this MemberInfo member, bool resolveExternalXmlDocs = true)
- public static string GetXmlDocsSummary(this CachedType type, bool resolveExternalXmlDocs = true)
- public static string GetXmlDocsSummary(this ContextualMemberInfo member, bool resolveExternalXmlDocs = true)
- public static string GetXmlDocsSummary(this Type type, bool resolveExternalXmlDocs = true)
- public static string GetXmlDocsSummary(this MemberInfo member, bool resolveExternalXmlDocs = true)
- public static string GetXmlDocsTag(this CachedType type, string tagName, bool resolveExternalXmlDocs = true)
- public static string GetXmlDocsTag(this ContextualMemberInfo member, string tagName, bool resolveExternalXmlDocs = true)
- public static string GetXmlDocsTag(this Type type, string tagName, bool resolveExternalXmlDocs = true)
- public static string GetXmlDocsTag(this MemberInfo member, string tagName, bool resolveExternalXmlDocs = true)
- public static string ToXmlDocsContent(this XElement element, XmlDocsOptions options = null)
-
public enum XmlDocsFormattingMode
-
public class XmlDocsOptions