|
46 | 46 | <Assembly Name="Microsoft.Extensions.Options" Version="6.0.0.0" /> |
47 | 47 | <Assembly Name="Microsoft.Extensions.Primitives" Version="6.0.0.0" /> |
48 | 48 | <Assembly Name="Microsoft.Extensions.WebEncoders" Version="6.0.0.0" /> |
49 | | - <Assembly Name="Microsoft.JSInterop" Version="6.0.0.0" /> |
50 | 49 | <Assembly Name="Microsoft.Win32.Registry.AccessControl" Version="6.0.0.0" /> |
51 | 50 | <Assembly Name="Microsoft.Win32.SystemEvents" Version="6.0.0.0" /> |
52 | 51 | <Assembly Name="System.CodeDom" Version="6.0.0.0" /> |
|
2818 | 2817 | <Member Id="P:Microsoft.Extensions.WebEncoders.WebEncoderOptions.TextEncoderSettings" /> |
2819 | 2818 | </Type> |
2820 | 2819 | </Namespace> |
2821 | | - <Namespace Name="Microsoft.JSInterop"> |
2822 | | - <Type Name="Microsoft.JSInterop.DotNetObjectReference" Id="T:Microsoft.JSInterop.DotNetObjectReference"> |
2823 | | - <Member Id="M:Microsoft.JSInterop.DotNetObjectReference.Create``1(``0)" /> |
2824 | | - </Type> |
2825 | | - <Type Name="Microsoft.JSInterop.DotNetObjectReference`1" Id="T:Microsoft.JSInterop.DotNetObjectReference`1"> |
2826 | | - <Member Id="M:Microsoft.JSInterop.DotNetObjectReference`1.Dispose" /> |
2827 | | - <Member Id="P:Microsoft.JSInterop.DotNetObjectReference`1.Value" /> |
2828 | | - </Type> |
2829 | | - <Type Name="Microsoft.JSInterop.DotNetStreamReference" Id="T:Microsoft.JSInterop.DotNetStreamReference"> |
2830 | | - <Member Id="M:Microsoft.JSInterop.DotNetStreamReference.#ctor(System.IO.Stream,System.Boolean)" /> |
2831 | | - <Member Id="M:Microsoft.JSInterop.DotNetStreamReference.Dispose" /> |
2832 | | - <Member Id="P:Microsoft.JSInterop.DotNetStreamReference.LeaveOpen" /> |
2833 | | - <Member Id="P:Microsoft.JSInterop.DotNetStreamReference.Stream" /> |
2834 | | - </Type> |
2835 | | - <Type Name="Microsoft.JSInterop.IJSInProcessObjectReference" Id="T:Microsoft.JSInterop.IJSInProcessObjectReference"> |
2836 | | - <Member Id="M:Microsoft.JSInterop.IJSInProcessObjectReference.Invoke``1(System.String,System.Object[])" /> |
2837 | | - </Type> |
2838 | | - <Type Name="Microsoft.JSInterop.IJSInProcessRuntime" Id="T:Microsoft.JSInterop.IJSInProcessRuntime"> |
2839 | | - <Member Id="M:Microsoft.JSInterop.IJSInProcessRuntime.Invoke``1(System.String,System.Object[])" /> |
2840 | | - </Type> |
2841 | | - <Type Name="Microsoft.JSInterop.IJSObjectReference" Id="T:Microsoft.JSInterop.IJSObjectReference"> |
2842 | | - <Member Id="M:Microsoft.JSInterop.IJSObjectReference.InvokeAsync``1(System.String,System.Object[])" /> |
2843 | | - <Member Id="M:Microsoft.JSInterop.IJSObjectReference.InvokeAsync``1(System.String,System.Threading.CancellationToken,System.Object[])" /> |
2844 | | - </Type> |
2845 | | - <Type Name="Microsoft.JSInterop.IJSRuntime" Id="T:Microsoft.JSInterop.IJSRuntime"> |
2846 | | - <Member Id="M:Microsoft.JSInterop.IJSRuntime.InvokeAsync``1(System.String,System.Object[])" /> |
2847 | | - <Member Id="M:Microsoft.JSInterop.IJSRuntime.InvokeAsync``1(System.String,System.Threading.CancellationToken,System.Object[])" /> |
2848 | | - </Type> |
2849 | | - <Type Name="Microsoft.JSInterop.IJSStreamReference" Id="T:Microsoft.JSInterop.IJSStreamReference"> |
2850 | | - <Member Id="M:Microsoft.JSInterop.IJSStreamReference.OpenReadStreamAsync(System.Int64,System.Threading.CancellationToken)" /> |
2851 | | - <Member Id="P:Microsoft.JSInterop.IJSStreamReference.Length" /> |
2852 | | - </Type> |
2853 | | - <Type Name="Microsoft.JSInterop.IJSUnmarshalledObjectReference" Id="T:Microsoft.JSInterop.IJSUnmarshalledObjectReference"> |
2854 | | - <Member Id="M:Microsoft.JSInterop.IJSUnmarshalledObjectReference.InvokeUnmarshalled``1(System.String)" /> |
2855 | | - <Member Id="M:Microsoft.JSInterop.IJSUnmarshalledObjectReference.InvokeUnmarshalled``2(System.String,``0)" /> |
2856 | | - <Member Id="M:Microsoft.JSInterop.IJSUnmarshalledObjectReference.InvokeUnmarshalled``3(System.String,``0,``1)" /> |
2857 | | - <Member Id="M:Microsoft.JSInterop.IJSUnmarshalledObjectReference.InvokeUnmarshalled``4(System.String,``0,``1,``2)" /> |
2858 | | - </Type> |
2859 | | - <Type Name="Microsoft.JSInterop.IJSUnmarshalledRuntime" Id="T:Microsoft.JSInterop.IJSUnmarshalledRuntime"> |
2860 | | - <Member Id="M:Microsoft.JSInterop.IJSUnmarshalledRuntime.InvokeUnmarshalled``1(System.String)" /> |
2861 | | - <Member Id="M:Microsoft.JSInterop.IJSUnmarshalledRuntime.InvokeUnmarshalled``2(System.String,``0)" /> |
2862 | | - <Member Id="M:Microsoft.JSInterop.IJSUnmarshalledRuntime.InvokeUnmarshalled``3(System.String,``0,``1)" /> |
2863 | | - <Member Id="M:Microsoft.JSInterop.IJSUnmarshalledRuntime.InvokeUnmarshalled``4(System.String,``0,``1,``2)" /> |
2864 | | - </Type> |
2865 | | - <Type Name="Microsoft.JSInterop.JSCallResultType" Id="T:Microsoft.JSInterop.JSCallResultType"> |
2866 | | - <Member Id="F:Microsoft.JSInterop.JSCallResultType.Default" /> |
2867 | | - <Member Id="F:Microsoft.JSInterop.JSCallResultType.JSObjectReference" /> |
2868 | | - <Member Id="F:Microsoft.JSInterop.JSCallResultType.JSStreamReference" /> |
2869 | | - <Member Id="F:Microsoft.JSInterop.JSCallResultType.JSVoidResult" /> |
2870 | | - </Type> |
2871 | | - <Type Name="Microsoft.JSInterop.JSDisconnectedException" Id="T:Microsoft.JSInterop.JSDisconnectedException"> |
2872 | | - <Member Id="M:Microsoft.JSInterop.JSDisconnectedException.#ctor(System.String)" /> |
2873 | | - </Type> |
2874 | | - <Type Name="Microsoft.JSInterop.JSException" Id="T:Microsoft.JSInterop.JSException"> |
2875 | | - <Member Id="M:Microsoft.JSInterop.JSException.#ctor(System.String)" /> |
2876 | | - <Member Id="M:Microsoft.JSInterop.JSException.#ctor(System.String,System.Exception)" /> |
2877 | | - </Type> |
2878 | | - <Type Name="Microsoft.JSInterop.JSInProcessObjectReferenceExtensions" Id="T:Microsoft.JSInterop.JSInProcessObjectReferenceExtensions"> |
2879 | | - <Member Id="M:Microsoft.JSInterop.JSInProcessObjectReferenceExtensions.InvokeVoid(Microsoft.JSInterop.IJSInProcessObjectReference,System.String,System.Object[])" /> |
2880 | | - </Type> |
2881 | | - <Type Name="Microsoft.JSInterop.JSInProcessRuntime" Id="T:Microsoft.JSInterop.JSInProcessRuntime"> |
2882 | | - <Member Id="M:Microsoft.JSInterop.JSInProcessRuntime.#ctor" /> |
2883 | | - <Member Id="M:Microsoft.JSInterop.JSInProcessRuntime.Invoke``1(System.String,System.Object[])" /> |
2884 | | - <Member Id="M:Microsoft.JSInterop.JSInProcessRuntime.InvokeJS(System.String,System.String)" /> |
2885 | | - <Member Id="M:Microsoft.JSInterop.JSInProcessRuntime.InvokeJS(System.String,System.String,Microsoft.JSInterop.JSCallResultType,System.Int64)" /> |
2886 | | - </Type> |
2887 | | - <Type Name="Microsoft.JSInterop.JSInProcessRuntimeExtensions" Id="T:Microsoft.JSInterop.JSInProcessRuntimeExtensions"> |
2888 | | - <Member Id="M:Microsoft.JSInterop.JSInProcessRuntimeExtensions.InvokeVoid(Microsoft.JSInterop.IJSInProcessRuntime,System.String,System.Object[])" /> |
2889 | | - </Type> |
2890 | | - <Type Name="Microsoft.JSInterop.JSInvokableAttribute" Id="T:Microsoft.JSInterop.JSInvokableAttribute"> |
2891 | | - <Member Id="M:Microsoft.JSInterop.JSInvokableAttribute.#ctor" /> |
2892 | | - <Member Id="M:Microsoft.JSInterop.JSInvokableAttribute.#ctor(System.String)" /> |
2893 | | - <Member Id="P:Microsoft.JSInterop.JSInvokableAttribute.Identifier" /> |
2894 | | - </Type> |
2895 | | - <Type Name="Microsoft.JSInterop.JSObjectReferenceExtensions" Id="T:Microsoft.JSInterop.JSObjectReferenceExtensions"> |
2896 | | - <Member Id="M:Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeAsync``1(Microsoft.JSInterop.IJSObjectReference,System.String,System.Object[])" /> |
2897 | | - <Member Id="M:Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeAsync``1(Microsoft.JSInterop.IJSObjectReference,System.String,System.Threading.CancellationToken,System.Object[])" /> |
2898 | | - <Member Id="M:Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeAsync``1(Microsoft.JSInterop.IJSObjectReference,System.String,System.TimeSpan,System.Object[])" /> |
2899 | | - <Member Id="M:Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeVoidAsync(Microsoft.JSInterop.IJSObjectReference,System.String,System.Object[])" /> |
2900 | | - <Member Id="M:Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeVoidAsync(Microsoft.JSInterop.IJSObjectReference,System.String,System.Threading.CancellationToken,System.Object[])" /> |
2901 | | - <Member Id="M:Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeVoidAsync(Microsoft.JSInterop.IJSObjectReference,System.String,System.TimeSpan,System.Object[])" /> |
2902 | | - </Type> |
2903 | | - <Type Name="Microsoft.JSInterop.JSRuntime" Id="T:Microsoft.JSInterop.JSRuntime"> |
2904 | | - <Member Id="M:Microsoft.JSInterop.JSRuntime.#ctor" /> |
2905 | | - <Member Id="M:Microsoft.JSInterop.JSRuntime.BeginInvokeJS(System.Int64,System.String,System.String)" /> |
2906 | | - <Member Id="M:Microsoft.JSInterop.JSRuntime.BeginInvokeJS(System.Int64,System.String,System.String,Microsoft.JSInterop.JSCallResultType,System.Int64)" /> |
2907 | | - <Member Id="M:Microsoft.JSInterop.JSRuntime.Dispose" /> |
2908 | | - <Member Id="M:Microsoft.JSInterop.JSRuntime.EndInvokeDotNet(Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo,Microsoft.JSInterop.Infrastructure.DotNetInvocationResult@|System.Runtime.InteropServices.InAttribute)" /> |
2909 | | - <Member Id="M:Microsoft.JSInterop.JSRuntime.InvokeAsync``1(System.String,System.Object[])" /> |
2910 | | - <Member Id="M:Microsoft.JSInterop.JSRuntime.InvokeAsync``1(System.String,System.Threading.CancellationToken,System.Object[])" /> |
2911 | | - <Member Id="M:Microsoft.JSInterop.JSRuntime.ReadJSDataAsStreamAsync(Microsoft.JSInterop.IJSStreamReference,System.Int64,System.Threading.CancellationToken)" /> |
2912 | | - <Member Id="M:Microsoft.JSInterop.JSRuntime.ReceiveByteArray(System.Int32,System.Byte[])" /> |
2913 | | - <Member Id="M:Microsoft.JSInterop.JSRuntime.SendByteArray(System.Int32,System.Byte[])" /> |
2914 | | - <Member Id="M:Microsoft.JSInterop.JSRuntime.TransmitStreamAsync(System.Int64,Microsoft.JSInterop.DotNetStreamReference)" /> |
2915 | | - <Member Id="P:Microsoft.JSInterop.JSRuntime.DefaultAsyncTimeout" /> |
2916 | | - <Member Id="P:Microsoft.JSInterop.JSRuntime.JsonSerializerOptions" /> |
2917 | | - </Type> |
2918 | | - <Type Name="Microsoft.JSInterop.JSRuntimeExtensions" Id="T:Microsoft.JSInterop.JSRuntimeExtensions"> |
2919 | | - <Member Id="M:Microsoft.JSInterop.JSRuntimeExtensions.InvokeAsync``1(Microsoft.JSInterop.IJSRuntime,System.String,System.Object[])" /> |
2920 | | - <Member Id="M:Microsoft.JSInterop.JSRuntimeExtensions.InvokeAsync``1(Microsoft.JSInterop.IJSRuntime,System.String,System.Threading.CancellationToken,System.Object[])" /> |
2921 | | - <Member Id="M:Microsoft.JSInterop.JSRuntimeExtensions.InvokeAsync``1(Microsoft.JSInterop.IJSRuntime,System.String,System.TimeSpan,System.Object[])" /> |
2922 | | - <Member Id="M:Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(Microsoft.JSInterop.IJSRuntime,System.String,System.Object[])" /> |
2923 | | - <Member Id="M:Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(Microsoft.JSInterop.IJSRuntime,System.String,System.Threading.CancellationToken,System.Object[])" /> |
2924 | | - <Member Id="M:Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(Microsoft.JSInterop.IJSRuntime,System.String,System.TimeSpan,System.Object[])" /> |
2925 | | - </Type> |
2926 | | - </Namespace> |
2927 | | - <Namespace Name="Microsoft.JSInterop.Implementation"> |
2928 | | - <Type Name="Microsoft.JSInterop.Implementation.JSInProcessObjectReference" Id="T:Microsoft.JSInterop.Implementation.JSInProcessObjectReference"> |
2929 | | - <Member Id="M:Microsoft.JSInterop.Implementation.JSInProcessObjectReference.#ctor(Microsoft.JSInterop.JSInProcessRuntime,System.Int64)" /> |
2930 | | - <Member Id="M:Microsoft.JSInterop.Implementation.JSInProcessObjectReference.Dispose" /> |
2931 | | - <Member Id="M:Microsoft.JSInterop.Implementation.JSInProcessObjectReference.Invoke``1(System.String,System.Object[])" /> |
2932 | | - </Type> |
2933 | | - <Type Name="Microsoft.JSInterop.Implementation.JSObjectReference" Id="T:Microsoft.JSInterop.Implementation.JSObjectReference"> |
2934 | | - <Member Id="M:Microsoft.JSInterop.Implementation.JSObjectReference.#ctor(Microsoft.JSInterop.JSRuntime,System.Int64)" /> |
2935 | | - <Member Id="M:Microsoft.JSInterop.Implementation.JSObjectReference.DisposeAsync" /> |
2936 | | - <Member Id="M:Microsoft.JSInterop.Implementation.JSObjectReference.InvokeAsync``1(System.String,System.Object[])" /> |
2937 | | - <Member Id="M:Microsoft.JSInterop.Implementation.JSObjectReference.InvokeAsync``1(System.String,System.Threading.CancellationToken,System.Object[])" /> |
2938 | | - <Member Id="M:Microsoft.JSInterop.Implementation.JSObjectReference.ThrowIfDisposed" /> |
2939 | | - <Member Id="P:Microsoft.JSInterop.Implementation.JSObjectReference.Id" /> |
2940 | | - </Type> |
2941 | | - <Type Name="Microsoft.JSInterop.Implementation.JSObjectReferenceJsonWorker" Id="T:Microsoft.JSInterop.Implementation.JSObjectReferenceJsonWorker"> |
2942 | | - <Member Id="M:Microsoft.JSInterop.Implementation.JSObjectReferenceJsonWorker.ReadJSObjectReferenceIdentifier(System.Text.Json.Utf8JsonReader@)" /> |
2943 | | - <Member Id="M:Microsoft.JSInterop.Implementation.JSObjectReferenceJsonWorker.WriteJSObjectReference(System.Text.Json.Utf8JsonWriter,Microsoft.JSInterop.Implementation.JSObjectReference)" /> |
2944 | | - </Type> |
2945 | | - <Type Name="Microsoft.JSInterop.Implementation.JSStreamReference" Id="T:Microsoft.JSInterop.Implementation.JSStreamReference"> |
2946 | | - <Member Id="M:Microsoft.JSInterop.Implementation.JSStreamReference.Microsoft#JSInterop#IJSStreamReference#OpenReadStreamAsync(System.Int64,System.Threading.CancellationToken)" /> |
2947 | | - <Member Id="P:Microsoft.JSInterop.Implementation.JSStreamReference.Length" /> |
2948 | | - </Type> |
2949 | | - </Namespace> |
2950 | | - <Namespace Name="Microsoft.JSInterop.Infrastructure"> |
2951 | | - <Type Name="Microsoft.JSInterop.Infrastructure.DotNetDispatcher" Id="T:Microsoft.JSInterop.Infrastructure.DotNetDispatcher"> |
2952 | | - <Member Id="M:Microsoft.JSInterop.Infrastructure.DotNetDispatcher.BeginInvokeDotNet(Microsoft.JSInterop.JSRuntime,Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo,System.String)" /> |
2953 | | - <Member Id="M:Microsoft.JSInterop.Infrastructure.DotNetDispatcher.EndInvokeJS(Microsoft.JSInterop.JSRuntime,System.String)" /> |
2954 | | - <Member Id="M:Microsoft.JSInterop.Infrastructure.DotNetDispatcher.Invoke(Microsoft.JSInterop.JSRuntime,Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo@,System.String)" /> |
2955 | | - <Member Id="M:Microsoft.JSInterop.Infrastructure.DotNetDispatcher.ReceiveByteArray(Microsoft.JSInterop.JSRuntime,System.Int32,System.Byte[])" /> |
2956 | | - </Type> |
2957 | | - <Type Name="Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo" Id="T:Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo"> |
2958 | | - <Member Id="M:Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo.#ctor(System.String,System.String,System.Int64,System.String)" /> |
2959 | | - <Member Id="P:Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo.AssemblyName" /> |
2960 | | - <Member Id="P:Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo.CallId" /> |
2961 | | - <Member Id="P:Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo.DotNetObjectId" /> |
2962 | | - <Member Id="P:Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo.MethodIdentifier" /> |
2963 | | - </Type> |
2964 | | - <Type Name="Microsoft.JSInterop.Infrastructure.DotNetInvocationResult" Id="T:Microsoft.JSInterop.Infrastructure.DotNetInvocationResult"> |
2965 | | - <Member Id="P:Microsoft.JSInterop.Infrastructure.DotNetInvocationResult.ErrorKind" /> |
2966 | | - <Member Id="P:Microsoft.JSInterop.Infrastructure.DotNetInvocationResult.Exception" /> |
2967 | | - <Member Id="P:Microsoft.JSInterop.Infrastructure.DotNetInvocationResult.ResultJson" /> |
2968 | | - <Member Id="P:Microsoft.JSInterop.Infrastructure.DotNetInvocationResult.Success" /> |
2969 | | - </Type> |
2970 | | - <Type Name="Microsoft.JSInterop.Infrastructure.IJSVoidResult" Id="T:Microsoft.JSInterop.Infrastructure.IJSVoidResult" /> |
2971 | | - </Namespace> |
2972 | 2820 | <Namespace Name="Microsoft.SqlServer.Server"> |
2973 | 2821 | <Type Name="Microsoft.SqlServer.Server.DataAccessKind" Id="T:Microsoft.SqlServer.Server.DataAccessKind"> |
2974 | 2822 | <Member Id="F:Microsoft.SqlServer.Server.DataAccessKind.None" /> |
|
0 commit comments