<PackageReference Include="Namotion.Reflection" Version="2.0.8" />
API Differences between 2.0.8 and 1.0.20
46 Additions
30 Removals
Namotion.Reflection
-
public class CachedType
-
public abstract class ContextualAccessorInfo : ContextualMemberInfo
-
public class ContextualFieldInfo : ContextualAccessorInfo
-
public abstract class ContextualMemberInfo
-
public class ContextualMethodInfo : ContextualMemberInfo
-
public class ContextualPropertyInfo : ContextualAccessorInfo
-
public class ContextualType : CachedType
-
public static class ContextualTypeExtensions
-
public static class XmlDocsExtensions
- 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 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 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)