<PackageReference Include="Namotion.Reflection" Version="1.0.4" />
API Differences between 1.0.4 and 1.0.3
19 Additions
19 Removals
Namotion.Reflection
-
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)
- 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)