<PackageReference Include="Namotion.Reflection" Version="2.0.9" />
API Differences between 2.0.9 and 1.0.3
58 Additions
31 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 enum Nullability
-
public static class ObjectExtensions
-
public static class XmlDocsExtensions
- public static Task<string> GetXmlDocsAsync(this ContextualParameterInfo parameter)
- public static Task<string> GetXmlDocsAsync(this ParameterInfo parameter)
- public static Task<XElement> GetXmlDocsElementAsync(this ContextualMemberInfo member)
- public static Task<XElement> GetXmlDocsElementAsync(this Type type, string pathToXmlFile)
- public static Task<XElement> GetXmlDocsElementAsync(this MemberInfo member)
- public static Task<XElement> GetXmlDocsElementAsync(this MemberInfo member, string pathToXmlFile)
- public static Task<XElement> GetXmlDocsElementAsync(this ParameterInfo parameter, string pathToXmlFile)
- public static Task<string> (this CachedType type)
- public static Task<string> (this ContextualMemberInfo member)
- public static Task<string> (this Type type)
- public static Task<string> (this MemberInfo member)
- public static Task<string> GetXmlDocsSummaryAsync(this CachedType type)
- public static Task<string> GetXmlDocsSummaryAsync(this ContextualMemberInfo member)
- public static Task<string> GetXmlDocsSummaryAsync(this Type type)
- public static Task<string> GetXmlDocsSummaryAsync(this MemberInfo member)
- public static Task<string> GetXmlDocsTagAsync(this CachedType type, string tagName)
- public static Task<string> GetXmlDocsTagAsync(this ContextualMemberInfo member, string tagName)
- public static Task<string> GetXmlDocsTagAsync(this Type type, string tagName)
- public static Task<string> GetXmlDocsTagAsync(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)