@tsonic/dotnet 0.7.2 → 0.7.4
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.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
- package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
- package/Microsoft.VisualBasic.d.ts +48 -0
- package/Microsoft.Win32.SafeHandles.d.ts +29 -0
- package/Microsoft.Win32.d.ts +21 -0
- package/System/internal/index.d.ts +79 -72
- package/System.Buffers/internal/index.d.ts +1 -1
- package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
- package/System.Buffers.Text.d.ts +16 -0
- package/System.Buffers.d.ts +42 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent.d.ts +33 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic/internal/index.d.ts +10 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable/internal/index.d.ts +16 -11
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +32 -0
- package/System.Collections.Specialized/internal/index.d.ts +3 -2
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel/internal/index.d.ts +11 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/System.ComponentModel.Design/internal/index.d.ts +3 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
- package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
- package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
- package/System.ComponentModel.d.ts +207 -0
- package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
- package/System.Data/internal/index.d.ts +12 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes/internal/index.d.ts +26 -26
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +146 -0
- package/System.Diagnostics/internal/index.d.ts +19 -19
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics.d.ts +42 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
- package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
- package/System.Diagnostics.Tracing.d.ts +47 -0
- package/System.Diagnostics.d.ts +118 -0
- package/System.Drawing/internal/index.d.ts +7 -7
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic/internal/index.d.ts +2 -2
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1/internal/index.d.ts +1 -1
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization/internal/index.d.ts +1 -1
- package/System.Globalization.d.ts +57 -0
- package/System.IO/internal/index.d.ts +9 -9
- package/System.IO.Compression.d.ts +37 -0
- package/System.IO.Enumeration.d.ts +21 -0
- package/System.IO.IsolatedStorage.d.ts +24 -0
- package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
- package/System.IO.Pipelines.d.ts +26 -0
- package/System.IO.Pipes.d.ts +35 -0
- package/System.IO.d.ts +79 -0
- package/System.Linq/internal/index.d.ts +5 -0
- package/System.Linq.Expressions/internal/index.d.ts +47 -47
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +67 -0
- package/System.Linq.d.ts +68 -0
- package/System.Net/internal/index.d.ts +6 -2
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http/internal/index.d.ts +1 -1
- package/System.Net.Http.Headers.d.ts +42 -0
- package/System.Net.Http.Json.d.ts +24 -0
- package/System.Net.Http.Metrics.d.ts +13 -0
- package/System.Net.Http.d.ts +57 -0
- package/System.Net.Mail.d.ts +45 -0
- package/System.Net.Mime.d.ts +22 -0
- package/System.Net.NetworkInformation.d.ts +63 -0
- package/System.Net.Quic.d.ts +35 -0
- package/System.Net.Security/internal/index.d.ts +1 -1
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +32 -0
- package/System.Net.Sockets/internal/index.d.ts +2 -2
- package/System.Net.Sockets.d.ts +55 -0
- package/System.Net.WebSockets.d.ts +41 -0
- package/System.Net.d.ts +120 -0
- package/System.Numerics/internal/index.d.ts +61 -21
- package/System.Numerics.d.ts +67 -0
- package/System.Reflection/internal/index.d.ts +3 -3
- package/System.Reflection.Emit/internal/index.d.ts +7 -7
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata/internal/index.d.ts +46 -43
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
- package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
- package/System.Reflection.Metadata.d.ts +208 -0
- package/System.Reflection.PortableExecutable.d.ts +43 -0
- package/System.Reflection.d.ts +124 -0
- package/System.Resources/internal/index.d.ts +2 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices.d.ts +214 -0
- package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
- package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
- package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
- package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
- package/System.Runtime.InteropServices.Java.d.ts +16 -0
- package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
- package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
- package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
- package/System.Runtime.InteropServices.Swift.d.ts +24 -0
- package/System.Runtime.InteropServices.d.ts +162 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
- package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
- package/System.Runtime.Intrinsics.X86.d.ts +88 -0
- package/System.Runtime.Intrinsics.d.ts +41 -0
- package/System.Runtime.Loader.d.ts +17 -0
- package/System.Runtime.Remoting.d.ts +12 -0
- package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
- package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
- package/System.Runtime.Serialization.Json.d.ts +23 -0
- package/System.Runtime.Serialization.d.ts +76 -0
- package/System.Runtime.Versioning/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +99 -0
- package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
- package/System.Security.Authentication.d.ts +20 -0
- package/System.Security.Claims.d.ts +19 -0
- package/System.Security.Cryptography/internal/index.d.ts +15 -15
- package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
- package/System.Security.Cryptography.d.ts +191 -0
- package/System.Security.Permissions.d.ts +18 -0
- package/System.Security.Policy.d.ts +14 -0
- package/System.Security.Principal/internal/index.d.ts +1 -1
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text/internal/index.d.ts +10 -9
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json/internal/index.d.ts +1 -1
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
- package/System.Text.Json.Serialization.d.ts +70 -0
- package/System.Text.Json.d.ts +44 -0
- package/System.Text.RegularExpressions.d.ts +35 -0
- package/System.Text.Unicode.d.ts +16 -0
- package/System.Text.d.ts +54 -0
- package/System.Threading/internal/index.d.ts +5 -5
- package/System.Threading.Channels.d.ts +38 -0
- package/System.Threading.Tasks/internal/index.d.ts +12 -12
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
- package/System.Threading.Tasks.Dataflow.d.ts +54 -0
- package/System.Threading.Tasks.Sources.d.ts +25 -0
- package/System.Threading.Tasks.d.ts +65 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/System.Transactions/internal/index.d.ts +1 -1
- package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
- package/System.Web.d.ts +16 -0
- package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
- package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
- package/System.Xml.Linq/internal/index.d.ts +10 -10
- package/System.Xml.Linq.d.ts +43 -0
- package/System.Xml.Resolvers.d.ts +18 -0
- package/System.Xml.Schema.d.ts +108 -0
- package/System.Xml.Serialization.d.ts +89 -0
- package/System.Xml.XPath.d.ts +34 -0
- package/System.Xml.Xsl.Runtime.d.ts +66 -0
- package/System.Xml.Xsl.d.ts +29 -0
- package/System.Xml.d.ts +105 -0
- package/System.d.ts +410 -0
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
- package/Internal/index.d.ts +0 -15
- package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
- package/Microsoft.VisualBasic/index.d.ts +0 -50
- package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
- package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
- package/Microsoft.Win32/index.d.ts +0 -23
- package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
- package/System/index.d.ts +0 -428
- package/System.Buffers/index.d.ts +0 -48
- package/System.Buffers.Text/index.d.ts +0 -18
- package/System.CodeDom.Compiler/index.d.ts +0 -19
- package/System.Collections/index.d.ts +0 -41
- package/System.Collections.Concurrent/index.d.ts +0 -35
- package/System.Collections.Frozen/index.d.ts +0 -26
- package/System.Collections.Generic/index.d.ts +0 -129
- package/System.Collections.Immutable/index.d.ts +0 -64
- package/System.Collections.ObjectModel/index.d.ts +0 -34
- package/System.Collections.Specialized/index.d.ts +0 -34
- package/System.ComponentModel/index.d.ts +0 -210
- package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
- package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
- package/System.Data/index.d.ts +0 -139
- package/System.Data.Common/index.d.ts +0 -64
- package/System.Data.SqlTypes/index.d.ts +0 -45
- package/System.Diagnostics/index.d.ts +0 -123
- package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
- package/System.Diagnostics.Contracts/index.d.ts +0 -32
- package/System.Diagnostics.Metrics/index.d.ts +0 -47
- package/System.Diagnostics.Tracing/index.d.ts +0 -49
- package/System.Drawing/index.d.ts +0 -32
- package/System.Dynamic/index.d.ts +0 -39
- package/System.Formats.Asn1/index.d.ts +0 -27
- package/System.Formats.Tar/index.d.ts +0 -29
- package/System.Globalization/index.d.ts +0 -59
- package/System.IO/index.d.ts +0 -81
- package/System.IO.Compression/index.d.ts +0 -39
- package/System.IO.Enumeration/index.d.ts +0 -27
- package/System.IO.IsolatedStorage/index.d.ts +0 -26
- package/System.IO.Pipelines/index.d.ts +0 -28
- package/System.IO.Pipes/index.d.ts +0 -37
- package/System.Linq/index.d.ts +0 -56
- package/System.Linq.Expressions/index.d.ts +0 -61
- package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
- package/System.Net/index.d.ts +0 -122
- package/System.Net.Cache/index.d.ts +0 -18
- package/System.Net.Http/index.d.ts +0 -61
- package/System.Net.Http.Headers/index.d.ts +0 -45
- package/System.Net.Http.Json/index.d.ts +0 -26
- package/System.Net.Http.Metrics/index.d.ts +0 -15
- package/System.Net.Mail/index.d.ts +0 -47
- package/System.Net.Mime/index.d.ts +0 -24
- package/System.Net.NetworkInformation/index.d.ts +0 -65
- package/System.Net.Quic/index.d.ts +0 -37
- package/System.Net.Security/index.d.ts +0 -49
- package/System.Net.ServerSentEvents/index.d.ts +0 -28
- package/System.Net.Sockets/index.d.ts +0 -57
- package/System.Net.WebSockets/index.d.ts +0 -43
- package/System.Numerics/index.d.ts +0 -94
- package/System.Reflection/index.d.ts +0 -126
- package/System.Reflection.Emit/index.d.ts +0 -51
- package/System.Reflection.Metadata/index.d.ts +0 -220
- package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
- package/System.Reflection.PortableExecutable/index.d.ts +0 -45
- package/System.Resources/index.d.ts +0 -29
- package/System.Runtime/index.d.ts +0 -29
- package/System.Runtime.CompilerServices/index.d.ts +0 -219
- package/System.Runtime.InteropServices/index.d.ts +0 -161
- package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
- package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
- package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
- package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
- package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
- package/System.Runtime.Intrinsics/index.d.ts +0 -26
- package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
- package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
- package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
- package/System.Runtime.Loader/index.d.ts +0 -19
- package/System.Runtime.Remoting/index.d.ts +0 -14
- package/System.Runtime.Serialization/index.d.ts +0 -78
- package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
- package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
- package/System.Runtime.Serialization.Json/index.d.ts +0 -25
- package/System.Runtime.Versioning/index.d.ts +0 -29
- package/System.Security/index.d.ts +0 -37
- package/System.Security.AccessControl/index.d.ts +0 -87
- package/System.Security.Authentication/index.d.ts +0 -22
- package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
- package/System.Security.Claims/index.d.ts +0 -21
- package/System.Security.Cryptography/index.d.ts +0 -193
- package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
- package/System.Security.Permissions/index.d.ts +0 -20
- package/System.Security.Policy/index.d.ts +0 -16
- package/System.Security.Principal/index.d.ts +0 -38
- package/System.Text/index.d.ts +0 -56
- package/System.Text.Encodings.Web/index.d.ts +0 -22
- package/System.Text.Json/index.d.ts +0 -46
- package/System.Text.Json.Nodes/index.d.ts +0 -25
- package/System.Text.Json.Schema/index.d.ts +0 -19
- package/System.Text.Json.Serialization/index.d.ts +0 -59
- package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
- package/System.Text.RegularExpressions/index.d.ts +0 -37
- package/System.Text.Unicode/index.d.ts +0 -18
- package/System.Threading/index.d.ts +0 -104
- package/System.Threading.Channels/index.d.ts +0 -34
- package/System.Threading.Tasks/index.d.ts +0 -50
- package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
- package/System.Threading.Tasks.Sources/index.d.ts +0 -20
- package/System.Web/index.d.ts +0 -18
- package/System.Xml/index.d.ts +0 -107
- package/System.Xml.Linq/index.d.ts +0 -45
- package/System.Xml.Resolvers/index.d.ts +0 -20
- package/System.Xml.Schema/index.d.ts +0 -110
- package/System.Xml.Serialization/index.d.ts +0 -91
- package/System.Xml.XPath/index.d.ts +0 -36
- package/System.Xml.Xsl/index.d.ts +0 -31
- package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Runtime.InteropServices.Swift
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Runtime.InteropServices.Swift/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
|
|
10
|
+
|
|
11
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
|
+
export { SwiftError as SwiftError } from './System.Runtime.InteropServices.Swift/internal/index.js';
|
|
13
|
+
export { SwiftIndirectResult as SwiftIndirectResult } from './System.Runtime.InteropServices.Swift/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
16
|
+
declare const __unspecified: unique symbol;
|
|
17
|
+
export type __ = typeof __unspecified;
|
|
18
|
+
|
|
19
|
+
export type SwiftSelf<
|
|
20
|
+
T1 = __,
|
|
21
|
+
> =
|
|
22
|
+
[T1] extends [__] ? Internal.SwiftSelf :
|
|
23
|
+
[T1] extends [unknown] ? Internal.SwiftSelf_1<T1> : never;
|
|
24
|
+
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Runtime.InteropServices
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Runtime.InteropServices/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafeHandleZeroOrMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { MemoryManager_1, ReadOnlySequence_1, ReadOnlySequenceSegment_1, SequenceReader_1 } from './System.Buffers/internal/index.js';
|
|
11
|
+
import type { Dictionary_2, Dictionary_2_AlternateLookup_1, IEnumerable_1, IList_1, IReadOnlyDictionary_2, List_1 } from './System.Collections.Generic/internal/index.js';
|
|
12
|
+
import type { ImmutableArray_1, ImmutableArray_1_Builder } from './System.Collections.Immutable/internal/index.js';
|
|
13
|
+
import type { BitArray, IDictionary } from './System.Collections/internal/index.js';
|
|
14
|
+
import type { NumberStyles } from './System.Globalization/internal/index.js';
|
|
15
|
+
import type { IAdditionOperators_3, IAdditiveIdentity_2, IBinaryFloatingPointIeee754_1, IBinaryInteger_1, IBinaryNumber_1, IBitwiseOperators_3, IComparisonOperators_3, IDecrementOperators_1, IDivisionOperators_3, IEqualityOperators_3, IExponentialFunctions_1, IFloatingPoint_1, IFloatingPointConstants_1, IFloatingPointIeee754_1, IHyperbolicFunctions_1, IIncrementOperators_1, ILogarithmicFunctions_1, IMinMaxValue_1, IModulusOperators_3, IMultiplicativeIdentity_2, IMultiplyOperators_3, INumber_1, INumberBase_1, IPowerFunctions_1, IRootFunctions_1, ISignedNumber_1, ISubtractionOperators_3, ITrigonometricFunctions_1, IUnaryNegationOperators_2, IUnaryPlusOperators_2 } from './System.Numerics/internal/index.js';
|
|
16
|
+
import type { Assembly, CustomAttributeData, EventAttributes, EventInfo, ICustomAttributeProvider, MemberInfo, MemberTypes, MethodBase, MethodInfo, Module } from './System.Reflection/internal/index.js';
|
|
17
|
+
import type { CriticalFinalizerObject } from './System.Runtime.ConstrainedExecution/internal/index.js';
|
|
18
|
+
import type { ITypeInfo } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
|
|
19
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
20
|
+
import type { SecureString } from './System.Security/internal/index.js';
|
|
21
|
+
import type { JsonElement, JsonProperty } from './System.Text.Json/internal/index.js';
|
|
22
|
+
import type { Action_1, Array as ClrArray, ArraySegment_1, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, Decimal, Delegate, Double, Enum, Exception, Guid, IAsyncResult, ICloneable, IComparable, IComparable_1, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MarshalByRefObject, Memory_1, MidpointRounding, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, RuntimeTypeHandle, Single, Span_1, String as ClrString, SystemException, Type, TypeCode, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from './System/internal/index.js';
|
|
23
|
+
|
|
24
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
25
|
+
export { ImmutableCollectionsMarshal$instance as ImmutableCollectionsMarshal } from './System.Runtime.InteropServices/internal/index.js';
|
|
26
|
+
export { SequenceMarshal$instance as SequenceMarshal } from './System.Runtime.InteropServices/internal/index.js';
|
|
27
|
+
export { Marshal$instance as Marshal } from './System.Runtime.InteropServices/internal/index.js';
|
|
28
|
+
export { MemoryMarshal$instance as MemoryMarshal } from './System.Runtime.InteropServices/internal/index.js';
|
|
29
|
+
export { NativeLibrary$instance as NativeLibrary } from './System.Runtime.InteropServices/internal/index.js';
|
|
30
|
+
export { ComWrappers as ComWrappers } from './System.Runtime.InteropServices/internal/index.js';
|
|
31
|
+
export { ComWrappers_ComInterfaceEntry as ComWrappers_ComInterfaceEntry } from './System.Runtime.InteropServices/internal/index.js';
|
|
32
|
+
export { ComWrappers_ComInterfaceDispatch as ComWrappers_ComInterfaceDispatch } from './System.Runtime.InteropServices/internal/index.js';
|
|
33
|
+
export { AllowReversePInvokeCallsAttribute as AllowReversePInvokeCallsAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
34
|
+
export { Architecture as Architecture } from './System.Runtime.InteropServices/internal/index.js';
|
|
35
|
+
export { ArrayWithOffset as ArrayWithOffset } from './System.Runtime.InteropServices/internal/index.js';
|
|
36
|
+
export { BestFitMappingAttribute as BestFitMappingAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
37
|
+
export { BStrWrapper as BStrWrapper } from './System.Runtime.InteropServices/internal/index.js';
|
|
38
|
+
export { CallingConvention as CallingConvention } from './System.Runtime.InteropServices/internal/index.js';
|
|
39
|
+
export { CharSet as CharSet } from './System.Runtime.InteropServices/internal/index.js';
|
|
40
|
+
export { ClassInterfaceAttribute as ClassInterfaceAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
41
|
+
export { ClassInterfaceType as ClassInterfaceType } from './System.Runtime.InteropServices/internal/index.js';
|
|
42
|
+
export { CLong as CLong } from './System.Runtime.InteropServices/internal/index.js';
|
|
43
|
+
export { CoClassAttribute as CoClassAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
44
|
+
export { CollectionsMarshal$instance as CollectionsMarshal } from './System.Runtime.InteropServices/internal/index.js';
|
|
45
|
+
export { ComDefaultInterfaceAttribute as ComDefaultInterfaceAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
46
|
+
export { ComEventInterfaceAttribute as ComEventInterfaceAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
47
|
+
export { COMException as COMException } from './System.Runtime.InteropServices/internal/index.js';
|
|
48
|
+
export { ComImportAttribute as ComImportAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
49
|
+
export { ComInterfaceType as ComInterfaceType } from './System.Runtime.InteropServices/internal/index.js';
|
|
50
|
+
export { ComMemberType as ComMemberType } from './System.Runtime.InteropServices/internal/index.js';
|
|
51
|
+
export { ComSourceInterfacesAttribute as ComSourceInterfacesAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
52
|
+
export { ComVisibleAttribute as ComVisibleAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
53
|
+
export { CreateObjectFlags as CreateObjectFlags } from './System.Runtime.InteropServices/internal/index.js';
|
|
54
|
+
export { CreateComInterfaceFlags as CreateComInterfaceFlags } from './System.Runtime.InteropServices/internal/index.js';
|
|
55
|
+
export { CreatedWrapperFlags as CreatedWrapperFlags } from './System.Runtime.InteropServices/internal/index.js';
|
|
56
|
+
export { CriticalHandle as CriticalHandle } from './System.Runtime.InteropServices/internal/index.js';
|
|
57
|
+
export { CULong as CULong } from './System.Runtime.InteropServices/internal/index.js';
|
|
58
|
+
export { CurrencyWrapper as CurrencyWrapper } from './System.Runtime.InteropServices/internal/index.js';
|
|
59
|
+
export { CustomQueryInterfaceMode as CustomQueryInterfaceMode } from './System.Runtime.InteropServices/internal/index.js';
|
|
60
|
+
export { CustomQueryInterfaceResult as CustomQueryInterfaceResult } from './System.Runtime.InteropServices/internal/index.js';
|
|
61
|
+
export { DefaultCharSetAttribute as DefaultCharSetAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
62
|
+
export { DefaultDllImportSearchPathsAttribute as DefaultDllImportSearchPathsAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
63
|
+
export { DefaultParameterValueAttribute as DefaultParameterValueAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
64
|
+
export { DispatchWrapper as DispatchWrapper } from './System.Runtime.InteropServices/internal/index.js';
|
|
65
|
+
export { DispIdAttribute as DispIdAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
66
|
+
export { DllImportAttribute as DllImportAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
67
|
+
export { DllImportSearchPath as DllImportSearchPath } from './System.Runtime.InteropServices/internal/index.js';
|
|
68
|
+
export { ErrorWrapper as ErrorWrapper } from './System.Runtime.InteropServices/internal/index.js';
|
|
69
|
+
export { ExternalException as ExternalException } from './System.Runtime.InteropServices/internal/index.js';
|
|
70
|
+
export { FieldOffsetAttribute as FieldOffsetAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
71
|
+
export { GCHandleExtensions$instance as GCHandleExtensions } from './System.Runtime.InteropServices/internal/index.js';
|
|
72
|
+
export { GCHandleType as GCHandleType } from './System.Runtime.InteropServices/internal/index.js';
|
|
73
|
+
export { GuidAttribute as GuidAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
74
|
+
export { HandleRef as HandleRef } from './System.Runtime.InteropServices/internal/index.js';
|
|
75
|
+
export type ICustomAdapter = Internal.ICustomAdapter;
|
|
76
|
+
export type ICustomFactory = Internal.ICustomFactory;
|
|
77
|
+
export type ICustomMarshaler = Internal.ICustomMarshaler;
|
|
78
|
+
export type ICustomQueryInterface = Internal.ICustomQueryInterface;
|
|
79
|
+
export type IDynamicInterfaceCastable = Internal.IDynamicInterfaceCastable;
|
|
80
|
+
export { DynamicInterfaceCastableImplementationAttribute as DynamicInterfaceCastableImplementationAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
81
|
+
export { InAttribute as InAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
82
|
+
export { InterfaceTypeAttribute as InterfaceTypeAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
83
|
+
export { InvalidComObjectException as InvalidComObjectException } from './System.Runtime.InteropServices/internal/index.js';
|
|
84
|
+
export { InvalidOleVariantTypeException as InvalidOleVariantTypeException } from './System.Runtime.InteropServices/internal/index.js';
|
|
85
|
+
export { LayoutKind as LayoutKind } from './System.Runtime.InteropServices/internal/index.js';
|
|
86
|
+
export { LCIDConversionAttribute as LCIDConversionAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
87
|
+
export { LibraryImportAttribute as LibraryImportAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
88
|
+
export { MarshalAsAttribute as MarshalAsAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
89
|
+
export { MarshalDirectiveException as MarshalDirectiveException } from './System.Runtime.InteropServices/internal/index.js';
|
|
90
|
+
export type DllImportResolver = Internal.DllImportResolver;
|
|
91
|
+
export { NativeMemory$instance as NativeMemory } from './System.Runtime.InteropServices/internal/index.js';
|
|
92
|
+
export { NFloat as NFloat } from './System.Runtime.InteropServices/internal/index.js';
|
|
93
|
+
export { OptionalAttribute as OptionalAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
94
|
+
export { OSPlatform as OSPlatform } from './System.Runtime.InteropServices/internal/index.js';
|
|
95
|
+
export { OutAttribute as OutAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
96
|
+
export { PinnedGCHandle_1 as PinnedGCHandle } from './System.Runtime.InteropServices/internal/index.js';
|
|
97
|
+
export { PosixSignal as PosixSignal } from './System.Runtime.InteropServices/internal/index.js';
|
|
98
|
+
export { PosixSignalContext as PosixSignalContext } from './System.Runtime.InteropServices/internal/index.js';
|
|
99
|
+
export { PosixSignalRegistration as PosixSignalRegistration } from './System.Runtime.InteropServices/internal/index.js';
|
|
100
|
+
export { PreserveSigAttribute as PreserveSigAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
101
|
+
export { ProgIdAttribute as ProgIdAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
102
|
+
export { RuntimeInformation$instance as RuntimeInformation } from './System.Runtime.InteropServices/internal/index.js';
|
|
103
|
+
export { SafeArrayRankMismatchException as SafeArrayRankMismatchException } from './System.Runtime.InteropServices/internal/index.js';
|
|
104
|
+
export { SafeArrayTypeMismatchException as SafeArrayTypeMismatchException } from './System.Runtime.InteropServices/internal/index.js';
|
|
105
|
+
export { SafeBuffer as SafeBuffer } from './System.Runtime.InteropServices/internal/index.js';
|
|
106
|
+
export { SafeHandle as SafeHandle } from './System.Runtime.InteropServices/internal/index.js';
|
|
107
|
+
export { SEHException as SEHException } from './System.Runtime.InteropServices/internal/index.js';
|
|
108
|
+
export { StringMarshalling as StringMarshalling } from './System.Runtime.InteropServices/internal/index.js';
|
|
109
|
+
export { StructLayoutAttribute as StructLayoutAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
110
|
+
export { SuppressGCTransitionAttribute as SuppressGCTransitionAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
111
|
+
export { TypeIdentifierAttribute as TypeIdentifierAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
112
|
+
export { TypeMapAttribute_1 as TypeMapAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
113
|
+
export { TypeMapAssociationAttribute_1 as TypeMapAssociationAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
114
|
+
export { TypeMapAssemblyTargetAttribute_1 as TypeMapAssemblyTargetAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
115
|
+
export { TypeMapping$instance as TypeMapping } from './System.Runtime.InteropServices/internal/index.js';
|
|
116
|
+
export { UnknownWrapper as UnknownWrapper } from './System.Runtime.InteropServices/internal/index.js';
|
|
117
|
+
export { UnmanagedCallConvAttribute as UnmanagedCallConvAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
118
|
+
export { UnmanagedCallersOnlyAttribute as UnmanagedCallersOnlyAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
119
|
+
export { UnmanagedFunctionPointerAttribute as UnmanagedFunctionPointerAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
120
|
+
export { UnmanagedType as UnmanagedType } from './System.Runtime.InteropServices/internal/index.js';
|
|
121
|
+
export { VarEnum as VarEnum } from './System.Runtime.InteropServices/internal/index.js';
|
|
122
|
+
export { VariantWrapper as VariantWrapper } from './System.Runtime.InteropServices/internal/index.js';
|
|
123
|
+
export { WasmImportLinkageAttribute as WasmImportLinkageAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
124
|
+
export { WeakGCHandle_1 as WeakGCHandle } from './System.Runtime.InteropServices/internal/index.js';
|
|
125
|
+
export { ComEventsHelper$instance as ComEventsHelper } from './System.Runtime.InteropServices/internal/index.js';
|
|
126
|
+
export { StandardOleMarshalObject as StandardOleMarshalObject } from './System.Runtime.InteropServices/internal/index.js';
|
|
127
|
+
export { AssemblyRegistrationFlags as AssemblyRegistrationFlags } from './System.Runtime.InteropServices/internal/index.js';
|
|
128
|
+
export { AutomationProxyAttribute as AutomationProxyAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
129
|
+
export { ComAliasNameAttribute as ComAliasNameAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
130
|
+
export { ComAwareEventInfo as ComAwareEventInfo } from './System.Runtime.InteropServices/internal/index.js';
|
|
131
|
+
export { ComCompatibleVersionAttribute as ComCompatibleVersionAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
132
|
+
export { ComConversionLossAttribute as ComConversionLossAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
133
|
+
export { ComRegisterFunctionAttribute as ComRegisterFunctionAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
134
|
+
export { ComUnregisterFunctionAttribute as ComUnregisterFunctionAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
135
|
+
export { ExporterEventKind as ExporterEventKind } from './System.Runtime.InteropServices/internal/index.js';
|
|
136
|
+
export { HandleCollector as HandleCollector } from './System.Runtime.InteropServices/internal/index.js';
|
|
137
|
+
export { ImportedFromTypeLibAttribute as ImportedFromTypeLibAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
138
|
+
export { ManagedToNativeComInteropStubAttribute as ManagedToNativeComInteropStubAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
139
|
+
export { PrimaryInteropAssemblyAttribute as PrimaryInteropAssemblyAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
140
|
+
export { RegistrationClassContext as RegistrationClassContext } from './System.Runtime.InteropServices/internal/index.js';
|
|
141
|
+
export { RegistrationConnectionType as RegistrationConnectionType } from './System.Runtime.InteropServices/internal/index.js';
|
|
142
|
+
export { RuntimeEnvironment$instance as RuntimeEnvironment } from './System.Runtime.InteropServices/internal/index.js';
|
|
143
|
+
export { TypeLibFuncAttribute as TypeLibFuncAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
144
|
+
export { TypeLibFuncFlags as TypeLibFuncFlags } from './System.Runtime.InteropServices/internal/index.js';
|
|
145
|
+
export { TypeLibImportClassAttribute as TypeLibImportClassAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
146
|
+
export { TypeLibTypeAttribute as TypeLibTypeAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
147
|
+
export { TypeLibTypeFlags as TypeLibTypeFlags } from './System.Runtime.InteropServices/internal/index.js';
|
|
148
|
+
export { TypeLibVarAttribute as TypeLibVarAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
149
|
+
export { TypeLibVarFlags as TypeLibVarFlags } from './System.Runtime.InteropServices/internal/index.js';
|
|
150
|
+
export { TypeLibVersionAttribute as TypeLibVersionAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
151
|
+
export { JsonMarshal$instance as JsonMarshal } from './System.Runtime.InteropServices/internal/index.js';
|
|
152
|
+
|
|
153
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
154
|
+
declare const __unspecified: unique symbol;
|
|
155
|
+
export type __ = typeof __unspecified;
|
|
156
|
+
|
|
157
|
+
export type GCHandle<
|
|
158
|
+
T1 = __,
|
|
159
|
+
> =
|
|
160
|
+
[T1] extends [__] ? Internal.GCHandle :
|
|
161
|
+
Internal.GCHandle_1<T1>;
|
|
162
|
+
|
|
@@ -63,7 +63,7 @@ export interface __Vector128_1$views<T> {
|
|
|
63
63
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector128_1<T>>;
|
|
64
64
|
|
|
65
65
|
// Structural method bridges for numeric interface constraints
|
|
66
|
-
|
|
66
|
+
equals(other: Vector128_1<T>): boolean;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
export interface Vector128_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector128_1<T>, Vector128_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector128_1<T>, CLROf<int>, Vector128_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector128_1<T>, Vector128_1<T>> {}
|
|
@@ -95,7 +95,7 @@ export interface __Vector256_1$views<T> {
|
|
|
95
95
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector256_1<T>>;
|
|
96
96
|
|
|
97
97
|
// Structural method bridges for numeric interface constraints
|
|
98
|
-
|
|
98
|
+
equals(other: Vector256_1<T>): boolean;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
export interface Vector256_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector256_1<T>, Vector256_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector256_1<T>, CLROf<int>, Vector256_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector256_1<T>, Vector256_1<T>> {}
|
|
@@ -127,7 +127,7 @@ export interface __Vector512_1$views<T> {
|
|
|
127
127
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector512_1<T>>;
|
|
128
128
|
|
|
129
129
|
// Structural method bridges for numeric interface constraints
|
|
130
|
-
|
|
130
|
+
equals(other: Vector512_1<T>): boolean;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
export interface Vector512_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector512_1<T>, Vector512_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector512_1<T>, CLROf<int>, Vector512_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector512_1<T>, Vector512_1<T>> {}
|
|
@@ -159,7 +159,7 @@ export interface __Vector64_1$views<T> {
|
|
|
159
159
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector64_1<T>>;
|
|
160
160
|
|
|
161
161
|
// Structural method bridges for numeric interface constraints
|
|
162
|
-
|
|
162
|
+
equals(other: Vector64_1<T>): boolean;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
export interface Vector64_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector64_1<T>, Vector64_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector64_1<T>, CLROf<int>, Vector64_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector64_1<T>, Vector64_1<T>> {}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Runtime.Intrinsics.Arm
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Vector_1 } from './System.Numerics/internal/index.js';
|
|
10
|
+
import type { Vector128_1, Vector64_1 } from './System.Runtime.Intrinsics/internal/index.js';
|
|
11
|
+
import type { Boolean as ClrBoolean, Byte, Double, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, SByte, Single, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueTuple_2, ValueTuple_3, ValueTuple_4, Void } from './System/internal/index.js';
|
|
12
|
+
|
|
13
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
14
|
+
export { SveMaskPattern as SveMaskPattern } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
15
|
+
export { SvePrefetchType as SvePrefetchType } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
16
|
+
export { AdvSimd as AdvSimd } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
17
|
+
export { AdvSimd_Arm64 as AdvSimd_Arm64 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
18
|
+
export { Aes as Aes } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
19
|
+
export { Aes_Arm64 as Aes_Arm64 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
20
|
+
export { ArmBase as ArmBase } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
21
|
+
export { ArmBase_Arm64 as ArmBase_Arm64 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
22
|
+
export { Crc32 as Crc32 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
23
|
+
export { Crc32_Arm64 as Crc32_Arm64 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
24
|
+
export { Dp as Dp } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
25
|
+
export { Dp_Arm64 as Dp_Arm64 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
26
|
+
export { Rdm as Rdm } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
27
|
+
export { Rdm_Arm64 as Rdm_Arm64 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
28
|
+
export { Sha1 as Sha1 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
29
|
+
export { Sha1_Arm64 as Sha1_Arm64 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
30
|
+
export { Sha256 as Sha256 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
31
|
+
export { Sha256_Arm64 as Sha256_Arm64 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
32
|
+
export { Sve as Sve } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
33
|
+
export { Sve_Arm64 as Sve_Arm64 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
34
|
+
export { Sve2 as Sve2 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
35
|
+
export { Sve2_Arm64 as Sve2_Arm64 } from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Runtime.Intrinsics.Wasm
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Runtime.Intrinsics.Wasm/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Vector128_1 } from './System.Runtime.Intrinsics/internal/index.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Byte, Double, Int16, Int32, Int64, IntPtr, Object as ClrObject, SByte, Single, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, Void } from './System/internal/index.js';
|
|
11
|
+
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
+
export { PackedSimd as PackedSimd } from './System.Runtime.Intrinsics.Wasm/internal/index.js';
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Runtime.Intrinsics.X86
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Vector128_1, Vector256_1, Vector512_1 } from './System.Runtime.Intrinsics/internal/index.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Byte, Double, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, Object as ClrObject, SByte, Single, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueTuple_4, Void } from './System/internal/index.js';
|
|
11
|
+
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
+
export { X86Base as X86Base } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
14
|
+
export { X86Base_X64 as X86Base_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
15
|
+
export { FloatComparisonMode as FloatComparisonMode } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
16
|
+
export { FloatRoundingMode as FloatRoundingMode } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
17
|
+
export { Aes as Aes } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
18
|
+
export { Aes_X64 as Aes_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
19
|
+
export { Avx as Avx } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
20
|
+
export { Avx_X64 as Avx_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
21
|
+
export { Avx2 as Avx2 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
22
|
+
export { Avx2_X64 as Avx2_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
23
|
+
export { Avx10v1 as Avx10v1 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
24
|
+
export { Avx10v1_X64 as Avx10v1_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
25
|
+
export { Avx10v1_V512 as Avx10v1_V512 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
26
|
+
export { Avx10v1_V512_X64 as Avx10v1_V512_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
27
|
+
export { Avx10v2 as Avx10v2 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
28
|
+
export { Avx10v2_X64 as Avx10v2_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
29
|
+
export { Avx10v2_V512 as Avx10v2_V512 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
30
|
+
export { Avx10v2_V512_X64 as Avx10v2_V512_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
31
|
+
export { AvxVnniInt8 as AvxVnniInt8 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
32
|
+
export { AvxVnniInt8_X64 as AvxVnniInt8_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
33
|
+
export { AvxVnniInt8_V512 as AvxVnniInt8_V512 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
34
|
+
export { AvxVnniInt16 as AvxVnniInt16 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
35
|
+
export { AvxVnniInt16_X64 as AvxVnniInt16_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
36
|
+
export { AvxVnniInt16_V512 as AvxVnniInt16_V512 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
37
|
+
export { Avx512BW as Avx512BW } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
38
|
+
export { Avx512BW_VL as Avx512BW_VL } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
39
|
+
export { Avx512BW_X64 as Avx512BW_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
40
|
+
export { Avx512CD as Avx512CD } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
41
|
+
export { Avx512CD_VL as Avx512CD_VL } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
42
|
+
export { Avx512CD_X64 as Avx512CD_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
43
|
+
export { Avx512DQ as Avx512DQ } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
44
|
+
export { Avx512DQ_VL as Avx512DQ_VL } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
45
|
+
export { Avx512DQ_X64 as Avx512DQ_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
46
|
+
export { Avx512F as Avx512F } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
47
|
+
export { Avx512F_VL as Avx512F_VL } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
48
|
+
export { Avx512F_X64 as Avx512F_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
49
|
+
export { Avx512Vbmi as Avx512Vbmi } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
50
|
+
export { Avx512Vbmi_VL as Avx512Vbmi_VL } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
51
|
+
export { Avx512Vbmi_X64 as Avx512Vbmi_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
52
|
+
export { Avx512Vbmi2 as Avx512Vbmi2 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
53
|
+
export { Avx512Vbmi2_VL as Avx512Vbmi2_VL } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
54
|
+
export { Avx512Vbmi2_X64 as Avx512Vbmi2_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
55
|
+
export { AvxVnni as AvxVnni } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
56
|
+
export { AvxVnni_X64 as AvxVnni_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
57
|
+
export { Bmi1 as Bmi1 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
58
|
+
export { Bmi1_X64 as Bmi1_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
59
|
+
export { Bmi2 as Bmi2 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
60
|
+
export { Bmi2_X64 as Bmi2_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
61
|
+
export { Fma as Fma } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
62
|
+
export { Fma_X64 as Fma_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
63
|
+
export { Gfni as Gfni } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
64
|
+
export { Gfni_X64 as Gfni_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
65
|
+
export { Gfni_V256 as Gfni_V256 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
66
|
+
export { Gfni_V512 as Gfni_V512 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
67
|
+
export { Lzcnt as Lzcnt } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
68
|
+
export { Lzcnt_X64 as Lzcnt_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
69
|
+
export { Pclmulqdq as Pclmulqdq } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
70
|
+
export { Pclmulqdq_X64 as Pclmulqdq_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
71
|
+
export { Pclmulqdq_V256 as Pclmulqdq_V256 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
72
|
+
export { Pclmulqdq_V512 as Pclmulqdq_V512 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
73
|
+
export { Popcnt as Popcnt } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
74
|
+
export { Popcnt_X64 as Popcnt_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
75
|
+
export { Sse as Sse } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
76
|
+
export { Sse_X64 as Sse_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
77
|
+
export { Sse2 as Sse2 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
78
|
+
export { Sse2_X64 as Sse2_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
79
|
+
export { Sse3 as Sse3 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
80
|
+
export { Sse3_X64 as Sse3_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
81
|
+
export { Sse41 as Sse41 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
82
|
+
export { Sse41_X64 as Sse41_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
83
|
+
export { Sse42 as Sse42 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
84
|
+
export { Sse42_X64 as Sse42_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
85
|
+
export { Ssse3 as Ssse3 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
86
|
+
export { Ssse3_X64 as Ssse3_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
87
|
+
export { X86Serialize as X86Serialize } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
88
|
+
export { X86Serialize_X64 as X86Serialize_X64 } from './System.Runtime.Intrinsics.X86/internal/index.js';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Runtime.Intrinsics
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Runtime.Intrinsics/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IAdditionOperators_3, IBitwiseOperators_3, IDivisionOperators_3, IEqualityOperators_3, IMultiplyOperators_3, IShiftOperators_3, ISubtractionOperators_3, IUnaryNegationOperators_2, IUnaryPlusOperators_2, Plane, Quaternion, Vector_1, Vector2, Vector3, Vector4 } from './System.Numerics/internal/index.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Byte, Double, IEquatable_1, Int16, Int32, Int64, IntPtr, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from './System/internal/index.js';
|
|
11
|
+
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
+
|
|
14
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
15
|
+
declare const __unspecified: unique symbol;
|
|
16
|
+
export type __ = typeof __unspecified;
|
|
17
|
+
|
|
18
|
+
export type Vector128<
|
|
19
|
+
T1 = __,
|
|
20
|
+
> =
|
|
21
|
+
[T1] extends [__] ? Internal.Vector128 :
|
|
22
|
+
Internal.Vector128_1<T1>;
|
|
23
|
+
|
|
24
|
+
export type Vector256<
|
|
25
|
+
T1 = __,
|
|
26
|
+
> =
|
|
27
|
+
[T1] extends [__] ? Internal.Vector256 :
|
|
28
|
+
Internal.Vector256_1<T1>;
|
|
29
|
+
|
|
30
|
+
export type Vector512<
|
|
31
|
+
T1 = __,
|
|
32
|
+
> =
|
|
33
|
+
[T1] extends [__] ? Internal.Vector512 :
|
|
34
|
+
Internal.Vector512_1<T1>;
|
|
35
|
+
|
|
36
|
+
export type Vector64<
|
|
37
|
+
T1 = __,
|
|
38
|
+
> =
|
|
39
|
+
[T1] extends [__] ? Internal.Vector64 :
|
|
40
|
+
Internal.Vector64_1<T1>;
|
|
41
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Runtime.Loader
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Runtime.Loader/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
11
|
+
import type { Assembly, AssemblyName } from './System.Reflection/internal/index.js';
|
|
12
|
+
import type { Action_1, Boolean as ClrBoolean, Func_3, IDisposable, Int32, IntPtr, Object as ClrObject, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
|
|
13
|
+
|
|
14
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
|
+
export { AssemblyLoadContext as AssemblyLoadContext } from './System.Runtime.Loader/internal/index.js';
|
|
16
|
+
export { AssemblyLoadContext_ContextualReflectionScope as AssemblyLoadContext_ContextualReflectionScope } from './System.Runtime.Loader/internal/index.js';
|
|
17
|
+
export { AssemblyDependencyResolver as AssemblyDependencyResolver } from './System.Runtime.Loader/internal/index.js';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Runtime.Remoting
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Runtime.Remoting/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Boolean as ClrBoolean, Int32, MarshalByRefObject, Object as ClrObject, String as ClrString, Type } from './System/internal/index.js';
|
|
10
|
+
|
|
11
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
|
+
export { ObjectHandle as ObjectHandle } from './System.Runtime.Remoting/internal/index.js';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Runtime.Serialization.DataContracts
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Runtime.Serialization.DataContracts/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Dictionary_2, IEnumerable_1, List_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
11
|
+
import type { Hashtable } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { ISerializationSurrogateProvider } from './System.Runtime.Serialization/internal/index.js';
|
|
13
|
+
import type { XmlSchemaElement, XmlSchemaSet, XmlSchemaType } from './System.Xml.Schema/internal/index.js';
|
|
14
|
+
import type { XmlDictionaryString, XmlQualifiedName } from './System.Xml/internal/index.js';
|
|
15
|
+
import type { Boolean as ClrBoolean, Int32, Int64, Nullable_1, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
|
|
16
|
+
|
|
17
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
18
|
+
export { DataContract as DataContract } from './System.Runtime.Serialization.DataContracts/internal/index.js';
|
|
19
|
+
export { DataContractSet as DataContractSet } from './System.Runtime.Serialization.DataContracts/internal/index.js';
|
|
20
|
+
export { DataMember as DataMember } from './System.Runtime.Serialization.DataContracts/internal/index.js';
|
|
21
|
+
export { XmlDataContract as XmlDataContract } from './System.Runtime.Serialization.DataContracts/internal/index.js';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Runtime.Serialization.Formatters.Binary
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Runtime.Serialization.Formatters.Binary/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
10
|
+
import type { FormatterAssemblyStyle, FormatterTypeStyle, TypeFilterLevel } from './System.Runtime.Serialization.Formatters/internal/index.js';
|
|
11
|
+
import type { IFormatter, ISurrogateSelector, SerializationBinder, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
12
|
+
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
|
|
13
|
+
|
|
14
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
|
+
export { BinaryFormatter as BinaryFormatter } from './System.Runtime.Serialization.Formatters.Binary/internal/index.js';
|
|
@@ -3,15 +3,13 @@
|
|
|
3
3
|
// Facade - Public API Surface
|
|
4
4
|
|
|
5
5
|
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
6
|
+
import * as Internal from './System.Runtime.Serialization.Formatters/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 '
|
|
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';
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
export {
|
|
15
|
-
export { FormatterAssemblyStyle as FormatterAssemblyStyle } from './internal/index.js';
|
|
16
|
-
export { TypeFilterLevel as TypeFilterLevel } from './internal/index.js';
|
|
11
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
|
+
export { FormatterTypeStyle as FormatterTypeStyle } from './System.Runtime.Serialization.Formatters/internal/index.js';
|
|
13
|
+
export { FormatterAssemblyStyle as FormatterAssemblyStyle } from './System.Runtime.Serialization.Formatters/internal/index.js';
|
|
14
|
+
export { TypeFilterLevel as TypeFilterLevel } from './System.Runtime.Serialization.Formatters/internal/index.js';
|
|
17
15
|
export type IFieldInfo = Internal.IFieldInfo;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Runtime.Serialization.Json
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Runtime.Serialization.Json/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
11
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
12
|
+
import type { DateTimeFormat, EmitTypeInformation, ISerializationSurrogateProvider, XmlObjectSerializer } from './System.Runtime.Serialization/internal/index.js';
|
|
13
|
+
import type { Encoding } from './System.Text/internal/index.js';
|
|
14
|
+
import type { OnXmlDictionaryReaderClose, XmlDictionaryReader, XmlDictionaryReaderQuotas, XmlDictionaryString, XmlDictionaryWriter, XmlReader, XmlWriter } from './System.Xml/internal/index.js';
|
|
15
|
+
import type { Boolean as ClrBoolean, Byte, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
|
|
16
|
+
|
|
17
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
18
|
+
export { DataContractJsonSerializer as DataContractJsonSerializer } from './System.Runtime.Serialization.Json/internal/index.js';
|
|
19
|
+
export { DataContractJsonSerializerExtensions$instance as DataContractJsonSerializerExtensions } from './System.Runtime.Serialization.Json/internal/index.js';
|
|
20
|
+
export { DataContractJsonSerializerSettings as DataContractJsonSerializerSettings } from './System.Runtime.Serialization.Json/internal/index.js';
|
|
21
|
+
export type IXmlJsonReaderInitializer = Internal.IXmlJsonReaderInitializer;
|
|
22
|
+
export type IXmlJsonWriterInitializer = Internal.IXmlJsonWriterInitializer;
|
|
23
|
+
export { JsonReaderWriterFactory$instance as JsonReaderWriterFactory } from './System.Runtime.Serialization.Json/internal/index.js';
|