<PackageReference Include="Namotion.Reflection" Version="1.0.7" />
API Differences between 1.0.7 and 3.3.0
38 Additions
54 Removals
Namotion.Reflection
-
public static class AttributeExtensions
-
public class CachedType
-
public abstract class ContextualAccessorInfo : ContextualMemberInfo
-
public class ContextualFieldInfo : ContextualMemberInfo
-
public abstract class ContextualMemberInfo : ContextualType
-
public class ContextualMethodInfo : ContextualMemberInfo
-
public class ContextualParameterInfo : ContextualType
-
public class ContextualPropertyInfo : ContextualMemberInfo
-
public class ContextualType : CachedType
-
public static class ContextualTypeExtensions
-
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 (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