diff --git a/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-net45.apilist.cs b/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-net45.apilist.cs index 4b74ea554..88046e8b5 100644 --- a/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-net45.apilist.cs +++ b/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-net45.apilist.cs @@ -1,7 +1,7 @@ -// Smdn.Fundamental.Reflection.dll (Smdn.Fundamental.Reflection-3.4.0) +// Smdn.Fundamental.Reflection.dll (Smdn.Fundamental.Reflection-3.5.0) // Name: Smdn.Fundamental.Reflection -// AssemblyVersion: 3.4.0.0 -// InformationalVersion: 3.4.0+d21bbefe0b9d2b7ce768d8d377418d43aafc7e9a +// AssemblyVersion: 3.5.0.0 +// InformationalVersion: 3.5.0+4c5047ad07bce4305c5e019010c8d404edb30d22 // TargetFramework: .NETFramework,Version=v4.5 // Configuration: Release // Referenced assemblies: @@ -29,6 +29,14 @@ public enum MethodSpecialName : int { Addition = 16, BitwiseAnd = 21, BitwiseOr = 22, + CheckedAddition = 32, + CheckedDecrement = 31, + CheckedDivision = 35, + CheckedExplicit = 36, + CheckedIncrement = 30, + CheckedMultiply = 34, + CheckedSubtraction = 33, + CheckedUnaryNegation = 29, Constructor = 1, Decrement = 15, Division = 19, @@ -55,6 +63,7 @@ public enum MethodSpecialName : int { UnaryNegation = 9, UnaryPlus = 8, Unknown = -1, + UnsignedRightShift = 28, } public static class EventInfoExtensions { @@ -62,6 +71,7 @@ public static class EventInfoExtensions { public static IEnumerable GetMethods(this EventInfo ev) {} public static IEnumerable GetMethods(this EventInfo ev, bool nonPublic) {} public static bool IsOverride(this EventInfo ev) {} + public static bool IsReadOnly(this EventInfo ev) {} public static bool IsStatic(this EventInfo ev) {} } @@ -97,6 +107,7 @@ public static bool IsOverride(this MethodInfo m) {} public static bool IsPropertyAccessorMethod(this MethodInfo m) {} public static bool IsPropertyGetMethod(this MethodInfo m) {} public static bool IsPropertySetMethod(this MethodInfo m) {} + public static bool IsReadOnly(this MethodInfo m) {} public static bool TryGetEventFromAccessorMethod(this MethodInfo? accessor, out EventInfo? ev) {} public static bool TryGetPropertyFromAccessorMethod(this MethodInfo? accessor, out PropertyInfo? property) {} } @@ -109,6 +120,7 @@ public static bool IsReturnParameter(this ParameterInfo param) {} public static class PropertyInfoExtensions { public static FieldInfo? GetBackingField(this PropertyInfo property) {} + public static bool IsAccessorReadOnly(this PropertyInfo property) {} public static bool IsOverride(this PropertyInfo property) {} public static bool IsSetMethodInitOnly(this PropertyInfo property) {} public static bool IsStatic(this PropertyInfo property) {} @@ -139,5 +151,5 @@ public static class ICustomAttributeProviderExtensions { public static IList GetCustomAttributeDataList(this ICustomAttributeProvider attributeProvider) {} } } -// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.1.7.0. +// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.0.0. // Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating) diff --git a/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-net6.0.apilist.cs b/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-net6.0.apilist.cs index 7210cbcf8..0f27e64aa 100644 --- a/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-net6.0.apilist.cs +++ b/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-net6.0.apilist.cs @@ -1,7 +1,7 @@ -// Smdn.Fundamental.Reflection.dll (Smdn.Fundamental.Reflection-3.4.0) +// Smdn.Fundamental.Reflection.dll (Smdn.Fundamental.Reflection-3.5.0) // Name: Smdn.Fundamental.Reflection -// AssemblyVersion: 3.4.0.0 -// InformationalVersion: 3.4.0+d21bbefe0b9d2b7ce768d8d377418d43aafc7e9a +// AssemblyVersion: 3.5.0.0 +// InformationalVersion: 3.5.0+4c5047ad07bce4305c5e019010c8d404edb30d22 // TargetFramework: .NETCoreApp,Version=v6.0 // Configuration: Release // Referenced assemblies: @@ -31,6 +31,14 @@ public enum MethodSpecialName : int { Addition = 16, BitwiseAnd = 21, BitwiseOr = 22, + CheckedAddition = 32, + CheckedDecrement = 31, + CheckedDivision = 35, + CheckedExplicit = 36, + CheckedIncrement = 30, + CheckedMultiply = 34, + CheckedSubtraction = 33, + CheckedUnaryNegation = 29, Constructor = 1, Decrement = 15, Division = 19, @@ -57,6 +65,7 @@ public enum MethodSpecialName : int { UnaryNegation = 9, UnaryPlus = 8, Unknown = -1, + UnsignedRightShift = 28, } public static class EventInfoExtensions { @@ -64,6 +73,7 @@ public static class EventInfoExtensions { public static IEnumerable GetMethods(this EventInfo ev) {} public static IEnumerable GetMethods(this EventInfo ev, bool nonPublic) {} public static bool IsOverride(this EventInfo ev) {} + public static bool IsReadOnly(this EventInfo ev) {} public static bool IsStatic(this EventInfo ev) {} } @@ -99,6 +109,7 @@ public static bool IsOverride(this MethodInfo m) {} public static bool IsPropertyAccessorMethod(this MethodInfo m) {} public static bool IsPropertyGetMethod(this MethodInfo m) {} public static bool IsPropertySetMethod(this MethodInfo m) {} + public static bool IsReadOnly(this MethodInfo m) {} public static bool TryGetEventFromAccessorMethod(this MethodInfo? accessor, [NotNullWhen(true)] out EventInfo? ev) {} public static bool TryGetPropertyFromAccessorMethod(this MethodInfo? accessor, [NotNullWhen(true)] out PropertyInfo? property) {} } @@ -111,6 +122,7 @@ public static bool IsReturnParameter(this ParameterInfo param) {} public static class PropertyInfoExtensions { public static FieldInfo? GetBackingField(this PropertyInfo property) {} + public static bool IsAccessorReadOnly(this PropertyInfo property) {} public static bool IsOverride(this PropertyInfo property) {} public static bool IsSetMethodInitOnly(this PropertyInfo property) {} public static bool IsStatic(this PropertyInfo property) {} @@ -141,5 +153,5 @@ public static class ICustomAttributeProviderExtensions { public static IList GetCustomAttributeDataList(this ICustomAttributeProvider attributeProvider) {} } } -// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.1.7.0. +// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.0.0. // Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating) diff --git a/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-netstandard2.0.apilist.cs b/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-netstandard2.0.apilist.cs index d0fcca24c..e6643aea2 100644 --- a/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-netstandard2.0.apilist.cs +++ b/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-netstandard2.0.apilist.cs @@ -1,7 +1,7 @@ -// Smdn.Fundamental.Reflection.dll (Smdn.Fundamental.Reflection-3.4.0) +// Smdn.Fundamental.Reflection.dll (Smdn.Fundamental.Reflection-3.5.0) // Name: Smdn.Fundamental.Reflection -// AssemblyVersion: 3.4.0.0 -// InformationalVersion: 3.4.0+d21bbefe0b9d2b7ce768d8d377418d43aafc7e9a +// AssemblyVersion: 3.5.0.0 +// InformationalVersion: 3.5.0+4c5047ad07bce4305c5e019010c8d404edb30d22 // TargetFramework: .NETStandard,Version=v2.0 // Configuration: Release // Referenced assemblies: @@ -28,6 +28,14 @@ public enum MethodSpecialName : int { Addition = 16, BitwiseAnd = 21, BitwiseOr = 22, + CheckedAddition = 32, + CheckedDecrement = 31, + CheckedDivision = 35, + CheckedExplicit = 36, + CheckedIncrement = 30, + CheckedMultiply = 34, + CheckedSubtraction = 33, + CheckedUnaryNegation = 29, Constructor = 1, Decrement = 15, Division = 19, @@ -54,6 +62,7 @@ public enum MethodSpecialName : int { UnaryNegation = 9, UnaryPlus = 8, Unknown = -1, + UnsignedRightShift = 28, } public static class EventInfoExtensions { @@ -61,6 +70,7 @@ public static class EventInfoExtensions { public static IEnumerable GetMethods(this EventInfo ev) {} public static IEnumerable GetMethods(this EventInfo ev, bool nonPublic) {} public static bool IsOverride(this EventInfo ev) {} + public static bool IsReadOnly(this EventInfo ev) {} public static bool IsStatic(this EventInfo ev) {} } @@ -96,6 +106,7 @@ public static bool IsOverride(this MethodInfo m) {} public static bool IsPropertyAccessorMethod(this MethodInfo m) {} public static bool IsPropertyGetMethod(this MethodInfo m) {} public static bool IsPropertySetMethod(this MethodInfo m) {} + public static bool IsReadOnly(this MethodInfo m) {} public static bool TryGetEventFromAccessorMethod(this MethodInfo? accessor, out EventInfo? ev) {} public static bool TryGetPropertyFromAccessorMethod(this MethodInfo? accessor, out PropertyInfo? property) {} } @@ -108,6 +119,7 @@ public static bool IsReturnParameter(this ParameterInfo param) {} public static class PropertyInfoExtensions { public static FieldInfo? GetBackingField(this PropertyInfo property) {} + public static bool IsAccessorReadOnly(this PropertyInfo property) {} public static bool IsOverride(this PropertyInfo property) {} public static bool IsSetMethodInitOnly(this PropertyInfo property) {} public static bool IsStatic(this PropertyInfo property) {} @@ -138,5 +150,5 @@ public static class ICustomAttributeProviderExtensions { public static IList GetCustomAttributeDataList(this ICustomAttributeProvider attributeProvider) {} } } -// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.1.7.0. +// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.0.0. // Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating) diff --git a/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-netstandard2.1.apilist.cs b/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-netstandard2.1.apilist.cs index b9aa257e5..5c4a39579 100644 --- a/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-netstandard2.1.apilist.cs +++ b/doc/api-list/Smdn.Fundamental.Reflection/Smdn.Fundamental.Reflection-netstandard2.1.apilist.cs @@ -1,7 +1,7 @@ -// Smdn.Fundamental.Reflection.dll (Smdn.Fundamental.Reflection-3.4.0) +// Smdn.Fundamental.Reflection.dll (Smdn.Fundamental.Reflection-3.5.0) // Name: Smdn.Fundamental.Reflection -// AssemblyVersion: 3.4.0.0 -// InformationalVersion: 3.4.0+d21bbefe0b9d2b7ce768d8d377418d43aafc7e9a +// AssemblyVersion: 3.5.0.0 +// InformationalVersion: 3.5.0+4c5047ad07bce4305c5e019010c8d404edb30d22 // TargetFramework: .NETStandard,Version=v2.1 // Configuration: Release // Referenced assemblies: @@ -29,6 +29,14 @@ public enum MethodSpecialName : int { Addition = 16, BitwiseAnd = 21, BitwiseOr = 22, + CheckedAddition = 32, + CheckedDecrement = 31, + CheckedDivision = 35, + CheckedExplicit = 36, + CheckedIncrement = 30, + CheckedMultiply = 34, + CheckedSubtraction = 33, + CheckedUnaryNegation = 29, Constructor = 1, Decrement = 15, Division = 19, @@ -55,6 +63,7 @@ public enum MethodSpecialName : int { UnaryNegation = 9, UnaryPlus = 8, Unknown = -1, + UnsignedRightShift = 28, } public static class EventInfoExtensions { @@ -62,6 +71,7 @@ public static class EventInfoExtensions { public static IEnumerable GetMethods(this EventInfo ev) {} public static IEnumerable GetMethods(this EventInfo ev, bool nonPublic) {} public static bool IsOverride(this EventInfo ev) {} + public static bool IsReadOnly(this EventInfo ev) {} public static bool IsStatic(this EventInfo ev) {} } @@ -97,6 +107,7 @@ public static bool IsOverride(this MethodInfo m) {} public static bool IsPropertyAccessorMethod(this MethodInfo m) {} public static bool IsPropertyGetMethod(this MethodInfo m) {} public static bool IsPropertySetMethod(this MethodInfo m) {} + public static bool IsReadOnly(this MethodInfo m) {} public static bool TryGetEventFromAccessorMethod(this MethodInfo? accessor, [NotNullWhen(true)] out EventInfo? ev) {} public static bool TryGetPropertyFromAccessorMethod(this MethodInfo? accessor, [NotNullWhen(true)] out PropertyInfo? property) {} } @@ -109,6 +120,7 @@ public static bool IsReturnParameter(this ParameterInfo param) {} public static class PropertyInfoExtensions { public static FieldInfo? GetBackingField(this PropertyInfo property) {} + public static bool IsAccessorReadOnly(this PropertyInfo property) {} public static bool IsOverride(this PropertyInfo property) {} public static bool IsSetMethodInitOnly(this PropertyInfo property) {} public static bool IsStatic(this PropertyInfo property) {} @@ -139,5 +151,5 @@ public static class ICustomAttributeProviderExtensions { public static IList GetCustomAttributeDataList(this ICustomAttributeProvider attributeProvider) {} } } -// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.1.7.0. +// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.0.0. // Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)