@tsonic/dotnet 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -0
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic/bindings.json +635 -68
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
- package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -3
- package/Microsoft.Win32/bindings.json +107 -24
- package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +123 -18
- package/System/bindings.json +11622 -2308
- package/System/internal/index.d.ts +165 -15
- package/System.Buffers/bindings.json +371 -62
- package/System.Buffers/internal/index.d.ts +25 -13
- package/System.Buffers.Binary/bindings.json +126 -0
- package/System.Buffers.Text/bindings.json +67 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +1 -1
- package/System.Buffers.d.ts +1 -1
- package/System.CodeDom.Compiler/bindings.json +142 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -3
- package/System.CodeDom.Compiler.d.ts +1 -1
- package/System.Collections/bindings.json +1094 -69
- package/System.Collections/internal/index.d.ts +41 -3
- package/System.Collections.Concurrent/bindings.json +353 -90
- package/System.Collections.Concurrent/internal/index.d.ts +9 -2
- package/System.Collections.Frozen/bindings.json +158 -48
- package/System.Collections.Generic/bindings.json +1910 -634
- package/System.Collections.Generic/internal/index.d.ts +24 -9
- package/System.Collections.Immutable/bindings.json +1321 -292
- package/System.Collections.ObjectModel/bindings.json +1123 -199
- package/System.Collections.ObjectModel/internal/index.d.ts +46 -7
- package/System.Collections.ObjectModel.d.ts +3 -3
- package/System.Collections.Specialized/bindings.json +763 -58
- package/System.Collections.Specialized/internal/index.d.ts +15 -1
- package/System.ComponentModel/bindings.json +3590 -166
- package/System.ComponentModel/internal/index.d.ts +173 -27
- package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +152 -43
- package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.d.ts +2 -2
- package/System.ComponentModel.Design/bindings.json +714 -40
- package/System.ComponentModel.Design/internal/index.d.ts +43 -12
- package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -4
- package/System.ComponentModel.Design.d.ts +1 -1
- package/System.ComponentModel.d.ts +2 -2
- package/System.Configuration.Assemblies/bindings.json +19 -8
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +1 -1
- package/System.Data/bindings.json +3325 -302
- package/System.Data/internal/index.d.ts +145 -24
- package/System.Data.Common/bindings.json +3047 -241
- package/System.Data.Common/internal/index.d.ts +228 -55
- package/System.Data.Common.d.ts +3 -3
- package/System.Data.SqlTypes/bindings.json +754 -71
- package/System.Data.SqlTypes/internal/index.d.ts +1 -0
- package/System.Data.d.ts +3 -3
- package/System.Diagnostics/bindings.json +1737 -130
- package/System.Diagnostics/internal/index.d.ts +121 -41
- package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +1 -1
- package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
- package/System.Diagnostics.Contracts/bindings.json +68 -4
- package/System.Diagnostics.Metrics/bindings.json +565 -55
- package/System.Diagnostics.Metrics/internal/index.d.ts +49 -12
- package/System.Diagnostics.SymbolStore/bindings.json +106 -4
- package/System.Diagnostics.Tracing/bindings.json +979 -160
- package/System.Diagnostics.Tracing/internal/index.d.ts +37 -17
- package/System.Diagnostics.d.ts +2 -2
- package/System.Drawing/bindings.json +611 -4
- package/System.Drawing/internal/index.d.ts +1 -1
- package/System.Drawing.d.ts +1 -1
- package/System.Dynamic/bindings.json +346 -24
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/bindings.json +229 -12
- package/System.Formats.Asn1/internal/index.d.ts +1 -0
- package/System.Formats.Tar/bindings.json +120 -16
- package/System.Globalization/bindings.json +1088 -53
- package/System.Globalization/internal/index.d.ts +44 -7
- package/System.IO/bindings.json +2163 -110
- package/System.IO/internal/index.d.ts +119 -27
- package/System.IO.Compression/bindings.json +466 -38
- package/System.IO.Compression/internal/index.d.ts +36 -9
- package/System.IO.Compression.d.ts +2 -2
- package/System.IO.Enumeration/bindings.json +221 -22
- package/System.IO.Enumeration/internal/index.d.ts +15 -4
- package/System.IO.IsolatedStorage/bindings.json +250 -11
- package/System.IO.IsolatedStorage/internal/index.d.ts +18 -5
- package/System.IO.IsolatedStorage.d.ts +2 -2
- package/System.IO.MemoryMappedFiles/bindings.json +138 -16
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -8
- package/System.IO.MemoryMappedFiles.d.ts +4 -3
- package/System.IO.Pipelines/bindings.json +147 -3
- package/System.IO.Pipelines/internal/index.d.ts +15 -2
- package/System.IO.Pipes/bindings.json +889 -54
- package/System.IO.Pipes/internal/index.d.ts +64 -23
- package/System.IO.Pipes.d.ts +4 -3
- package/System.IO.d.ts +2 -2
- package/System.Linq/bindings.json +944 -79
- package/System.Linq.Expressions/bindings.json +1998 -57
- package/System.Linq.Expressions/internal/index.d.ts +207 -29
- package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
- package/System.Linq.Expressions.Interpreter.d.ts +1 -1
- package/System.Linq.Expressions.d.ts +1 -1
- package/System.Net/bindings.json +2083 -248
- package/System.Net/internal/index.d.ts +102 -40
- package/System.Net.Cache/bindings.json +53 -12
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +1 -1
- package/System.Net.Http/bindings.json +2104 -105
- package/System.Net.Http/internal/index.d.ts +174 -31
- package/System.Net.Http.Headers/bindings.json +456 -24
- package/System.Net.Http.Headers/internal/index.d.ts +8 -2
- package/System.Net.Http.Json/bindings.json +171 -0
- package/System.Net.Http.Json/internal/index.d.ts +14 -2
- package/System.Net.Http.Metrics/bindings.json +5 -0
- package/System.Net.Mail/bindings.json +1127 -101
- package/System.Net.Mail/internal/index.d.ts +87 -16
- package/System.Net.Mime/bindings.json +82 -4
- package/System.Net.Mime/internal/index.d.ts +1 -1
- package/System.Net.Mime.d.ts +1 -1
- package/System.Net.NetworkInformation/bindings.json +857 -61
- package/System.Net.NetworkInformation/internal/index.d.ts +27 -5
- package/System.Net.NetworkInformation.d.ts +2 -2
- package/System.Net.Quic/bindings.json +157 -16
- package/System.Net.Quic/internal/index.d.ts +8 -3
- package/System.Net.Quic.d.ts +2 -2
- package/System.Net.Security/bindings.json +798 -37
- package/System.Net.Security/internal/index.d.ts +22 -5
- package/System.Net.Security.d.ts +2 -2
- package/System.Net.ServerSentEvents/bindings.json +31 -13
- package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
- package/System.Net.Sockets/bindings.json +1157 -78
- package/System.Net.Sockets/internal/index.d.ts +53 -21
- package/System.Net.Sockets.d.ts +2 -2
- package/System.Net.WebSockets/bindings.json +311 -26
- package/System.Net.WebSockets/internal/index.d.ts +12 -3
- package/System.Net.WebSockets.d.ts +2 -2
- package/System.Net.d.ts +2 -2
- package/System.Numerics/bindings.json +3546 -957
- package/System.Reflection/bindings.json +1913 -132
- package/System.Reflection/internal/index.d.ts +49 -5
- package/System.Reflection.Emit/bindings.json +2509 -57
- package/System.Reflection.Emit/internal/index.d.ts +158 -15
- package/System.Reflection.Emit.d.ts +1 -1
- package/System.Reflection.Metadata/bindings.json +1936 -231
- package/System.Reflection.Metadata/internal/index.d.ts +8 -1
- package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
- package/System.Reflection.PortableExecutable/bindings.json +583 -39
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -3
- package/System.Resources/bindings.json +323 -17
- package/System.Resources/internal/index.d.ts +21 -5
- package/System.Resources.d.ts +1 -1
- package/System.Runtime/bindings.json +65 -8
- package/System.Runtime/internal/index.d.ts +6 -1
- package/System.Runtime.CompilerServices/bindings.json +718 -139
- package/System.Runtime.CompilerServices/internal/index.d.ts +3 -0
- package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +8 -2
- package/System.Runtime.ConstrainedExecution.d.ts +1 -1
- package/System.Runtime.ExceptionServices/bindings.json +11 -0
- package/System.Runtime.InteropServices/bindings.json +1858 -265
- package/System.Runtime.InteropServices/internal/index.d.ts +51 -11
- package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
- package/System.Runtime.InteropServices.Java/bindings.json +12 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
- package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +22 -4
- package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
- package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
- package/System.Runtime.InteropServices.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +1296 -40
- package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
- package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
- package/System.Runtime.Loader/bindings.json +130 -0
- package/System.Runtime.Loader/internal/index.d.ts +10 -1
- package/System.Runtime.Remoting/bindings.json +2 -0
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Remoting.d.ts +1 -1
- package/System.Runtime.Serialization/bindings.json +920 -17
- package/System.Runtime.Serialization/internal/index.d.ts +36 -5
- package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -19
- package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
- package/System.Runtime.Serialization.Formatters.d.ts +1 -1
- package/System.Runtime.Serialization.Json/bindings.json +56 -0
- package/System.Runtime.Serialization.d.ts +2 -2
- package/System.Runtime.Versioning/bindings.json +62 -8
- package/System.Runtime.Versioning/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +1 -1
- package/System.Security/bindings.json +265 -12
- package/System.Security/internal/index.d.ts +12 -1
- package/System.Security.AccessControl/bindings.json +4082 -797
- package/System.Security.AccessControl/internal/index.d.ts +131 -72
- package/System.Security.AccessControl.d.ts +2 -1
- package/System.Security.Authentication/bindings.json +80 -16
- package/System.Security.Authentication/internal/index.d.ts +2 -0
- package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
- package/System.Security.Claims/bindings.json +436 -0
- package/System.Security.Claims/internal/index.d.ts +34 -4
- package/System.Security.Claims.d.ts +2 -1
- package/System.Security.Cryptography/bindings.json +11592 -237
- package/System.Security.Cryptography/internal/index.d.ts +822 -102
- package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +36 -9
- package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
- package/System.Security.Cryptography.d.ts +2 -2
- package/System.Security.Permissions/bindings.json +88 -14
- package/System.Security.Permissions/internal/index.d.ts +3 -1
- package/System.Security.Permissions.d.ts +1 -1
- package/System.Security.Policy/bindings.json +42 -1
- package/System.Security.Policy/internal/index.d.ts +1 -0
- package/System.Security.Principal/bindings.json +355 -28
- package/System.Security.Principal/internal/index.d.ts +11 -3
- package/System.Security.Principal.d.ts +1 -1
- package/System.Text/bindings.json +800 -31
- package/System.Text/internal/index.d.ts +10 -1
- package/System.Text.Encodings.Web/bindings.json +87 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -0
- package/System.Text.Json/bindings.json +574 -49
- package/System.Text.Json/internal/index.d.ts +12 -10
- package/System.Text.Json.Nodes/bindings.json +152 -19
- package/System.Text.Json.Nodes/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema/bindings.json +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +1 -1
- package/System.Text.Json.Serialization/bindings.json +295 -54
- package/System.Text.Json.Serialization/internal/index.d.ts +13 -1
- package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +7 -4
- package/System.Text.RegularExpressions/bindings.json +1319 -103
- package/System.Text.RegularExpressions/internal/index.d.ts +25 -5
- package/System.Text.RegularExpressions.d.ts +1 -1
- package/System.Text.Unicode/bindings.json +185 -0
- package/System.Text.Unicode/internal/index.d.ts +1 -1
- package/System.Text.Unicode.d.ts +1 -1
- package/System.Threading/bindings.json +1270 -64
- package/System.Threading/internal/index.d.ts +104 -36
- package/System.Threading.Channels/bindings.json +143 -29
- package/System.Threading.Channels/internal/index.d.ts +8 -2
- package/System.Threading.Tasks/bindings.json +719 -29
- package/System.Threading.Tasks/internal/index.d.ts +25 -4
- package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
- package/System.Threading.Tasks.Sources/bindings.json +34 -11
- package/System.Timers/bindings.json +50 -4
- package/System.Timers/internal/index.d.ts +9 -4
- package/System.Timers.d.ts +2 -2
- package/System.Transactions/bindings.json +269 -32
- package/System.Transactions/internal/index.d.ts +5 -0
- package/System.Web/bindings.json +32 -0
- package/System.Windows.Input/bindings.json +3 -0
- package/System.Windows.Markup/bindings.json +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +1 -1
- package/System.Xml/bindings.json +2447 -210
- package/System.Xml/internal/index.d.ts +100 -30
- package/System.Xml.Linq/bindings.json +361 -24
- package/System.Xml.Resolvers/bindings.json +26 -4
- package/System.Xml.Schema/bindings.json +830 -56
- package/System.Xml.Schema/internal/index.d.ts +20 -1
- package/System.Xml.Serialization/bindings.json +4421 -149
- package/System.Xml.Serialization/internal/index.d.ts +74 -8
- package/System.Xml.Serialization.d.ts +4 -4
- package/System.Xml.XPath/bindings.json +287 -35
- package/System.Xml.XPath/internal/index.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +174 -8
- package/System.Xml.Xsl/internal/index.d.ts +8 -2
- package/System.Xml.Xsl.Runtime/bindings.json +613 -58
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +19 -3
- package/System.Xml.Xsl.d.ts +1 -1
- package/System.d.ts +1 -1
- package/package.json +1 -1
|
@@ -174,6 +174,7 @@ export interface ComponentSerializationService$instance {
|
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
export const ComponentSerializationService: {
|
|
177
|
+
new(): ComponentSerializationService;
|
|
177
178
|
};
|
|
178
179
|
|
|
179
180
|
|
|
@@ -218,6 +219,7 @@ export interface DesignerLoader$instance {
|
|
|
218
219
|
|
|
219
220
|
|
|
220
221
|
export const DesignerLoader: {
|
|
222
|
+
new(): DesignerLoader;
|
|
221
223
|
};
|
|
222
224
|
|
|
223
225
|
|
|
@@ -255,7 +257,13 @@ export const InstanceDescriptor: {
|
|
|
255
257
|
|
|
256
258
|
export type InstanceDescriptor = InstanceDescriptor$instance;
|
|
257
259
|
|
|
258
|
-
export
|
|
260
|
+
export abstract class MemberRelationshipService$protected {
|
|
261
|
+
protected GetRelationship(source: MemberRelationship): MemberRelationship;
|
|
262
|
+
protected SetRelationship(source: MemberRelationship, relationship: MemberRelationship): void;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
export interface MemberRelationshipService$instance extends MemberRelationshipService$protected {
|
|
259
267
|
get_Item(source: MemberRelationship): MemberRelationship;
|
|
260
268
|
get_Item(sourceOwner: unknown, sourceMember: MemberDescriptor): MemberRelationship;
|
|
261
269
|
set_Item(source: MemberRelationship, value: MemberRelationship): void;
|
|
@@ -265,6 +273,7 @@ export interface MemberRelationshipService$instance {
|
|
|
265
273
|
|
|
266
274
|
|
|
267
275
|
export const MemberRelationshipService: {
|
|
276
|
+
new(): MemberRelationshipService;
|
|
268
277
|
};
|
|
269
278
|
|
|
270
279
|
|
|
@@ -300,7 +309,12 @@ export const RootDesignerSerializerAttribute: {
|
|
|
300
309
|
|
|
301
310
|
export type RootDesignerSerializerAttribute = RootDesignerSerializerAttribute$instance;
|
|
302
311
|
|
|
303
|
-
export
|
|
312
|
+
export abstract class SerializationStore$protected {
|
|
313
|
+
protected Dispose(disposing: boolean): void;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
export interface SerializationStore$instance extends SerializationStore$protected {
|
|
304
318
|
readonly Errors: ICollection;
|
|
305
319
|
Close(): void;
|
|
306
320
|
Save(stream: Stream): void;
|
|
@@ -308,6 +322,7 @@ export interface SerializationStore$instance {
|
|
|
308
322
|
|
|
309
323
|
|
|
310
324
|
export const SerializationStore: {
|
|
325
|
+
new(): SerializationStore;
|
|
311
326
|
};
|
|
312
327
|
|
|
313
328
|
|
|
@@ -315,8 +330,6 @@ export interface __SerializationStore$views {
|
|
|
315
330
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
316
331
|
}
|
|
317
332
|
|
|
318
|
-
export interface SerializationStore$instance extends System_Internal.IDisposable$instance {}
|
|
319
|
-
|
|
320
333
|
export type SerializationStore = SerializationStore$instance & __SerializationStore$views;
|
|
321
334
|
|
|
322
335
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import * as Internal from './System.ComponentModel.Design/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { CollectionBase, ICollection, IDictionary, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
9
|
+
import type { ArrayList, CollectionBase, ICollection, IDictionary, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
10
10
|
import type { EventDescriptor, EventDescriptorCollection, IComponent, IContainer, IExtenderProvider, InheritanceAttribute, LicenseContext, LicenseUsageMode, MemberDescriptor, PropertyDescriptor, PropertyDescriptorCollection, TypeDescriptionProvider } from './System.ComponentModel/internal/index.js';
|
|
11
11
|
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
12
12
|
import type { Stream } from './System.IO/internal/index.js';
|
|
@@ -8,12 +8,12 @@ import * as Internal from './System.ComponentModel/internal/index.js';
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
10
|
import type { Collection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
11
|
-
import type { Hashtable, ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { ArrayList, Hashtable, ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
|
|
12
12
|
import type { IDesigner } from './System.ComponentModel.Design/internal/index.js';
|
|
13
13
|
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
14
14
|
import type { UnmanagedMemoryStream } from './System.IO/internal/index.js';
|
|
15
15
|
import type { Assembly, MethodBase, MethodInfo, Module } from './System.Reflection/internal/index.js';
|
|
16
|
-
import type { ResourceManager, ResourceSet } from './System.Resources/internal/index.js';
|
|
16
|
+
import type { ResourceManager, ResourceSet, UltimateResourceFallbackLocation } from './System.Resources/internal/index.js';
|
|
17
17
|
import type { ExternalException } from './System.Runtime.InteropServices/internal/index.js';
|
|
18
18
|
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
19
19
|
import type { SendOrPostCallback, SynchronizationContext } from './System.Threading/internal/index.js';
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"clrName": "System.IComparable"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
"stableId": "System.Private.CoreLib:System.
|
|
29
|
-
"clrName": "System.
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
33
|
"clrName": "System.IFormattable"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"stableId": "System.Private.CoreLib:System.
|
|
37
|
-
"clrName": "System.
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
40
|
"methods": [],
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"isStatic": false,
|
|
49
49
|
"isReadOnly": false,
|
|
50
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
51
52
|
"declaringClrType": "System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
52
53
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
53
54
|
},
|
|
@@ -59,6 +60,7 @@
|
|
|
59
60
|
"isStatic": true,
|
|
60
61
|
"isReadOnly": false,
|
|
61
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
62
64
|
"declaringClrType": "System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
63
65
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
64
66
|
},
|
|
@@ -70,6 +72,7 @@
|
|
|
70
72
|
"isStatic": true,
|
|
71
73
|
"isReadOnly": false,
|
|
72
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
73
76
|
"declaringClrType": "System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
74
77
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
75
78
|
},
|
|
@@ -81,6 +84,7 @@
|
|
|
81
84
|
"isStatic": true,
|
|
82
85
|
"isReadOnly": false,
|
|
83
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
84
88
|
"declaringClrType": "System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
85
89
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
86
90
|
},
|
|
@@ -92,6 +96,7 @@
|
|
|
92
96
|
"isStatic": true,
|
|
93
97
|
"isReadOnly": false,
|
|
94
98
|
"isLiteral": true,
|
|
99
|
+
"visibility": "Public",
|
|
95
100
|
"declaringClrType": "System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
96
101
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
97
102
|
},
|
|
@@ -103,6 +108,7 @@
|
|
|
103
108
|
"isStatic": true,
|
|
104
109
|
"isReadOnly": false,
|
|
105
110
|
"isLiteral": true,
|
|
111
|
+
"visibility": "Public",
|
|
106
112
|
"declaringClrType": "System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
107
113
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
108
114
|
},
|
|
@@ -114,6 +120,7 @@
|
|
|
114
120
|
"isStatic": true,
|
|
115
121
|
"isReadOnly": false,
|
|
116
122
|
"isLiteral": true,
|
|
123
|
+
"visibility": "Public",
|
|
117
124
|
"declaringClrType": "System.Configuration.Assemblies.AssemblyHashAlgorithm",
|
|
118
125
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
119
126
|
}
|
|
@@ -142,16 +149,16 @@
|
|
|
142
149
|
"clrName": "System.IComparable"
|
|
143
150
|
},
|
|
144
151
|
{
|
|
145
|
-
"stableId": "System.Private.CoreLib:System.
|
|
146
|
-
"clrName": "System.
|
|
152
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
153
|
+
"clrName": "System.ISpanFormattable"
|
|
147
154
|
},
|
|
148
155
|
{
|
|
149
156
|
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
150
157
|
"clrName": "System.IFormattable"
|
|
151
158
|
},
|
|
152
159
|
{
|
|
153
|
-
"stableId": "System.Private.CoreLib:System.
|
|
154
|
-
"clrName": "System.
|
|
160
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
161
|
+
"clrName": "System.IConvertible"
|
|
155
162
|
}
|
|
156
163
|
],
|
|
157
164
|
"methods": [],
|
|
@@ -165,6 +172,7 @@
|
|
|
165
172
|
"isStatic": false,
|
|
166
173
|
"isReadOnly": false,
|
|
167
174
|
"isLiteral": false,
|
|
175
|
+
"visibility": "Public",
|
|
168
176
|
"declaringClrType": "System.Configuration.Assemblies.AssemblyVersionCompatibility",
|
|
169
177
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
170
178
|
},
|
|
@@ -176,6 +184,7 @@
|
|
|
176
184
|
"isStatic": true,
|
|
177
185
|
"isReadOnly": false,
|
|
178
186
|
"isLiteral": true,
|
|
187
|
+
"visibility": "Public",
|
|
179
188
|
"declaringClrType": "System.Configuration.Assemblies.AssemblyVersionCompatibility",
|
|
180
189
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
181
190
|
},
|
|
@@ -187,6 +196,7 @@
|
|
|
187
196
|
"isStatic": true,
|
|
188
197
|
"isReadOnly": false,
|
|
189
198
|
"isLiteral": true,
|
|
199
|
+
"visibility": "Public",
|
|
190
200
|
"declaringClrType": "System.Configuration.Assemblies.AssemblyVersionCompatibility",
|
|
191
201
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
192
202
|
},
|
|
@@ -198,6 +208,7 @@
|
|
|
198
208
|
"isStatic": true,
|
|
199
209
|
"isReadOnly": false,
|
|
200
210
|
"isLiteral": true,
|
|
211
|
+
"visibility": "Public",
|
|
201
212
|
"declaringClrType": "System.Configuration.Assemblies.AssemblyVersionCompatibility",
|
|
202
213
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
203
214
|
}
|
|
@@ -7,7 +7,7 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "../../System/internal/index.js";
|
|
10
|
-
import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from "../../System/internal/index.js";
|
|
10
|
+
import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from "../../System/internal/index.js";
|
|
11
11
|
|
|
12
12
|
export enum AssemblyHashAlgorithm {
|
|
13
13
|
None = 0,
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import * as Internal from './System.Configuration.Assemblies/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js';
|
|
9
|
+
import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
|
|
10
10
|
|
|
11
11
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
12
|
export { AssemblyHashAlgorithm as AssemblyHashAlgorithm } from './System.Configuration.Assemblies/internal/index.js';
|