@tsonic/dotnet 0.7.2 → 0.7.3
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.CompilerServices.d.ts +45 -0
- 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.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 +33 -0
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent.d.ts +24 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +23 -0
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- 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.Common.d.ts +62 -0
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +133 -0
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics.d.ts +33 -0
- 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.d.ts +30 -0
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization.d.ts +57 -0
- 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.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +58 -0
- package/System.Linq.d.ts +43 -0
- package/System.Net.Cache.d.ts +16 -0
- 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.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +23 -0
- 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.d.ts +58 -0
- package/System.Reflection.Emit.d.ts +49 -0
- 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.d.ts +27 -0
- package/System.Runtime.CompilerServices.d.ts +185 -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.ComTypes.d.ts +70 -0
- package/System.Runtime.InteropServices.Java.d.ts +16 -0
- package/System.Runtime.InteropServices.JavaScript.d.ts +43 -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 +15 -0
- package/System.Runtime.InteropServices.d.ts +153 -0
- 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 +20 -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.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +82 -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.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.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata.d.ts +33 -0
- package/System.Text.Json.Serialization.d.ts +53 -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.Channels.d.ts +27 -0
- package/System.Threading.Tasks.Dataflow.d.ts +35 -0
- package/{System.Threading.Tasks.Sources/index.d.ts → System.Threading.Tasks.Sources.d.ts} +6 -10
- package/System.Threading.Tasks.d.ts +44 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- 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.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 +349 -0
- package/package.json +1 -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.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,57 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Globalization
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Globalization/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IDictionary, IEnumerator } from './System.Collections/internal/index.js';
|
|
10
|
+
import type { Assembly, MethodBase } from './System.Reflection/internal/index.js';
|
|
11
|
+
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
12
|
+
import type { Rune } from './System.Text/internal/index.js';
|
|
13
|
+
import type { ArgumentException, Boolean as ClrBoolean, Byte, Char, DateOnly, DateTime, DayOfWeek, Double, Enum, Exception, Guid, ICloneable, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, StringComparer, TimeSpan, Type, TypeCode, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { Calendar as Calendar } from './System.Globalization/internal/index.js';
|
|
17
|
+
export { CalendarAlgorithmType as CalendarAlgorithmType } from './System.Globalization/internal/index.js';
|
|
18
|
+
export { CalendarWeekRule as CalendarWeekRule } from './System.Globalization/internal/index.js';
|
|
19
|
+
export { CharUnicodeInfo$instance as CharUnicodeInfo } from './System.Globalization/internal/index.js';
|
|
20
|
+
export { ChineseLunisolarCalendar as ChineseLunisolarCalendar } from './System.Globalization/internal/index.js';
|
|
21
|
+
export { CompareInfo as CompareInfo } from './System.Globalization/internal/index.js';
|
|
22
|
+
export { CompareOptions as CompareOptions } from './System.Globalization/internal/index.js';
|
|
23
|
+
export { CultureInfo as CultureInfo } from './System.Globalization/internal/index.js';
|
|
24
|
+
export { CultureNotFoundException as CultureNotFoundException } from './System.Globalization/internal/index.js';
|
|
25
|
+
export { CultureTypes as CultureTypes } from './System.Globalization/internal/index.js';
|
|
26
|
+
export { DateTimeFormatInfo as DateTimeFormatInfo } from './System.Globalization/internal/index.js';
|
|
27
|
+
export { DateTimeStyles as DateTimeStyles } from './System.Globalization/internal/index.js';
|
|
28
|
+
export { DaylightTime as DaylightTime } from './System.Globalization/internal/index.js';
|
|
29
|
+
export { DigitShapes as DigitShapes } from './System.Globalization/internal/index.js';
|
|
30
|
+
export { EastAsianLunisolarCalendar as EastAsianLunisolarCalendar } from './System.Globalization/internal/index.js';
|
|
31
|
+
export { GlobalizationExtensions$instance as GlobalizationExtensions } from './System.Globalization/internal/index.js';
|
|
32
|
+
export { GregorianCalendar as GregorianCalendar } from './System.Globalization/internal/index.js';
|
|
33
|
+
export { GregorianCalendarTypes as GregorianCalendarTypes } from './System.Globalization/internal/index.js';
|
|
34
|
+
export { HebrewCalendar as HebrewCalendar } from './System.Globalization/internal/index.js';
|
|
35
|
+
export { HijriCalendar as HijriCalendar } from './System.Globalization/internal/index.js';
|
|
36
|
+
export { IdnMapping as IdnMapping } from './System.Globalization/internal/index.js';
|
|
37
|
+
export { ISOWeek$instance as ISOWeek } from './System.Globalization/internal/index.js';
|
|
38
|
+
export { JapaneseCalendar as JapaneseCalendar } from './System.Globalization/internal/index.js';
|
|
39
|
+
export { JapaneseLunisolarCalendar as JapaneseLunisolarCalendar } from './System.Globalization/internal/index.js';
|
|
40
|
+
export { JulianCalendar as JulianCalendar } from './System.Globalization/internal/index.js';
|
|
41
|
+
export { KoreanCalendar as KoreanCalendar } from './System.Globalization/internal/index.js';
|
|
42
|
+
export { KoreanLunisolarCalendar as KoreanLunisolarCalendar } from './System.Globalization/internal/index.js';
|
|
43
|
+
export { NumberFormatInfo as NumberFormatInfo } from './System.Globalization/internal/index.js';
|
|
44
|
+
export { NumberStyles as NumberStyles } from './System.Globalization/internal/index.js';
|
|
45
|
+
export { PersianCalendar as PersianCalendar } from './System.Globalization/internal/index.js';
|
|
46
|
+
export { RegionInfo as RegionInfo } from './System.Globalization/internal/index.js';
|
|
47
|
+
export { SortKey as SortKey } from './System.Globalization/internal/index.js';
|
|
48
|
+
export { SortVersion as SortVersion } from './System.Globalization/internal/index.js';
|
|
49
|
+
export { StringInfo as StringInfo } from './System.Globalization/internal/index.js';
|
|
50
|
+
export { TaiwanCalendar as TaiwanCalendar } from './System.Globalization/internal/index.js';
|
|
51
|
+
export { TaiwanLunisolarCalendar as TaiwanLunisolarCalendar } from './System.Globalization/internal/index.js';
|
|
52
|
+
export { TextElementEnumerator as TextElementEnumerator } from './System.Globalization/internal/index.js';
|
|
53
|
+
export { TextInfo as TextInfo } from './System.Globalization/internal/index.js';
|
|
54
|
+
export { ThaiBuddhistCalendar as ThaiBuddhistCalendar } from './System.Globalization/internal/index.js';
|
|
55
|
+
export { TimeSpanStyles as TimeSpanStyles } from './System.Globalization/internal/index.js';
|
|
56
|
+
export { UmAlQuraCalendar as UmAlQuraCalendar } from './System.Globalization/internal/index.js';
|
|
57
|
+
export { UnicodeCategory as UnicodeCategory } from './System.Globalization/internal/index.js';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.IO.Compression
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.IO.Compression/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { OperationStatus } from './System.Buffers/internal/index.js';
|
|
10
|
+
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
11
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { IOException, SeekOrigin, Stream } from './System.IO/internal/index.js';
|
|
13
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
14
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
15
|
+
import type { Encoding } from './System.Text/internal/index.js';
|
|
16
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
17
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
18
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Memory_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, TypeCode, UInt32, ValueType, Void } from './System/internal/index.js';
|
|
19
|
+
|
|
20
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
21
|
+
export { ZipArchive as ZipArchive } from './System.IO.Compression/internal/index.js';
|
|
22
|
+
export { ZipArchiveEntry as ZipArchiveEntry } from './System.IO.Compression/internal/index.js';
|
|
23
|
+
export { ZipArchiveMode as ZipArchiveMode } from './System.IO.Compression/internal/index.js';
|
|
24
|
+
export { DeflateStream as DeflateStream } from './System.IO.Compression/internal/index.js';
|
|
25
|
+
export { ZLibException as ZLibException } from './System.IO.Compression/internal/index.js';
|
|
26
|
+
export { CompressionLevel as CompressionLevel } from './System.IO.Compression/internal/index.js';
|
|
27
|
+
export { CompressionMode as CompressionMode } from './System.IO.Compression/internal/index.js';
|
|
28
|
+
export { GZipStream as GZipStream } from './System.IO.Compression/internal/index.js';
|
|
29
|
+
export { ZLibCompressionOptions as ZLibCompressionOptions } from './System.IO.Compression/internal/index.js';
|
|
30
|
+
export { ZLibCompressionStrategy as ZLibCompressionStrategy } from './System.IO.Compression/internal/index.js';
|
|
31
|
+
export { ZLibStream as ZLibStream } from './System.IO.Compression/internal/index.js';
|
|
32
|
+
export { BrotliCompressionOptions as BrotliCompressionOptions } from './System.IO.Compression/internal/index.js';
|
|
33
|
+
export { BrotliStream as BrotliStream } from './System.IO.Compression/internal/index.js';
|
|
34
|
+
export { BrotliDecoder as BrotliDecoder } from './System.IO.Compression/internal/index.js';
|
|
35
|
+
export { BrotliEncoder as BrotliEncoder } from './System.IO.Compression/internal/index.js';
|
|
36
|
+
export { ZipFile$instance as ZipFile } from './System.IO.Compression/internal/index.js';
|
|
37
|
+
export { ZipFileExtensions$instance as ZipFileExtensions } from './System.IO.Compression/internal/index.js';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.IO.Enumeration
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.IO.Enumeration/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1, IEnumerator_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { EnumerationOptions, FileAttributes, FileSystemInfo } from './System.IO/internal/index.js';
|
|
12
|
+
import type { MethodInfo } from './System.Reflection/internal/index.js';
|
|
13
|
+
import type { CriticalFinalizerObject } from './System.Runtime.ConstrainedExecution/internal/index.js';
|
|
14
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
15
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Char, DateTimeOffset, Delegate, IAsyncResult, ICloneable, IDisposable, Int32, Int64, IntPtr, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
|
|
16
|
+
|
|
17
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
18
|
+
export { FileSystemEntry as FileSystemEntry } from './System.IO.Enumeration/internal/index.js';
|
|
19
|
+
export { FileSystemEnumerator_1 as FileSystemEnumerator } from './System.IO.Enumeration/internal/index.js';
|
|
20
|
+
export { FileSystemEnumerable_1 as FileSystemEnumerable } from './System.IO.Enumeration/internal/index.js';
|
|
21
|
+
export { FileSystemName$instance as FileSystemName } from './System.IO.Enumeration/internal/index.js';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.IO.IsolatedStorage
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.IO.IsolatedStorage/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafeFileHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { IDictionary, IEnumerator } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { FileAccess, FileMode, FileShare, FileStream, SeekOrigin, Stream } from './System.IO/internal/index.js';
|
|
12
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
13
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
14
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
15
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
16
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MarshalByRefObject, Memory_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, TypeCode, UInt64, Void } from './System/internal/index.js';
|
|
17
|
+
|
|
18
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
19
|
+
export { IsolatedStorageException as IsolatedStorageException } from './System.IO.IsolatedStorage/internal/index.js';
|
|
20
|
+
export { IsolatedStorageFile as IsolatedStorageFile } from './System.IO.IsolatedStorage/internal/index.js';
|
|
21
|
+
export { IsolatedStorageFileStream as IsolatedStorageFileStream } from './System.IO.IsolatedStorage/internal/index.js';
|
|
22
|
+
export { IsolatedStorage as IsolatedStorage } from './System.IO.IsolatedStorage/internal/index.js';
|
|
23
|
+
export { IsolatedStorageScope as IsolatedStorageScope } from './System.IO.IsolatedStorage/internal/index.js';
|
|
24
|
+
export type INormalizeForIsolatedStorage = Internal.INormalizeForIsolatedStorage;
|
|
@@ -3,21 +3,19 @@
|
|
|
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.IO.MemoryMappedFiles/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { SafeFileHandle, SafeMemoryMappedFileHandle, SafeMemoryMappedViewHandle } from '
|
|
10
|
-
import type { FileMode, FileStream, HandleInheritability, SeekOrigin, Stream, UnmanagedMemoryAccessor, UnmanagedMemoryStream } from '
|
|
11
|
-
import type { Task, Task_1, ValueTask, ValueTask_1 } from '
|
|
12
|
-
import type { CancellationToken } from '
|
|
13
|
-
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Decimal, Double, Enum, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Memory_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, Void } from '
|
|
9
|
+
import type { SafeFileHandle, SafeMemoryMappedFileHandle, SafeMemoryMappedViewHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { FileMode, FileStream, HandleInheritability, SeekOrigin, Stream, UnmanagedMemoryAccessor, UnmanagedMemoryStream } from './System.IO/internal/index.js';
|
|
11
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
12
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
13
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Decimal, Double, Enum, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Memory_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, Void } from './System/internal/index.js';
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export { MemoryMappedViewStream as MemoryMappedViewStream } from './internal/index.js';
|
|
23
|
-
export { MemoryMappedFileRights as MemoryMappedFileRights } from './internal/index.js';
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { MemoryMappedFileOptions as MemoryMappedFileOptions } from './System.IO.MemoryMappedFiles/internal/index.js';
|
|
17
|
+
export { MemoryMappedFileAccess as MemoryMappedFileAccess } from './System.IO.MemoryMappedFiles/internal/index.js';
|
|
18
|
+
export { MemoryMappedFile as MemoryMappedFile } from './System.IO.MemoryMappedFiles/internal/index.js';
|
|
19
|
+
export { MemoryMappedViewAccessor as MemoryMappedViewAccessor } from './System.IO.MemoryMappedFiles/internal/index.js';
|
|
20
|
+
export { MemoryMappedViewStream as MemoryMappedViewStream } from './System.IO.MemoryMappedFiles/internal/index.js';
|
|
21
|
+
export { MemoryMappedFileRights as MemoryMappedFileRights } from './System.IO.MemoryMappedFiles/internal/index.js';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.IO.Pipelines
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.IO.Pipelines/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IBufferWriter_1, MemoryPool_1, ReadOnlySequence_1 } from './System.Buffers/internal/index.js';
|
|
10
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
11
|
+
import type { Task, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
12
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
13
|
+
import type { Action_1, Action_2, Boolean as ClrBoolean, Byte, Exception, Int32, Int64, Memory_1, Object as ClrObject, ReadOnlyMemory_1, SequencePosition, Span_1, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { FlushResult as FlushResult } from './System.IO.Pipelines/internal/index.js';
|
|
17
|
+
export type IDuplexPipe = Internal.IDuplexPipe;
|
|
18
|
+
export { Pipe as Pipe } from './System.IO.Pipelines/internal/index.js';
|
|
19
|
+
export { PipeOptions as PipeOptions } from './System.IO.Pipelines/internal/index.js';
|
|
20
|
+
export { PipeReader as PipeReader } from './System.IO.Pipelines/internal/index.js';
|
|
21
|
+
export { PipeScheduler as PipeScheduler } from './System.IO.Pipelines/internal/index.js';
|
|
22
|
+
export { PipeWriter as PipeWriter } from './System.IO.Pipelines/internal/index.js';
|
|
23
|
+
export { ReadResult as ReadResult } from './System.IO.Pipelines/internal/index.js';
|
|
24
|
+
export { StreamPipeExtensions$instance as StreamPipeExtensions } from './System.IO.Pipelines/internal/index.js';
|
|
25
|
+
export { StreamPipeReaderOptions as StreamPipeReaderOptions } from './System.IO.Pipelines/internal/index.js';
|
|
26
|
+
export { StreamPipeWriterOptions as StreamPipeWriterOptions } from './System.IO.Pipelines/internal/index.js';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.IO.Pipes
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.IO.Pipes/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafePipeHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { HandleInheritability, SeekOrigin, Stream } from './System.IO/internal/index.js';
|
|
11
|
+
import type { MethodInfo } from './System.Reflection/internal/index.js';
|
|
12
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
13
|
+
import type { AccessControlModification, AccessControlSections, AccessControlType, AccessRule, AuditFlags, AuditRule, AuthorizationRuleCollection, InheritanceFlags, NativeObjectSecurity, PropagationFlags } from './System.Security.AccessControl/internal/index.js';
|
|
14
|
+
import type { IdentityReference, TokenImpersonationLevel } from './System.Security.Principal/internal/index.js';
|
|
15
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
16
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
17
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, Enum, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, Memory_1, MulticastDelegate, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Void } from './System/internal/index.js';
|
|
18
|
+
|
|
19
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
20
|
+
export { AnonymousPipeClientStream as AnonymousPipeClientStream } from './System.IO.Pipes/internal/index.js';
|
|
21
|
+
export { AnonymousPipeServerStream as AnonymousPipeServerStream } from './System.IO.Pipes/internal/index.js';
|
|
22
|
+
export { NamedPipeClientStream as NamedPipeClientStream } from './System.IO.Pipes/internal/index.js';
|
|
23
|
+
export { NamedPipeServerStream as NamedPipeServerStream } from './System.IO.Pipes/internal/index.js';
|
|
24
|
+
export type PipeStreamImpersonationWorker = Internal.PipeStreamImpersonationWorker;
|
|
25
|
+
export { PipeAccessRights as PipeAccessRights } from './System.IO.Pipes/internal/index.js';
|
|
26
|
+
export { PipeDirection as PipeDirection } from './System.IO.Pipes/internal/index.js';
|
|
27
|
+
export { PipeOptions as PipeOptions } from './System.IO.Pipes/internal/index.js';
|
|
28
|
+
export { PipeStream as PipeStream } from './System.IO.Pipes/internal/index.js';
|
|
29
|
+
export { PipeTransmissionMode as PipeTransmissionMode } from './System.IO.Pipes/internal/index.js';
|
|
30
|
+
export { AnonymousPipeServerStreamAcl$instance as AnonymousPipeServerStreamAcl } from './System.IO.Pipes/internal/index.js';
|
|
31
|
+
export { NamedPipeServerStreamAcl$instance as NamedPipeServerStreamAcl } from './System.IO.Pipes/internal/index.js';
|
|
32
|
+
export { PipeAccessRule as PipeAccessRule } from './System.IO.Pipes/internal/index.js';
|
|
33
|
+
export { PipeAuditRule as PipeAuditRule } from './System.IO.Pipes/internal/index.js';
|
|
34
|
+
export { PipeSecurity as PipeSecurity } from './System.IO.Pipes/internal/index.js';
|
|
35
|
+
export { PipesAclExtensions$instance as PipesAclExtensions } from './System.IO.Pipes/internal/index.js';
|
package/System.IO.d.ts
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.IO
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.IO/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafeFileHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { IAsyncEnumerable_1, IEnumerable_1, IReadOnlyList_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { Collection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
12
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
13
|
+
import type { Component, IComponent, IContainer, ISite, ISupportInitialize, ISynchronizeInvoke } from './System.ComponentModel/internal/index.js';
|
|
14
|
+
import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
|
|
15
|
+
import type { SafeBuffer } from './System.Runtime.InteropServices/internal/index.js';
|
|
16
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
17
|
+
import type { AccessControlSections, DirectorySecurity, FileSecurity, FileSystemRights } from './System.Security.AccessControl/internal/index.js';
|
|
18
|
+
import type { Encoding, StringBuilder } from './System.Text/internal/index.js';
|
|
19
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
20
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
21
|
+
import type { ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Delegate, Double, Enum, EventArgs, Exception, Half, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MarshalByRefObject, Memory_1, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, SystemException, TimeSpan, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
|
|
22
|
+
|
|
23
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
24
|
+
export { FileSystemAclExtensions$instance as FileSystemAclExtensions } from './System.IO/internal/index.js';
|
|
25
|
+
export { DriveInfo as DriveInfo } from './System.IO/internal/index.js';
|
|
26
|
+
export { DriveNotFoundException as DriveNotFoundException } from './System.IO/internal/index.js';
|
|
27
|
+
export { DriveType as DriveType } from './System.IO/internal/index.js';
|
|
28
|
+
export { ErrorEventArgs as ErrorEventArgs } from './System.IO/internal/index.js';
|
|
29
|
+
export type ErrorEventHandler = Internal.ErrorEventHandler;
|
|
30
|
+
export { FileSystemEventArgs as FileSystemEventArgs } from './System.IO/internal/index.js';
|
|
31
|
+
export type FileSystemEventHandler = Internal.FileSystemEventHandler;
|
|
32
|
+
export { FileSystemWatcher as FileSystemWatcher } from './System.IO/internal/index.js';
|
|
33
|
+
export { InternalBufferOverflowException as InternalBufferOverflowException } from './System.IO/internal/index.js';
|
|
34
|
+
export { NotifyFilters as NotifyFilters } from './System.IO/internal/index.js';
|
|
35
|
+
export { RenamedEventArgs as RenamedEventArgs } from './System.IO/internal/index.js';
|
|
36
|
+
export type RenamedEventHandler = Internal.RenamedEventHandler;
|
|
37
|
+
export { WatcherChangeTypes as WatcherChangeTypes } from './System.IO/internal/index.js';
|
|
38
|
+
export { WaitForChangedResult as WaitForChangedResult } from './System.IO/internal/index.js';
|
|
39
|
+
export { FileLoadException as FileLoadException } from './System.IO/internal/index.js';
|
|
40
|
+
export { FileNotFoundException as FileNotFoundException } from './System.IO/internal/index.js';
|
|
41
|
+
export { Stream as Stream } from './System.IO/internal/index.js';
|
|
42
|
+
export { BinaryReader as BinaryReader } from './System.IO/internal/index.js';
|
|
43
|
+
export { BinaryWriter as BinaryWriter } from './System.IO/internal/index.js';
|
|
44
|
+
export { BufferedStream as BufferedStream } from './System.IO/internal/index.js';
|
|
45
|
+
export { Directory$instance as Directory } from './System.IO/internal/index.js';
|
|
46
|
+
export { DirectoryInfo as DirectoryInfo } from './System.IO/internal/index.js';
|
|
47
|
+
export { DirectoryNotFoundException as DirectoryNotFoundException } from './System.IO/internal/index.js';
|
|
48
|
+
export { EnumerationOptions as EnumerationOptions } from './System.IO/internal/index.js';
|
|
49
|
+
export { EndOfStreamException as EndOfStreamException } from './System.IO/internal/index.js';
|
|
50
|
+
export { File$instance as File } from './System.IO/internal/index.js';
|
|
51
|
+
export { FileAccess as FileAccess } from './System.IO/internal/index.js';
|
|
52
|
+
export { FileAttributes as FileAttributes } from './System.IO/internal/index.js';
|
|
53
|
+
export { FileInfo as FileInfo } from './System.IO/internal/index.js';
|
|
54
|
+
export { FileMode as FileMode } from './System.IO/internal/index.js';
|
|
55
|
+
export { FileOptions as FileOptions } from './System.IO/internal/index.js';
|
|
56
|
+
export { FileShare as FileShare } from './System.IO/internal/index.js';
|
|
57
|
+
export { FileStream as FileStream } from './System.IO/internal/index.js';
|
|
58
|
+
export { FileStreamOptions as FileStreamOptions } from './System.IO/internal/index.js';
|
|
59
|
+
export { FileSystemInfo as FileSystemInfo } from './System.IO/internal/index.js';
|
|
60
|
+
export { HandleInheritability as HandleInheritability } from './System.IO/internal/index.js';
|
|
61
|
+
export { InvalidDataException as InvalidDataException } from './System.IO/internal/index.js';
|
|
62
|
+
export { IOException as IOException } from './System.IO/internal/index.js';
|
|
63
|
+
export { MatchCasing as MatchCasing } from './System.IO/internal/index.js';
|
|
64
|
+
export { MatchType as MatchType } from './System.IO/internal/index.js';
|
|
65
|
+
export { MemoryStream as MemoryStream } from './System.IO/internal/index.js';
|
|
66
|
+
export { Path$instance as Path } from './System.IO/internal/index.js';
|
|
67
|
+
export { PathTooLongException as PathTooLongException } from './System.IO/internal/index.js';
|
|
68
|
+
export { RandomAccess$instance as RandomAccess } from './System.IO/internal/index.js';
|
|
69
|
+
export { SearchOption as SearchOption } from './System.IO/internal/index.js';
|
|
70
|
+
export { SeekOrigin as SeekOrigin } from './System.IO/internal/index.js';
|
|
71
|
+
export { StreamReader as StreamReader } from './System.IO/internal/index.js';
|
|
72
|
+
export { StreamWriter as StreamWriter } from './System.IO/internal/index.js';
|
|
73
|
+
export { StringReader as StringReader } from './System.IO/internal/index.js';
|
|
74
|
+
export { StringWriter as StringWriter } from './System.IO/internal/index.js';
|
|
75
|
+
export { TextReader as TextReader } from './System.IO/internal/index.js';
|
|
76
|
+
export { TextWriter as TextWriter } from './System.IO/internal/index.js';
|
|
77
|
+
export { UnixFileMode as UnixFileMode } from './System.IO/internal/index.js';
|
|
78
|
+
export { UnmanagedMemoryAccessor as UnmanagedMemoryAccessor } from './System.IO/internal/index.js';
|
|
79
|
+
export { UnmanagedMemoryStream as UnmanagedMemoryStream } from './System.IO/internal/index.js';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Linq.Expressions.Interpreter
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Linq.Expressions.Interpreter/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 } from './System/internal/index.js';
|
|
10
|
+
|
|
11
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
|
+
export { LightLambda as LightLambda } from './System.Linq.Expressions.Interpreter/internal/index.js';
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Linq.Expressions
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Linq.Expressions/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 { ConstructorInfo, FieldInfo, MemberInfo, MethodInfo, PropertyInfo } from './System.Reflection/internal/index.js';
|
|
12
|
+
import type { CallSiteBinder, DebugInfoGenerator } from './System.Runtime.CompilerServices/internal/index.js';
|
|
13
|
+
import type { Boolean as ClrBoolean, Delegate, Enum, Func_2, Guid, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { BinaryExpression as BinaryExpression } from './System.Linq.Expressions/internal/index.js';
|
|
17
|
+
export { Expression as Expression_0 } from './System.Linq.Expressions/internal/index.js';
|
|
18
|
+
export { BlockExpression as BlockExpression } from './System.Linq.Expressions/internal/index.js';
|
|
19
|
+
export { CatchBlock as CatchBlock } from './System.Linq.Expressions/internal/index.js';
|
|
20
|
+
export { ConditionalExpression as ConditionalExpression } from './System.Linq.Expressions/internal/index.js';
|
|
21
|
+
export { ConstantExpression as ConstantExpression } from './System.Linq.Expressions/internal/index.js';
|
|
22
|
+
export { DebugInfoExpression as DebugInfoExpression } from './System.Linq.Expressions/internal/index.js';
|
|
23
|
+
export { DefaultExpression as DefaultExpression } from './System.Linq.Expressions/internal/index.js';
|
|
24
|
+
export { ElementInit as ElementInit } from './System.Linq.Expressions/internal/index.js';
|
|
25
|
+
export { ExpressionType as ExpressionType } from './System.Linq.Expressions/internal/index.js';
|
|
26
|
+
export { ExpressionVisitor as ExpressionVisitor } from './System.Linq.Expressions/internal/index.js';
|
|
27
|
+
export { GotoExpressionKind as GotoExpressionKind } from './System.Linq.Expressions/internal/index.js';
|
|
28
|
+
export { GotoExpression as GotoExpression } from './System.Linq.Expressions/internal/index.js';
|
|
29
|
+
export type IArgumentProvider = Internal.IArgumentProvider;
|
|
30
|
+
export type IDynamicExpression = Internal.IDynamicExpression;
|
|
31
|
+
export { IndexExpression as IndexExpression } from './System.Linq.Expressions/internal/index.js';
|
|
32
|
+
export { InvocationExpression as InvocationExpression } from './System.Linq.Expressions/internal/index.js';
|
|
33
|
+
export { LabelExpression as LabelExpression } from './System.Linq.Expressions/internal/index.js';
|
|
34
|
+
export { LabelTarget as LabelTarget } from './System.Linq.Expressions/internal/index.js';
|
|
35
|
+
export { LambdaExpression as LambdaExpression } from './System.Linq.Expressions/internal/index.js';
|
|
36
|
+
export { Expression_1 as Expression } from './System.Linq.Expressions/internal/index.js';
|
|
37
|
+
export { ListInitExpression as ListInitExpression } from './System.Linq.Expressions/internal/index.js';
|
|
38
|
+
export { LoopExpression as LoopExpression } from './System.Linq.Expressions/internal/index.js';
|
|
39
|
+
export { MemberAssignment as MemberAssignment } from './System.Linq.Expressions/internal/index.js';
|
|
40
|
+
export { MemberBindingType as MemberBindingType } from './System.Linq.Expressions/internal/index.js';
|
|
41
|
+
export { MemberBinding as MemberBinding } from './System.Linq.Expressions/internal/index.js';
|
|
42
|
+
export { MemberExpression as MemberExpression } from './System.Linq.Expressions/internal/index.js';
|
|
43
|
+
export { MemberInitExpression as MemberInitExpression } from './System.Linq.Expressions/internal/index.js';
|
|
44
|
+
export { MemberListBinding as MemberListBinding } from './System.Linq.Expressions/internal/index.js';
|
|
45
|
+
export { MemberMemberBinding as MemberMemberBinding } from './System.Linq.Expressions/internal/index.js';
|
|
46
|
+
export { MethodCallExpression as MethodCallExpression } from './System.Linq.Expressions/internal/index.js';
|
|
47
|
+
export { NewArrayExpression as NewArrayExpression } from './System.Linq.Expressions/internal/index.js';
|
|
48
|
+
export { NewExpression as NewExpression } from './System.Linq.Expressions/internal/index.js';
|
|
49
|
+
export { ParameterExpression as ParameterExpression } from './System.Linq.Expressions/internal/index.js';
|
|
50
|
+
export { RuntimeVariablesExpression as RuntimeVariablesExpression } from './System.Linq.Expressions/internal/index.js';
|
|
51
|
+
export { SwitchCase as SwitchCase } from './System.Linq.Expressions/internal/index.js';
|
|
52
|
+
export { SwitchExpression as SwitchExpression } from './System.Linq.Expressions/internal/index.js';
|
|
53
|
+
export { SymbolDocumentInfo as SymbolDocumentInfo } from './System.Linq.Expressions/internal/index.js';
|
|
54
|
+
export { TryExpression as TryExpression } from './System.Linq.Expressions/internal/index.js';
|
|
55
|
+
export { TypeBinaryExpression as TypeBinaryExpression } from './System.Linq.Expressions/internal/index.js';
|
|
56
|
+
export { UnaryExpression as UnaryExpression } from './System.Linq.Expressions/internal/index.js';
|
|
57
|
+
export { DynamicExpressionVisitor as DynamicExpressionVisitor } from './System.Linq.Expressions/internal/index.js';
|
|
58
|
+
export { DynamicExpression as DynamicExpression } from './System.Linq.Expressions/internal/index.js';
|
package/System.Linq.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Linq
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Linq/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Partitioner_1 } from './System.Collections.Concurrent/internal/index.js';
|
|
10
|
+
import type { Dictionary_2, HashSet_1, IAsyncEnumerable_1, IAsyncEnumerator_1, IComparer_1, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, KeyValuePair_2, List_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { ImmutableArray_1, ImmutableArray_1_Builder } from './System.Collections.Immutable/internal/index.js';
|
|
12
|
+
import type { IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
13
|
+
import type { Expression, Expression_1 } from './System.Linq.Expressions/internal/index.js';
|
|
14
|
+
import type { IAdditionOperators_3, INumber_1 } from './System.Numerics/internal/index.js';
|
|
15
|
+
import type { ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
16
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
17
|
+
import type { Action_1, Boolean as ClrBoolean, Decimal, Double, Enum, Func_1, Func_2, Func_3, Func_4, IComparable, IConvertible, IFormatProvider, IFormattable, Index, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, Range, Single, String as ClrString, Type, TypeCode, ValueTuple_2, ValueTuple_3, Void } from './System/internal/index.js';
|
|
18
|
+
|
|
19
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
20
|
+
export { ImmutableArrayExtensions$instance as ImmutableArrayExtensions } from './System.Linq/internal/index.js';
|
|
21
|
+
export { Enumerable$instance as Enumerable } from './System.Linq/internal/index.js';
|
|
22
|
+
export type IGrouping<TKey, TElement> = Internal.IGrouping_2<TKey, TElement>;
|
|
23
|
+
export type ILookup<TKey, TElement> = Internal.ILookup_2<TKey, TElement>;
|
|
24
|
+
export { Lookup_2 as Lookup } from './System.Linq/internal/index.js';
|
|
25
|
+
export type IOrderedEnumerable<TElement> = Internal.IOrderedEnumerable_1<TElement>;
|
|
26
|
+
export { AsyncEnumerable$instance as AsyncEnumerable } from './System.Linq/internal/index.js';
|
|
27
|
+
export type IOrderedAsyncEnumerable<TElement> = Internal.IOrderedAsyncEnumerable_1<TElement>;
|
|
28
|
+
export type IQueryable_0 = Internal.IQueryable;
|
|
29
|
+
export type IQueryable<T> = Internal.IQueryable_1<T>;
|
|
30
|
+
export type IQueryProvider = Internal.IQueryProvider;
|
|
31
|
+
export type IOrderedQueryable_0 = Internal.IOrderedQueryable;
|
|
32
|
+
export type IOrderedQueryable<T> = Internal.IOrderedQueryable_1<T>;
|
|
33
|
+
export { OrderedParallelQuery_1 as OrderedParallelQuery } from './System.Linq/internal/index.js';
|
|
34
|
+
export { ParallelQuery as ParallelQuery_0 } from './System.Linq/internal/index.js';
|
|
35
|
+
export { ParallelQuery_1 as ParallelQuery } from './System.Linq/internal/index.js';
|
|
36
|
+
export { ParallelEnumerable$instance as ParallelEnumerable } from './System.Linq/internal/index.js';
|
|
37
|
+
export { ParallelExecutionMode as ParallelExecutionMode } from './System.Linq/internal/index.js';
|
|
38
|
+
export { ParallelMergeOptions as ParallelMergeOptions } from './System.Linq/internal/index.js';
|
|
39
|
+
export { EnumerableExecutor as EnumerableExecutor_0 } from './System.Linq/internal/index.js';
|
|
40
|
+
export { EnumerableExecutor_1 as EnumerableExecutor } from './System.Linq/internal/index.js';
|
|
41
|
+
export { EnumerableQuery as EnumerableQuery_0 } from './System.Linq/internal/index.js';
|
|
42
|
+
export { EnumerableQuery_1 as EnumerableQuery } from './System.Linq/internal/index.js';
|
|
43
|
+
export { Queryable$instance as Queryable } from './System.Linq/internal/index.js';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.Cache
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Net.Cache/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Type, TypeCode } from './System/internal/index.js';
|
|
10
|
+
|
|
11
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
|
+
export { RequestCacheLevel as RequestCacheLevel } from './System.Net.Cache/internal/index.js';
|
|
13
|
+
export { RequestCachePolicy as RequestCachePolicy } from './System.Net.Cache/internal/index.js';
|
|
14
|
+
export { HttpCacheAgeControl as HttpCacheAgeControl } from './System.Net.Cache/internal/index.js';
|
|
15
|
+
export { HttpRequestCacheLevel as HttpRequestCacheLevel } from './System.Net.Cache/internal/index.js';
|
|
16
|
+
export { HttpRequestCachePolicy as HttpRequestCachePolicy } from './System.Net.Cache/internal/index.js';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.Http.Headers
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Net.Http.Headers/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Double, ICloneable, IDisposable, Int32, Int64, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Type, Uri, ValueType, Void } from './System/internal/index.js';
|
|
12
|
+
|
|
13
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
14
|
+
export { AuthenticationHeaderValue as AuthenticationHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
15
|
+
export { CacheControlHeaderValue as CacheControlHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
16
|
+
export { ContentDispositionHeaderValue as ContentDispositionHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
17
|
+
export { ContentRangeHeaderValue as ContentRangeHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
18
|
+
export { EntityTagHeaderValue as EntityTagHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
19
|
+
export { HeaderStringValues as HeaderStringValues } from './System.Net.Http.Headers/internal/index.js';
|
|
20
|
+
export { HeaderStringValues_Enumerator as HeaderStringValues_Enumerator } from './System.Net.Http.Headers/internal/index.js';
|
|
21
|
+
export { HttpContentHeaders as HttpContentHeaders } from './System.Net.Http.Headers/internal/index.js';
|
|
22
|
+
export { HttpHeaders as HttpHeaders } from './System.Net.Http.Headers/internal/index.js';
|
|
23
|
+
export { HttpHeadersNonValidated as HttpHeadersNonValidated } from './System.Net.Http.Headers/internal/index.js';
|
|
24
|
+
export { HttpHeadersNonValidated_Enumerator as HttpHeadersNonValidated_Enumerator } from './System.Net.Http.Headers/internal/index.js';
|
|
25
|
+
export { HttpHeaderValueCollection_1 as HttpHeaderValueCollection } from './System.Net.Http.Headers/internal/index.js';
|
|
26
|
+
export { HttpRequestHeaders as HttpRequestHeaders } from './System.Net.Http.Headers/internal/index.js';
|
|
27
|
+
export { HttpResponseHeaders as HttpResponseHeaders } from './System.Net.Http.Headers/internal/index.js';
|
|
28
|
+
export { MediaTypeHeaderValue as MediaTypeHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
29
|
+
export { MediaTypeWithQualityHeaderValue as MediaTypeWithQualityHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
30
|
+
export { NameValueHeaderValue as NameValueHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
31
|
+
export { NameValueWithParametersHeaderValue as NameValueWithParametersHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
32
|
+
export { ProductHeaderValue as ProductHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
33
|
+
export { ProductInfoHeaderValue as ProductInfoHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
34
|
+
export { RangeConditionHeaderValue as RangeConditionHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
35
|
+
export { RangeHeaderValue as RangeHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
36
|
+
export { RangeItemHeaderValue as RangeItemHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
37
|
+
export { RetryConditionHeaderValue as RetryConditionHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
38
|
+
export { StringWithQualityHeaderValue as StringWithQualityHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
39
|
+
export { TransferCodingHeaderValue as TransferCodingHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
40
|
+
export { TransferCodingWithQualityHeaderValue as TransferCodingWithQualityHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
41
|
+
export { ViaHeaderValue as ViaHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
42
|
+
export { WarningHeaderValue as WarningHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.Http.Json
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Net.Http.Json/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IAsyncEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
11
|
+
import type { HttpContentHeaders, MediaTypeHeaderValue } from './System.Net.Http.Headers/internal/index.js';
|
|
12
|
+
import type { HttpClient, HttpContent, HttpResponseMessage } from './System.Net.Http/internal/index.js';
|
|
13
|
+
import type { TransportContext } from './System.Net/internal/index.js';
|
|
14
|
+
import type { JsonTypeInfo, JsonTypeInfo_1 } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
15
|
+
import type { JsonSerializerContext } from './System.Text.Json.Serialization/internal/index.js';
|
|
16
|
+
import type { JsonSerializerOptions } from './System.Text.Json/internal/index.js';
|
|
17
|
+
import type { Task, Task_1 } from './System.Threading.Tasks/internal/index.js';
|
|
18
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
19
|
+
import type { Boolean as ClrBoolean, Byte, IDisposable, Int32, Int64, Object as ClrObject, String as ClrString, Type, Uri, Void } from './System/internal/index.js';
|
|
20
|
+
|
|
21
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
22
|
+
export { HttpClientJsonExtensions$instance as HttpClientJsonExtensions } from './System.Net.Http.Json/internal/index.js';
|
|
23
|
+
export { HttpContentJsonExtensions$instance as HttpContentJsonExtensions } from './System.Net.Http.Json/internal/index.js';
|
|
24
|
+
export { JsonContent as JsonContent } from './System.Net.Http.Json/internal/index.js';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.Http.Metrics
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Net.Http.Metrics/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { HttpRequestMessage, HttpResponseMessage } from './System.Net.Http/internal/index.js';
|
|
10
|
+
import type { Action_1, Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
|
|
11
|
+
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
+
export { HttpMetricsEnrichmentContext as HttpMetricsEnrichmentContext } from './System.Net.Http.Metrics/internal/index.js';
|