@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
|
@@ -1,18 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
12
|
-
|
|
13
|
-
// Individual type exports for convenience
|
|
14
|
-
export { SwiftSelf as SwiftSelf_0 } from './internal/index.js';
|
|
15
|
-
export { SwiftSelf_1 as SwiftSelf_1 } from './internal/index.js';
|
|
16
|
-
export { SwiftSelf_1 as SwiftSelf } from './internal/index.js';
|
|
17
|
-
export { SwiftError as SwiftError } from './internal/index.js';
|
|
18
|
-
export { SwiftIndirectResult as SwiftIndirectResult } from './internal/index.js';
|
|
@@ -1,26 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
13
|
-
|
|
14
|
-
// Individual type exports for convenience
|
|
15
|
-
export { Vector128$instance as Vector128_0 } from './internal/index.js';
|
|
16
|
-
export { Vector128_1 as Vector128_1 } from './internal/index.js';
|
|
17
|
-
export { Vector128_1 as Vector128 } from './internal/index.js';
|
|
18
|
-
export { Vector256$instance as Vector256_0 } from './internal/index.js';
|
|
19
|
-
export { Vector256_1 as Vector256_1 } from './internal/index.js';
|
|
20
|
-
export { Vector256_1 as Vector256 } from './internal/index.js';
|
|
21
|
-
export { Vector512$instance as Vector512_0 } from './internal/index.js';
|
|
22
|
-
export { Vector512_1 as Vector512_1 } from './internal/index.js';
|
|
23
|
-
export { Vector512_1 as Vector512 } from './internal/index.js';
|
|
24
|
-
export { Vector64$instance as Vector64_0 } from './internal/index.js';
|
|
25
|
-
export { Vector64_1 as Vector64_1 } from './internal/index.js';
|
|
26
|
-
export { Vector64_1 as Vector64 } from './internal/index.js';
|
|
@@ -1,37 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
14
|
-
|
|
15
|
-
// Individual type exports for convenience
|
|
16
|
-
export { SveMaskPattern as SveMaskPattern } from './internal/index.js';
|
|
17
|
-
export { SvePrefetchType as SvePrefetchType } from './internal/index.js';
|
|
18
|
-
export { AdvSimd as AdvSimd } from './internal/index.js';
|
|
19
|
-
export { AdvSimd_Arm64 as AdvSimd_Arm64 } from './internal/index.js';
|
|
20
|
-
export { Aes as Aes } from './internal/index.js';
|
|
21
|
-
export { Aes_Arm64 as Aes_Arm64 } from './internal/index.js';
|
|
22
|
-
export { ArmBase as ArmBase } from './internal/index.js';
|
|
23
|
-
export { ArmBase_Arm64 as ArmBase_Arm64 } from './internal/index.js';
|
|
24
|
-
export { Crc32 as Crc32 } from './internal/index.js';
|
|
25
|
-
export { Crc32_Arm64 as Crc32_Arm64 } from './internal/index.js';
|
|
26
|
-
export { Dp as Dp } from './internal/index.js';
|
|
27
|
-
export { Dp_Arm64 as Dp_Arm64 } from './internal/index.js';
|
|
28
|
-
export { Rdm as Rdm } from './internal/index.js';
|
|
29
|
-
export { Rdm_Arm64 as Rdm_Arm64 } from './internal/index.js';
|
|
30
|
-
export { Sha1 as Sha1 } from './internal/index.js';
|
|
31
|
-
export { Sha1_Arm64 as Sha1_Arm64 } from './internal/index.js';
|
|
32
|
-
export { Sha256 as Sha256 } from './internal/index.js';
|
|
33
|
-
export { Sha256_Arm64 as Sha256_Arm64 } from './internal/index.js';
|
|
34
|
-
export { Sve as Sve } from './internal/index.js';
|
|
35
|
-
export { Sve_Arm64 as Sve_Arm64 } from './internal/index.js';
|
|
36
|
-
export { Sve2 as Sve2 } from './internal/index.js';
|
|
37
|
-
export { Sve2_Arm64 as Sve2_Arm64 } from './internal/index.js';
|
|
@@ -1,15 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
13
|
-
|
|
14
|
-
// Individual type exports for convenience
|
|
15
|
-
export { PackedSimd as PackedSimd } from './internal/index.js';
|
|
@@ -1,90 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
13
|
-
|
|
14
|
-
// Individual type exports for convenience
|
|
15
|
-
export { X86Base as X86Base } from './internal/index.js';
|
|
16
|
-
export { X86Base_X64 as X86Base_X64 } from './internal/index.js';
|
|
17
|
-
export { FloatComparisonMode as FloatComparisonMode } from './internal/index.js';
|
|
18
|
-
export { FloatRoundingMode as FloatRoundingMode } from './internal/index.js';
|
|
19
|
-
export { Aes as Aes } from './internal/index.js';
|
|
20
|
-
export { Aes_X64 as Aes_X64 } from './internal/index.js';
|
|
21
|
-
export { Avx as Avx } from './internal/index.js';
|
|
22
|
-
export { Avx_X64 as Avx_X64 } from './internal/index.js';
|
|
23
|
-
export { Avx2 as Avx2 } from './internal/index.js';
|
|
24
|
-
export { Avx2_X64 as Avx2_X64 } from './internal/index.js';
|
|
25
|
-
export { Avx10v1 as Avx10v1 } from './internal/index.js';
|
|
26
|
-
export { Avx10v1_X64 as Avx10v1_X64 } from './internal/index.js';
|
|
27
|
-
export { Avx10v1_V512 as Avx10v1_V512 } from './internal/index.js';
|
|
28
|
-
export { Avx10v1_V512_X64 as Avx10v1_V512_X64 } from './internal/index.js';
|
|
29
|
-
export { Avx10v2 as Avx10v2 } from './internal/index.js';
|
|
30
|
-
export { Avx10v2_X64 as Avx10v2_X64 } from './internal/index.js';
|
|
31
|
-
export { Avx10v2_V512 as Avx10v2_V512 } from './internal/index.js';
|
|
32
|
-
export { Avx10v2_V512_X64 as Avx10v2_V512_X64 } from './internal/index.js';
|
|
33
|
-
export { AvxVnniInt8 as AvxVnniInt8 } from './internal/index.js';
|
|
34
|
-
export { AvxVnniInt8_X64 as AvxVnniInt8_X64 } from './internal/index.js';
|
|
35
|
-
export { AvxVnniInt8_V512 as AvxVnniInt8_V512 } from './internal/index.js';
|
|
36
|
-
export { AvxVnniInt16 as AvxVnniInt16 } from './internal/index.js';
|
|
37
|
-
export { AvxVnniInt16_X64 as AvxVnniInt16_X64 } from './internal/index.js';
|
|
38
|
-
export { AvxVnniInt16_V512 as AvxVnniInt16_V512 } from './internal/index.js';
|
|
39
|
-
export { Avx512BW as Avx512BW } from './internal/index.js';
|
|
40
|
-
export { Avx512BW_VL as Avx512BW_VL } from './internal/index.js';
|
|
41
|
-
export { Avx512BW_X64 as Avx512BW_X64 } from './internal/index.js';
|
|
42
|
-
export { Avx512CD as Avx512CD } from './internal/index.js';
|
|
43
|
-
export { Avx512CD_VL as Avx512CD_VL } from './internal/index.js';
|
|
44
|
-
export { Avx512CD_X64 as Avx512CD_X64 } from './internal/index.js';
|
|
45
|
-
export { Avx512DQ as Avx512DQ } from './internal/index.js';
|
|
46
|
-
export { Avx512DQ_VL as Avx512DQ_VL } from './internal/index.js';
|
|
47
|
-
export { Avx512DQ_X64 as Avx512DQ_X64 } from './internal/index.js';
|
|
48
|
-
export { Avx512F as Avx512F } from './internal/index.js';
|
|
49
|
-
export { Avx512F_VL as Avx512F_VL } from './internal/index.js';
|
|
50
|
-
export { Avx512F_X64 as Avx512F_X64 } from './internal/index.js';
|
|
51
|
-
export { Avx512Vbmi as Avx512Vbmi } from './internal/index.js';
|
|
52
|
-
export { Avx512Vbmi_VL as Avx512Vbmi_VL } from './internal/index.js';
|
|
53
|
-
export { Avx512Vbmi_X64 as Avx512Vbmi_X64 } from './internal/index.js';
|
|
54
|
-
export { Avx512Vbmi2 as Avx512Vbmi2 } from './internal/index.js';
|
|
55
|
-
export { Avx512Vbmi2_VL as Avx512Vbmi2_VL } from './internal/index.js';
|
|
56
|
-
export { Avx512Vbmi2_X64 as Avx512Vbmi2_X64 } from './internal/index.js';
|
|
57
|
-
export { AvxVnni as AvxVnni } from './internal/index.js';
|
|
58
|
-
export { AvxVnni_X64 as AvxVnni_X64 } from './internal/index.js';
|
|
59
|
-
export { Bmi1 as Bmi1 } from './internal/index.js';
|
|
60
|
-
export { Bmi1_X64 as Bmi1_X64 } from './internal/index.js';
|
|
61
|
-
export { Bmi2 as Bmi2 } from './internal/index.js';
|
|
62
|
-
export { Bmi2_X64 as Bmi2_X64 } from './internal/index.js';
|
|
63
|
-
export { Fma as Fma } from './internal/index.js';
|
|
64
|
-
export { Fma_X64 as Fma_X64 } from './internal/index.js';
|
|
65
|
-
export { Gfni as Gfni } from './internal/index.js';
|
|
66
|
-
export { Gfni_X64 as Gfni_X64 } from './internal/index.js';
|
|
67
|
-
export { Gfni_V256 as Gfni_V256 } from './internal/index.js';
|
|
68
|
-
export { Gfni_V512 as Gfni_V512 } from './internal/index.js';
|
|
69
|
-
export { Lzcnt as Lzcnt } from './internal/index.js';
|
|
70
|
-
export { Lzcnt_X64 as Lzcnt_X64 } from './internal/index.js';
|
|
71
|
-
export { Pclmulqdq as Pclmulqdq } from './internal/index.js';
|
|
72
|
-
export { Pclmulqdq_X64 as Pclmulqdq_X64 } from './internal/index.js';
|
|
73
|
-
export { Pclmulqdq_V256 as Pclmulqdq_V256 } from './internal/index.js';
|
|
74
|
-
export { Pclmulqdq_V512 as Pclmulqdq_V512 } from './internal/index.js';
|
|
75
|
-
export { Popcnt as Popcnt } from './internal/index.js';
|
|
76
|
-
export { Popcnt_X64 as Popcnt_X64 } from './internal/index.js';
|
|
77
|
-
export { Sse as Sse } from './internal/index.js';
|
|
78
|
-
export { Sse_X64 as Sse_X64 } from './internal/index.js';
|
|
79
|
-
export { Sse2 as Sse2 } from './internal/index.js';
|
|
80
|
-
export { Sse2_X64 as Sse2_X64 } from './internal/index.js';
|
|
81
|
-
export { Sse3 as Sse3 } from './internal/index.js';
|
|
82
|
-
export { Sse3_X64 as Sse3_X64 } from './internal/index.js';
|
|
83
|
-
export { Sse41 as Sse41 } from './internal/index.js';
|
|
84
|
-
export { Sse41_X64 as Sse41_X64 } from './internal/index.js';
|
|
85
|
-
export { Sse42 as Sse42 } from './internal/index.js';
|
|
86
|
-
export { Sse42_X64 as Sse42_X64 } from './internal/index.js';
|
|
87
|
-
export { Ssse3 as Ssse3 } from './internal/index.js';
|
|
88
|
-
export { Ssse3_X64 as Ssse3_X64 } from './internal/index.js';
|
|
89
|
-
export { X86Serialize as X86Serialize } from './internal/index.js';
|
|
90
|
-
export { X86Serialize_X64 as X86Serialize_X64 } from './internal/index.js';
|
|
@@ -1,19 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
15
|
-
|
|
16
|
-
// Individual type exports for convenience
|
|
17
|
-
export { AssemblyLoadContext as AssemblyLoadContext } from './internal/index.js';
|
|
18
|
-
export { AssemblyLoadContext_ContextualReflectionScope as AssemblyLoadContext_ContextualReflectionScope } from './internal/index.js';
|
|
19
|
-
export { AssemblyDependencyResolver as AssemblyDependencyResolver } from './internal/index.js';
|
|
@@ -1,14 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
12
|
-
|
|
13
|
-
// Individual type exports for convenience
|
|
14
|
-
export { ObjectHandle as ObjectHandle } from './internal/index.js';
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Runtime.Serialization
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ICollection_1, IEnumerable_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { Collection_1, ReadOnlyCollection_1 } from '../System.Collections.ObjectModel/internal/index.js';
|
|
11
|
-
import type { IDictionary, IEnumerator } from '../System.Collections/internal/index.js';
|
|
12
|
-
import type { DateTimeStyles } from '../System.Globalization/internal/index.js';
|
|
13
|
-
import type { Stream } from '../System.IO/internal/index.js';
|
|
14
|
-
import type { Assembly, ConstructorInfo, MemberInfo, MethodBase, MethodInfo, PropertyInfo } from '../System.Reflection/internal/index.js';
|
|
15
|
-
import type { TypeFilterLevel } from '../System.Runtime.Serialization.Formatters/internal/index.js';
|
|
16
|
-
import type { StringBuilder } from '../System.Text/internal/index.js';
|
|
17
|
-
import type { XmlSchemaSet, XmlSchemaType } from '../System.Xml.Schema/internal/index.js';
|
|
18
|
-
import type { XmlDictionaryReader, XmlDictionaryString, XmlDictionaryWriter, XmlNamespaceManager, XmlNode, XmlQualifiedName, XmlReader, XmlWriter } from '../System.Xml/internal/index.js';
|
|
19
|
-
import type { AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Delegate, Double, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, SByte, Single, String as ClrString, SystemException, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from '../System/internal/index.js';
|
|
20
|
-
|
|
21
|
-
export * from './internal/index.js';
|
|
22
|
-
|
|
23
|
-
// Individual type exports for convenience
|
|
24
|
-
export { DeserializationToken as DeserializationToken } from './internal/index.js';
|
|
25
|
-
export type IDeserializationCallback = Internal.IDeserializationCallback;
|
|
26
|
-
export type IFormatterConverter = Internal.IFormatterConverter;
|
|
27
|
-
export type IObjectReference = Internal.IObjectReference;
|
|
28
|
-
export type ISafeSerializationData = Internal.ISafeSerializationData;
|
|
29
|
-
export type ISerializable = Internal.ISerializable;
|
|
30
|
-
export { OnDeserializedAttribute as OnDeserializedAttribute } from './internal/index.js';
|
|
31
|
-
export { OnDeserializingAttribute as OnDeserializingAttribute } from './internal/index.js';
|
|
32
|
-
export { OnSerializedAttribute as OnSerializedAttribute } from './internal/index.js';
|
|
33
|
-
export { OnSerializingAttribute as OnSerializingAttribute } from './internal/index.js';
|
|
34
|
-
export { OptionalFieldAttribute as OptionalFieldAttribute } from './internal/index.js';
|
|
35
|
-
export { SafeSerializationEventArgs as SafeSerializationEventArgs } from './internal/index.js';
|
|
36
|
-
export { SerializationException as SerializationException } from './internal/index.js';
|
|
37
|
-
export { SerializationInfo as SerializationInfo } from './internal/index.js';
|
|
38
|
-
export { SerializationEntry as SerializationEntry } from './internal/index.js';
|
|
39
|
-
export { SerializationInfoEnumerator as SerializationInfoEnumerator } from './internal/index.js';
|
|
40
|
-
export { StreamingContext as StreamingContext } from './internal/index.js';
|
|
41
|
-
export { StreamingContextStates as StreamingContextStates } from './internal/index.js';
|
|
42
|
-
export { DataContractResolver as DataContractResolver } from './internal/index.js';
|
|
43
|
-
export { DataContractSerializer as DataContractSerializer } from './internal/index.js';
|
|
44
|
-
export { DataContractSerializerExtensions$instance as DataContractSerializerExtensions } from './internal/index.js';
|
|
45
|
-
export { DataContractSerializerSettings as DataContractSerializerSettings } from './internal/index.js';
|
|
46
|
-
export { ExportOptions as ExportOptions } from './internal/index.js';
|
|
47
|
-
export { ExtensionDataObject as ExtensionDataObject } from './internal/index.js';
|
|
48
|
-
export type IExtensibleDataObject = Internal.IExtensibleDataObject;
|
|
49
|
-
export { XmlObjectSerializer as XmlObjectSerializer } from './internal/index.js';
|
|
50
|
-
export { XmlSerializableServices$instance as XmlSerializableServices } from './internal/index.js';
|
|
51
|
-
export { XPathQueryGenerator$instance as XPathQueryGenerator } from './internal/index.js';
|
|
52
|
-
export { XsdDataContractExporter as XsdDataContractExporter } from './internal/index.js';
|
|
53
|
-
export { DateTimeFormat as DateTimeFormat } from './internal/index.js';
|
|
54
|
-
export { EmitTypeInformation as EmitTypeInformation } from './internal/index.js';
|
|
55
|
-
export { JsonFormatGeneratorStatics$instance as JsonFormatGeneratorStatics } from './internal/index.js';
|
|
56
|
-
export type SerializationEventHandler = Internal.SerializationEventHandler;
|
|
57
|
-
export { Formatter as Formatter } from './internal/index.js';
|
|
58
|
-
export { FormatterConverter as FormatterConverter } from './internal/index.js';
|
|
59
|
-
export { FormatterServices$instance as FormatterServices } from './internal/index.js';
|
|
60
|
-
export type IFormatter = Internal.IFormatter;
|
|
61
|
-
export type ISerializationSurrogate = Internal.ISerializationSurrogate;
|
|
62
|
-
export type ISurrogateSelector = Internal.ISurrogateSelector;
|
|
63
|
-
export { ObjectIDGenerator as ObjectIDGenerator } from './internal/index.js';
|
|
64
|
-
export { ObjectManager as ObjectManager } from './internal/index.js';
|
|
65
|
-
export { TypeLoadExceptionHolder as TypeLoadExceptionHolder } from './internal/index.js';
|
|
66
|
-
export { SerializationBinder as SerializationBinder } from './internal/index.js';
|
|
67
|
-
export { SerializationObjectManager as SerializationObjectManager } from './internal/index.js';
|
|
68
|
-
export { SurrogateSelector as SurrogateSelector } from './internal/index.js';
|
|
69
|
-
export { CollectionDataContractAttribute as CollectionDataContractAttribute } from './internal/index.js';
|
|
70
|
-
export { ContractNamespaceAttribute as ContractNamespaceAttribute } from './internal/index.js';
|
|
71
|
-
export { DataContractAttribute as DataContractAttribute } from './internal/index.js';
|
|
72
|
-
export { DataMemberAttribute as DataMemberAttribute } from './internal/index.js';
|
|
73
|
-
export { EnumMemberAttribute as EnumMemberAttribute } from './internal/index.js';
|
|
74
|
-
export { IgnoreDataMemberAttribute as IgnoreDataMemberAttribute } from './internal/index.js';
|
|
75
|
-
export { InvalidDataContractException as InvalidDataContractException } from './internal/index.js';
|
|
76
|
-
export type ISerializationSurrogateProvider2 = Internal.ISerializationSurrogateProvider2;
|
|
77
|
-
export type ISerializationSurrogateProvider = Internal.ISerializationSurrogateProvider;
|
|
78
|
-
export { KnownTypeAttribute as KnownTypeAttribute } from './internal/index.js';
|
|
@@ -1,23 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
18
|
-
|
|
19
|
-
// Individual type exports for convenience
|
|
20
|
-
export { DataContract as DataContract } from './internal/index.js';
|
|
21
|
-
export { DataContractSet as DataContractSet } from './internal/index.js';
|
|
22
|
-
export { DataMember as DataMember } from './internal/index.js';
|
|
23
|
-
export { XmlDataContract as XmlDataContract } from './internal/index.js';
|
|
@@ -1,17 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
15
|
-
|
|
16
|
-
// Individual type exports for convenience
|
|
17
|
-
export { BinaryFormatter as BinaryFormatter } from './internal/index.js';
|
|
@@ -1,25 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
18
|
-
|
|
19
|
-
// Individual type exports for convenience
|
|
20
|
-
export { DataContractJsonSerializer as DataContractJsonSerializer } from './internal/index.js';
|
|
21
|
-
export { DataContractJsonSerializerExtensions$instance as DataContractJsonSerializerExtensions } from './internal/index.js';
|
|
22
|
-
export { DataContractJsonSerializerSettings as DataContractJsonSerializerSettings } from './internal/index.js';
|
|
23
|
-
export type IXmlJsonReaderInitializer = Internal.IXmlJsonReaderInitializer;
|
|
24
|
-
export type IXmlJsonWriterInitializer = Internal.IXmlJsonWriterInitializer;
|
|
25
|
-
export { JsonReaderWriterFactory$instance as JsonReaderWriterFactory } from './internal/index.js';
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Runtime.Versioning
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Version } from '../System/internal/index.js';
|
|
10
|
-
|
|
11
|
-
export * from './internal/index.js';
|
|
12
|
-
|
|
13
|
-
// Individual type exports for convenience
|
|
14
|
-
export { ComponentGuaranteesAttribute as ComponentGuaranteesAttribute } from './internal/index.js';
|
|
15
|
-
export { ComponentGuaranteesOptions as ComponentGuaranteesOptions } from './internal/index.js';
|
|
16
|
-
export { FrameworkName as FrameworkName } from './internal/index.js';
|
|
17
|
-
export { OSPlatformAttribute as OSPlatformAttribute } from './internal/index.js';
|
|
18
|
-
export { TargetPlatformAttribute as TargetPlatformAttribute } from './internal/index.js';
|
|
19
|
-
export { SupportedOSPlatformAttribute as SupportedOSPlatformAttribute } from './internal/index.js';
|
|
20
|
-
export { UnsupportedOSPlatformAttribute as UnsupportedOSPlatformAttribute } from './internal/index.js';
|
|
21
|
-
export { ObsoletedOSPlatformAttribute as ObsoletedOSPlatformAttribute } from './internal/index.js';
|
|
22
|
-
export { SupportedOSPlatformGuardAttribute as SupportedOSPlatformGuardAttribute } from './internal/index.js';
|
|
23
|
-
export { UnsupportedOSPlatformGuardAttribute as UnsupportedOSPlatformGuardAttribute } from './internal/index.js';
|
|
24
|
-
export { RequiresPreviewFeaturesAttribute as RequiresPreviewFeaturesAttribute } from './internal/index.js';
|
|
25
|
-
export { ResourceConsumptionAttribute as ResourceConsumptionAttribute } from './internal/index.js';
|
|
26
|
-
export { ResourceExposureAttribute as ResourceExposureAttribute } from './internal/index.js';
|
|
27
|
-
export { ResourceScope as ResourceScope } from './internal/index.js';
|
|
28
|
-
export { TargetFrameworkAttribute as TargetFrameworkAttribute } from './internal/index.js';
|
|
29
|
-
export { VersioningHelper$instance as VersioningHelper } from './internal/index.js';
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Security
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ArrayList, Hashtable, ICollection, IDictionary, IEnumerable, IEnumerator } from '../System.Collections/internal/index.js';
|
|
10
|
-
import type { AssemblyName, MethodBase, MethodInfo } from '../System.Reflection/internal/index.js';
|
|
11
|
-
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
12
|
-
import type { PermissionState } from '../System.Security.Permissions/internal/index.js';
|
|
13
|
-
import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, Enum, Exception, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Void } from '../System/internal/index.js';
|
|
14
|
-
|
|
15
|
-
export * from './internal/index.js';
|
|
16
|
-
|
|
17
|
-
// Individual type exports for convenience
|
|
18
|
-
export { AllowPartiallyTrustedCallersAttribute as AllowPartiallyTrustedCallersAttribute } from './internal/index.js';
|
|
19
|
-
export type IPermission = Internal.IPermission;
|
|
20
|
-
export type ISecurityEncodable = Internal.ISecurityEncodable;
|
|
21
|
-
export type IStackWalk = Internal.IStackWalk;
|
|
22
|
-
export { PartialTrustVisibilityLevel as PartialTrustVisibilityLevel } from './internal/index.js';
|
|
23
|
-
export { PermissionSet as PermissionSet } from './internal/index.js';
|
|
24
|
-
export { SecureString as SecureString } from './internal/index.js';
|
|
25
|
-
export { SecurityCriticalAttribute as SecurityCriticalAttribute } from './internal/index.js';
|
|
26
|
-
export { SecurityCriticalScope as SecurityCriticalScope } from './internal/index.js';
|
|
27
|
-
export { SecurityElement as SecurityElement } from './internal/index.js';
|
|
28
|
-
export { SecurityException as SecurityException } from './internal/index.js';
|
|
29
|
-
export { SecurityRulesAttribute as SecurityRulesAttribute } from './internal/index.js';
|
|
30
|
-
export { SecurityRuleSet as SecurityRuleSet } from './internal/index.js';
|
|
31
|
-
export { SecuritySafeCriticalAttribute as SecuritySafeCriticalAttribute } from './internal/index.js';
|
|
32
|
-
export { SecurityTransparentAttribute as SecurityTransparentAttribute } from './internal/index.js';
|
|
33
|
-
export { SecurityTreatAsSafeAttribute as SecurityTreatAsSafeAttribute } from './internal/index.js';
|
|
34
|
-
export { SuppressUnmanagedCodeSecurityAttribute as SuppressUnmanagedCodeSecurityAttribute } from './internal/index.js';
|
|
35
|
-
export { UnverifiableCodeAttribute as UnverifiableCodeAttribute } from './internal/index.js';
|
|
36
|
-
export { VerificationException as VerificationException } from './internal/index.js';
|
|
37
|
-
export { SecureStringMarshal$instance as SecureStringMarshal } from './internal/index.js';
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Security.AccessControl
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ICollection, IDictionary, IEnumerable, IEnumerator, ReadOnlyCollectionBase } from '../System.Collections/internal/index.js';
|
|
10
|
-
import type { MethodBase } from '../System.Reflection/internal/index.js';
|
|
11
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
12
|
-
import type { IdentityReference, SecurityIdentifier } from '../System.Security.Principal/internal/index.js';
|
|
13
|
-
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Enum, Exception, Guid, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, UnauthorizedAccessException, ValueType, Void } from '../System/internal/index.js';
|
|
14
|
-
|
|
15
|
-
export * from './internal/index.js';
|
|
16
|
-
|
|
17
|
-
// Individual type exports for convenience
|
|
18
|
-
export { RegistryAccessRule as RegistryAccessRule } from './internal/index.js';
|
|
19
|
-
export { RegistryAuditRule as RegistryAuditRule } from './internal/index.js';
|
|
20
|
-
export { RegistryRights as RegistryRights } from './internal/index.js';
|
|
21
|
-
export { RegistrySecurity as RegistrySecurity } from './internal/index.js';
|
|
22
|
-
export { DirectoryObjectSecurity as DirectoryObjectSecurity } from './internal/index.js';
|
|
23
|
-
export { DirectorySecurity as DirectorySecurity } from './internal/index.js';
|
|
24
|
-
export { FileSecurity as FileSecurity } from './internal/index.js';
|
|
25
|
-
export { FileSystemAccessRule as FileSystemAccessRule } from './internal/index.js';
|
|
26
|
-
export { FileSystemAuditRule as FileSystemAuditRule } from './internal/index.js';
|
|
27
|
-
export { FileSystemRights as FileSystemRights } from './internal/index.js';
|
|
28
|
-
export { FileSystemSecurity as FileSystemSecurity } from './internal/index.js';
|
|
29
|
-
export { AccessControlActions as AccessControlActions } from './internal/index.js';
|
|
30
|
-
export { AccessControlModification as AccessControlModification } from './internal/index.js';
|
|
31
|
-
export { AccessControlSections as AccessControlSections } from './internal/index.js';
|
|
32
|
-
export { AccessControlType as AccessControlType } from './internal/index.js';
|
|
33
|
-
export { AccessRule as AccessRule_0 } from './internal/index.js';
|
|
34
|
-
export { AccessRule_1 as AccessRule_1 } from './internal/index.js';
|
|
35
|
-
export { AccessRule_1 as AccessRule } from './internal/index.js';
|
|
36
|
-
export { AceEnumerator as AceEnumerator } from './internal/index.js';
|
|
37
|
-
export { AceFlags as AceFlags } from './internal/index.js';
|
|
38
|
-
export { AceQualifier as AceQualifier } from './internal/index.js';
|
|
39
|
-
export { AceType as AceType } from './internal/index.js';
|
|
40
|
-
export { AuditFlags as AuditFlags } from './internal/index.js';
|
|
41
|
-
export { AuditRule as AuditRule_0 } from './internal/index.js';
|
|
42
|
-
export { AuditRule_1 as AuditRule_1 } from './internal/index.js';
|
|
43
|
-
export { AuditRule_1 as AuditRule } from './internal/index.js';
|
|
44
|
-
export { AuthorizationRule as AuthorizationRule } from './internal/index.js';
|
|
45
|
-
export { AuthorizationRuleCollection as AuthorizationRuleCollection } from './internal/index.js';
|
|
46
|
-
export { CommonAce as CommonAce } from './internal/index.js';
|
|
47
|
-
export { CommonAcl as CommonAcl } from './internal/index.js';
|
|
48
|
-
export { CommonObjectSecurity as CommonObjectSecurity } from './internal/index.js';
|
|
49
|
-
export { CommonSecurityDescriptor as CommonSecurityDescriptor } from './internal/index.js';
|
|
50
|
-
export { CompoundAce as CompoundAce } from './internal/index.js';
|
|
51
|
-
export { CompoundAceType as CompoundAceType } from './internal/index.js';
|
|
52
|
-
export { ControlFlags as ControlFlags } from './internal/index.js';
|
|
53
|
-
export { CustomAce as CustomAce } from './internal/index.js';
|
|
54
|
-
export { DiscretionaryAcl as DiscretionaryAcl } from './internal/index.js';
|
|
55
|
-
export { GenericAce as GenericAce } from './internal/index.js';
|
|
56
|
-
export { GenericAcl as GenericAcl } from './internal/index.js';
|
|
57
|
-
export { GenericSecurityDescriptor as GenericSecurityDescriptor } from './internal/index.js';
|
|
58
|
-
export { InheritanceFlags as InheritanceFlags } from './internal/index.js';
|
|
59
|
-
export { KnownAce as KnownAce } from './internal/index.js';
|
|
60
|
-
export { NativeObjectSecurity as NativeObjectSecurity } from './internal/index.js';
|
|
61
|
-
export { ObjectAccessRule as ObjectAccessRule } from './internal/index.js';
|
|
62
|
-
export { ObjectAce as ObjectAce } from './internal/index.js';
|
|
63
|
-
export { ObjectAceFlags as ObjectAceFlags } from './internal/index.js';
|
|
64
|
-
export { ObjectAuditRule as ObjectAuditRule } from './internal/index.js';
|
|
65
|
-
export { ObjectSecurity as ObjectSecurity_0 } from './internal/index.js';
|
|
66
|
-
export { ObjectSecurity_1 as ObjectSecurity_1 } from './internal/index.js';
|
|
67
|
-
export { ObjectSecurity_1 as ObjectSecurity } from './internal/index.js';
|
|
68
|
-
export { PrivilegeNotHeldException as PrivilegeNotHeldException } from './internal/index.js';
|
|
69
|
-
export { PropagationFlags as PropagationFlags } from './internal/index.js';
|
|
70
|
-
export { QualifiedAce as QualifiedAce } from './internal/index.js';
|
|
71
|
-
export { RawAcl as RawAcl } from './internal/index.js';
|
|
72
|
-
export { RawSecurityDescriptor as RawSecurityDescriptor } from './internal/index.js';
|
|
73
|
-
export { ResourceType as ResourceType } from './internal/index.js';
|
|
74
|
-
export { SecurityInfos as SecurityInfos } from './internal/index.js';
|
|
75
|
-
export { SystemAcl as SystemAcl } from './internal/index.js';
|
|
76
|
-
export { EventWaitHandleAccessRule as EventWaitHandleAccessRule } from './internal/index.js';
|
|
77
|
-
export { EventWaitHandleAuditRule as EventWaitHandleAuditRule } from './internal/index.js';
|
|
78
|
-
export { EventWaitHandleRights as EventWaitHandleRights } from './internal/index.js';
|
|
79
|
-
export { EventWaitHandleSecurity as EventWaitHandleSecurity } from './internal/index.js';
|
|
80
|
-
export { MutexAccessRule as MutexAccessRule } from './internal/index.js';
|
|
81
|
-
export { MutexAuditRule as MutexAuditRule } from './internal/index.js';
|
|
82
|
-
export { MutexRights as MutexRights } from './internal/index.js';
|
|
83
|
-
export { MutexSecurity as MutexSecurity } from './internal/index.js';
|
|
84
|
-
export { SemaphoreAccessRule as SemaphoreAccessRule } from './internal/index.js';
|
|
85
|
-
export { SemaphoreAuditRule as SemaphoreAuditRule } from './internal/index.js';
|
|
86
|
-
export { SemaphoreRights as SemaphoreRights } from './internal/index.js';
|
|
87
|
-
export { SemaphoreSecurity as SemaphoreSecurity } from './internal/index.js';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Security.Authentication
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IDictionary } from '../System.Collections/internal/index.js';
|
|
10
|
-
import type { MethodBase } from '../System.Reflection/internal/index.js';
|
|
11
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
12
|
-
import type { Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Void } from '../System/internal/index.js';
|
|
13
|
-
|
|
14
|
-
export * from './internal/index.js';
|
|
15
|
-
|
|
16
|
-
// Individual type exports for convenience
|
|
17
|
-
export { SslProtocols as SslProtocols } from './internal/index.js';
|
|
18
|
-
export { ExchangeAlgorithmType as ExchangeAlgorithmType } from './internal/index.js';
|
|
19
|
-
export { CipherAlgorithmType as CipherAlgorithmType } from './internal/index.js';
|
|
20
|
-
export { HashAlgorithmType as HashAlgorithmType } from './internal/index.js';
|
|
21
|
-
export { AuthenticationException as AuthenticationException } from './internal/index.js';
|
|
22
|
-
export { InvalidCredentialException as InvalidCredentialException } from './internal/index.js';
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Security.Authentication.ExtendedProtection
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './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 { ICollection, IDictionary, IEnumerable, IEnumerator, ReadOnlyCollectionBase } from '../System.Collections/internal/index.js';
|
|
11
|
-
import type { ITypeDescriptorContext, PropertyDescriptorCollection, TypeConverter, TypeConverter_StandardValuesCollection } from '../System.ComponentModel/internal/index.js';
|
|
12
|
-
import type { CultureInfo } from '../System.Globalization/internal/index.js';
|
|
13
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
14
|
-
import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from '../System/internal/index.js';
|
|
15
|
-
|
|
16
|
-
export * from './internal/index.js';
|
|
17
|
-
|
|
18
|
-
// Individual type exports for convenience
|
|
19
|
-
export { ExtendedProtectionPolicyTypeConverter as ExtendedProtectionPolicyTypeConverter } from './internal/index.js';
|
|
20
|
-
export { ChannelBinding as ChannelBinding } from './internal/index.js';
|
|
21
|
-
export { ChannelBindingKind as ChannelBindingKind } from './internal/index.js';
|
|
22
|
-
export { ExtendedProtectionPolicy as ExtendedProtectionPolicy } from './internal/index.js';
|
|
23
|
-
export { ServiceNameCollection as ServiceNameCollection } from './internal/index.js';
|
|
24
|
-
export { PolicyEnforcement as PolicyEnforcement } from './internal/index.js';
|
|
25
|
-
export { ProtectionScenario as ProtectionScenario } from './internal/index.js';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Security.Claims
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IDictionary_2, IEnumerable_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { BinaryReader, BinaryWriter } from '../System.IO/internal/index.js';
|
|
11
|
-
import type { IIdentity, IPrincipal } from '../System.Security.Principal/internal/index.js';
|
|
12
|
-
import type { Boolean as ClrBoolean, Func_1, Func_2, Int32, Object as ClrObject, Predicate_1, String as ClrString, StringComparison, Type, Void } from '../System/internal/index.js';
|
|
13
|
-
|
|
14
|
-
export * from './internal/index.js';
|
|
15
|
-
|
|
16
|
-
// Individual type exports for convenience
|
|
17
|
-
export { Claim as Claim } from './internal/index.js';
|
|
18
|
-
export { ClaimsIdentity as ClaimsIdentity } from './internal/index.js';
|
|
19
|
-
export { ClaimsPrincipal as ClaimsPrincipal } from './internal/index.js';
|
|
20
|
-
export { ClaimTypes$instance as ClaimTypes } from './internal/index.js';
|
|
21
|
-
export { ClaimValueTypes$instance as ClaimValueTypes } from './internal/index.js';
|