@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
|
@@ -3,15 +3,13 @@
|
|
|
3
3
|
// Facade - Public API Surface
|
|
4
4
|
|
|
5
5
|
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
6
|
+
import * as Internal from './System.Diagnostics.SymbolStore/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { FieldAttributes, ParameterAttributes } from '
|
|
10
|
-
import type { Boolean as ClrBoolean, Byte, Enum, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, ValueType, Void } from '
|
|
9
|
+
import type { FieldAttributes, ParameterAttributes } from './System.Reflection/internal/index.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Byte, Enum, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
// Individual type exports for convenience
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
13
|
export type ISymbolBinder = Internal.ISymbolBinder;
|
|
16
14
|
export type ISymbolBinder1 = Internal.ISymbolBinder1;
|
|
17
15
|
export type ISymbolDocument = Internal.ISymbolDocument;
|
|
@@ -21,9 +19,9 @@ export type ISymbolReader = Internal.ISymbolReader;
|
|
|
21
19
|
export type ISymbolScope = Internal.ISymbolScope;
|
|
22
20
|
export type ISymbolVariable = Internal.ISymbolVariable;
|
|
23
21
|
export type ISymbolWriter = Internal.ISymbolWriter;
|
|
24
|
-
export { SymbolToken as SymbolToken } from './internal/index.js';
|
|
25
|
-
export { SymAddressKind as SymAddressKind } from './internal/index.js';
|
|
26
|
-
export { SymDocumentType as SymDocumentType } from './internal/index.js';
|
|
27
|
-
export { SymLanguageType as SymLanguageType } from './internal/index.js';
|
|
28
|
-
export { SymLanguageVendor as SymLanguageVendor } from './internal/index.js';
|
|
22
|
+
export { SymbolToken as SymbolToken } from './System.Diagnostics.SymbolStore/internal/index.js';
|
|
23
|
+
export { SymAddressKind as SymAddressKind } from './System.Diagnostics.SymbolStore/internal/index.js';
|
|
24
|
+
export { SymDocumentType as SymDocumentType } from './System.Diagnostics.SymbolStore/internal/index.js';
|
|
25
|
+
export { SymLanguageType as SymLanguageType } from './System.Diagnostics.SymbolStore/internal/index.js';
|
|
26
|
+
export { SymLanguageVendor as SymLanguageVendor } from './System.Diagnostics.SymbolStore/internal/index.js';
|
|
29
27
|
export type ISymbolDocumentWriter = Internal.ISymbolDocumentWriter;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Diagnostics.Tracing
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Diagnostics.Tracing/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 { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
11
|
+
import type { IDictionary } from './System.Collections/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 { Attribute, Boolean as ClrBoolean, Byte, DateTime, Double, Enum, EventArgs, EventHandler_1, Exception, Func_1, Guid, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
|
|
15
|
+
|
|
16
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
17
|
+
export { DiagnosticCounter as DiagnosticCounter } from './System.Diagnostics.Tracing/internal/index.js';
|
|
18
|
+
export { EventActivityOptions as EventActivityOptions } from './System.Diagnostics.Tracing/internal/index.js';
|
|
19
|
+
export { EventCounter as EventCounter } from './System.Diagnostics.Tracing/internal/index.js';
|
|
20
|
+
export { EventSource as EventSource } from './System.Diagnostics.Tracing/internal/index.js';
|
|
21
|
+
export { EventSource_EventSourcePrimitive as EventSource_EventSourcePrimitive } from './System.Diagnostics.Tracing/internal/index.js';
|
|
22
|
+
export { EventSourceSettings as EventSourceSettings } from './System.Diagnostics.Tracing/internal/index.js';
|
|
23
|
+
export { EventListener as EventListener } from './System.Diagnostics.Tracing/internal/index.js';
|
|
24
|
+
export { EventCommandEventArgs as EventCommandEventArgs } from './System.Diagnostics.Tracing/internal/index.js';
|
|
25
|
+
export { EventSourceCreatedEventArgs as EventSourceCreatedEventArgs } from './System.Diagnostics.Tracing/internal/index.js';
|
|
26
|
+
export { EventWrittenEventArgs as EventWrittenEventArgs } from './System.Diagnostics.Tracing/internal/index.js';
|
|
27
|
+
export { EventSourceAttribute as EventSourceAttribute } from './System.Diagnostics.Tracing/internal/index.js';
|
|
28
|
+
export { EventAttribute as EventAttribute } from './System.Diagnostics.Tracing/internal/index.js';
|
|
29
|
+
export { NonEventAttribute as NonEventAttribute } from './System.Diagnostics.Tracing/internal/index.js';
|
|
30
|
+
export { EventCommand as EventCommand } from './System.Diagnostics.Tracing/internal/index.js';
|
|
31
|
+
export { EventManifestOptions as EventManifestOptions } from './System.Diagnostics.Tracing/internal/index.js';
|
|
32
|
+
export { EventSourceException as EventSourceException } from './System.Diagnostics.Tracing/internal/index.js';
|
|
33
|
+
export { IncrementingEventCounter as IncrementingEventCounter } from './System.Diagnostics.Tracing/internal/index.js';
|
|
34
|
+
export { IncrementingPollingCounter as IncrementingPollingCounter } from './System.Diagnostics.Tracing/internal/index.js';
|
|
35
|
+
export { PollingCounter as PollingCounter } from './System.Diagnostics.Tracing/internal/index.js';
|
|
36
|
+
export { EventLevel as EventLevel } from './System.Diagnostics.Tracing/internal/index.js';
|
|
37
|
+
export { EventTask as EventTask } from './System.Diagnostics.Tracing/internal/index.js';
|
|
38
|
+
export { EventOpcode as EventOpcode } from './System.Diagnostics.Tracing/internal/index.js';
|
|
39
|
+
export { EventChannel as EventChannel } from './System.Diagnostics.Tracing/internal/index.js';
|
|
40
|
+
export { EventKeywords as EventKeywords } from './System.Diagnostics.Tracing/internal/index.js';
|
|
41
|
+
export { EventDataAttribute as EventDataAttribute } from './System.Diagnostics.Tracing/internal/index.js';
|
|
42
|
+
export { EventFieldTags as EventFieldTags } from './System.Diagnostics.Tracing/internal/index.js';
|
|
43
|
+
export { EventFieldAttribute as EventFieldAttribute } from './System.Diagnostics.Tracing/internal/index.js';
|
|
44
|
+
export { EventFieldFormat as EventFieldFormat } from './System.Diagnostics.Tracing/internal/index.js';
|
|
45
|
+
export { EventIgnoreAttribute as EventIgnoreAttribute } from './System.Diagnostics.Tracing/internal/index.js';
|
|
46
|
+
export { EventSourceOptions as EventSourceOptions } from './System.Diagnostics.Tracing/internal/index.js';
|
|
47
|
+
export { EventTags as EventTags } from './System.Diagnostics.Tracing/internal/index.js';
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Diagnostics
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Diagnostics/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafeProcessHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { Collection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
12
|
+
import type { StringDictionary } from './System.Collections.Specialized/internal/index.js';
|
|
13
|
+
import type { ICollection, IDictionary, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase, Stack } from './System.Collections/internal/index.js';
|
|
14
|
+
import type { Component, DescriptionAttribute, IComponent, IContainer, ISite, ISynchronizeInvoke } from './System.ComponentModel/internal/index.js';
|
|
15
|
+
import type { Stream, StreamReader, StreamWriter, TextWriter } from './System.IO/internal/index.js';
|
|
16
|
+
import type { Assembly, MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
|
|
17
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
18
|
+
import type { SecureString } from './System.Security/internal/index.js';
|
|
19
|
+
import type { Encoding } from './System.Text/internal/index.js';
|
|
20
|
+
import type { Task } from './System.Threading.Tasks/internal/index.js';
|
|
21
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
22
|
+
import type { Action_1, Action_2, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Delegate, Enum, EventArgs, EventHandler, EventHandler_1, Exception, Func_1, Func_2, Func_4, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, IntPtr, IObservable_1, IObserver_1, ISpanFormattable, MarshalByRefObject, MulticastDelegate, Object as ClrObject, Predicate_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
|
|
23
|
+
|
|
24
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
25
|
+
export { ActivityChangedEventArgs as ActivityChangedEventArgs } from './System.Diagnostics/internal/index.js';
|
|
26
|
+
export { Activity as Activity } from './System.Diagnostics/internal/index.js';
|
|
27
|
+
export { Activity_Enumerator_1 as Activity_Enumerator } from './System.Diagnostics/internal/index.js';
|
|
28
|
+
export { ActivityTraceFlags as ActivityTraceFlags } from './System.Diagnostics/internal/index.js';
|
|
29
|
+
export { ActivityIdFormat as ActivityIdFormat } from './System.Diagnostics/internal/index.js';
|
|
30
|
+
export { ActivityTraceId as ActivityTraceId } from './System.Diagnostics/internal/index.js';
|
|
31
|
+
export { ActivitySpanId as ActivitySpanId } from './System.Diagnostics/internal/index.js';
|
|
32
|
+
export { ActivityStatusCode as ActivityStatusCode } from './System.Diagnostics/internal/index.js';
|
|
33
|
+
export { ActivityTagsCollection as ActivityTagsCollection } from './System.Diagnostics/internal/index.js';
|
|
34
|
+
export { ActivityTagsCollection_Enumerator as ActivityTagsCollection_Enumerator } from './System.Diagnostics/internal/index.js';
|
|
35
|
+
export { ActivityContext as ActivityContext } from './System.Diagnostics/internal/index.js';
|
|
36
|
+
export { ActivityCreationOptions_1 as ActivityCreationOptions } from './System.Diagnostics/internal/index.js';
|
|
37
|
+
export { ActivitySamplingResult as ActivitySamplingResult } from './System.Diagnostics/internal/index.js';
|
|
38
|
+
export { ActivityEvent as ActivityEvent } from './System.Diagnostics/internal/index.js';
|
|
39
|
+
export { ActivityKind as ActivityKind } from './System.Diagnostics/internal/index.js';
|
|
40
|
+
export { ActivityLink as ActivityLink } from './System.Diagnostics/internal/index.js';
|
|
41
|
+
export type SampleActivity<T> = Internal.SampleActivity_1<T>;
|
|
42
|
+
export type ExceptionRecorder = Internal.ExceptionRecorder;
|
|
43
|
+
export { ActivityListener as ActivityListener } from './System.Diagnostics/internal/index.js';
|
|
44
|
+
export { ActivitySource as ActivitySource } from './System.Diagnostics/internal/index.js';
|
|
45
|
+
export { ActivitySourceOptions as ActivitySourceOptions } from './System.Diagnostics/internal/index.js';
|
|
46
|
+
export { DiagnosticSource as DiagnosticSource } from './System.Diagnostics/internal/index.js';
|
|
47
|
+
export { DiagnosticListener as DiagnosticListener } from './System.Diagnostics/internal/index.js';
|
|
48
|
+
export { DistributedContextPropagator as DistributedContextPropagator } from './System.Diagnostics/internal/index.js';
|
|
49
|
+
export type DistributedContextPropagator_PropagatorGetterCallback = Internal.DistributedContextPropagator_PropagatorGetterCallback;
|
|
50
|
+
export type DistributedContextPropagator_PropagatorSetterCallback = Internal.DistributedContextPropagator_PropagatorSetterCallback;
|
|
51
|
+
export { TagList as TagList } from './System.Diagnostics/internal/index.js';
|
|
52
|
+
export { TagList_Enumerator as TagList_Enumerator } from './System.Diagnostics/internal/index.js';
|
|
53
|
+
export { FileVersionInfo as FileVersionInfo } from './System.Diagnostics/internal/index.js';
|
|
54
|
+
export type DataReceivedEventHandler = Internal.DataReceivedEventHandler;
|
|
55
|
+
export { DataReceivedEventArgs as DataReceivedEventArgs } from './System.Diagnostics/internal/index.js';
|
|
56
|
+
export { Process as Process } from './System.Diagnostics/internal/index.js';
|
|
57
|
+
export { ProcessModule as ProcessModule } from './System.Diagnostics/internal/index.js';
|
|
58
|
+
export { ProcessModuleCollection as ProcessModuleCollection } from './System.Diagnostics/internal/index.js';
|
|
59
|
+
export { ProcessPriorityClass as ProcessPriorityClass } from './System.Diagnostics/internal/index.js';
|
|
60
|
+
export { ProcessStartInfo as ProcessStartInfo } from './System.Diagnostics/internal/index.js';
|
|
61
|
+
export { ProcessThread as ProcessThread } from './System.Diagnostics/internal/index.js';
|
|
62
|
+
export { ProcessThreadCollection as ProcessThreadCollection } from './System.Diagnostics/internal/index.js';
|
|
63
|
+
export { ProcessWindowStyle as ProcessWindowStyle } from './System.Diagnostics/internal/index.js';
|
|
64
|
+
export { ThreadPriorityLevel as ThreadPriorityLevel } from './System.Diagnostics/internal/index.js';
|
|
65
|
+
export { ThreadState as ThreadState } from './System.Diagnostics/internal/index.js';
|
|
66
|
+
export { ThreadWaitReason as ThreadWaitReason } from './System.Diagnostics/internal/index.js';
|
|
67
|
+
export { MonitoringDescriptionAttribute as MonitoringDescriptionAttribute } from './System.Diagnostics/internal/index.js';
|
|
68
|
+
export { ConsoleTraceListener as ConsoleTraceListener } from './System.Diagnostics/internal/index.js';
|
|
69
|
+
export { DelimitedListTraceListener as DelimitedListTraceListener } from './System.Diagnostics/internal/index.js';
|
|
70
|
+
export { TextWriterTraceListener as TextWriterTraceListener } from './System.Diagnostics/internal/index.js';
|
|
71
|
+
export { XmlWriterTraceListener as XmlWriterTraceListener } from './System.Diagnostics/internal/index.js';
|
|
72
|
+
export { BooleanSwitch as BooleanSwitch } from './System.Diagnostics/internal/index.js';
|
|
73
|
+
export { InitializingSwitchEventArgs as InitializingSwitchEventArgs } from './System.Diagnostics/internal/index.js';
|
|
74
|
+
export { InitializingTraceSourceEventArgs as InitializingTraceSourceEventArgs } from './System.Diagnostics/internal/index.js';
|
|
75
|
+
export { CorrelationManager as CorrelationManager } from './System.Diagnostics/internal/index.js';
|
|
76
|
+
export { DefaultTraceListener as DefaultTraceListener } from './System.Diagnostics/internal/index.js';
|
|
77
|
+
export { EventTypeFilter as EventTypeFilter } from './System.Diagnostics/internal/index.js';
|
|
78
|
+
export { SourceFilter as SourceFilter } from './System.Diagnostics/internal/index.js';
|
|
79
|
+
export { SourceLevels as SourceLevels } from './System.Diagnostics/internal/index.js';
|
|
80
|
+
export { SourceSwitch as SourceSwitch } from './System.Diagnostics/internal/index.js';
|
|
81
|
+
export { Switch as Switch } from './System.Diagnostics/internal/index.js';
|
|
82
|
+
export { Trace as Trace } from './System.Diagnostics/internal/index.js';
|
|
83
|
+
export { TraceEventCache as TraceEventCache } from './System.Diagnostics/internal/index.js';
|
|
84
|
+
export { TraceEventType as TraceEventType } from './System.Diagnostics/internal/index.js';
|
|
85
|
+
export { TraceFilter as TraceFilter } from './System.Diagnostics/internal/index.js';
|
|
86
|
+
export { TraceLevel as TraceLevel } from './System.Diagnostics/internal/index.js';
|
|
87
|
+
export { TraceListener as TraceListener } from './System.Diagnostics/internal/index.js';
|
|
88
|
+
export { TraceListenerCollection as TraceListenerCollection } from './System.Diagnostics/internal/index.js';
|
|
89
|
+
export { TraceOptions as TraceOptions } from './System.Diagnostics/internal/index.js';
|
|
90
|
+
export { TraceSource as TraceSource } from './System.Diagnostics/internal/index.js';
|
|
91
|
+
export { TraceSwitch as TraceSwitch } from './System.Diagnostics/internal/index.js';
|
|
92
|
+
export { SwitchAttribute as SwitchAttribute } from './System.Diagnostics/internal/index.js';
|
|
93
|
+
export { SwitchLevelAttribute as SwitchLevelAttribute } from './System.Diagnostics/internal/index.js';
|
|
94
|
+
export { Debugger$instance as Debugger } from './System.Diagnostics/internal/index.js';
|
|
95
|
+
export { StackFrame as StackFrame } from './System.Diagnostics/internal/index.js';
|
|
96
|
+
export { StackTrace as StackTrace } from './System.Diagnostics/internal/index.js';
|
|
97
|
+
export { ConditionalAttribute as ConditionalAttribute } from './System.Diagnostics/internal/index.js';
|
|
98
|
+
export { Debug$instance as Debug } from './System.Diagnostics/internal/index.js';
|
|
99
|
+
export { Debug_AssertInterpolatedStringHandler as Debug_AssertInterpolatedStringHandler } from './System.Diagnostics/internal/index.js';
|
|
100
|
+
export { Debug_WriteIfInterpolatedStringHandler as Debug_WriteIfInterpolatedStringHandler } from './System.Diagnostics/internal/index.js';
|
|
101
|
+
export { DebuggableAttribute as DebuggableAttribute } from './System.Diagnostics/internal/index.js';
|
|
102
|
+
export { DebuggableAttribute_DebuggingModes as DebuggableAttribute_DebuggingModes } from './System.Diagnostics/internal/index.js';
|
|
103
|
+
export { DebuggerBrowsableState as DebuggerBrowsableState } from './System.Diagnostics/internal/index.js';
|
|
104
|
+
export { DebuggerBrowsableAttribute as DebuggerBrowsableAttribute } from './System.Diagnostics/internal/index.js';
|
|
105
|
+
export { DebuggerDisableUserUnhandledExceptionsAttribute as DebuggerDisableUserUnhandledExceptionsAttribute } from './System.Diagnostics/internal/index.js';
|
|
106
|
+
export { DebuggerDisplayAttribute as DebuggerDisplayAttribute } from './System.Diagnostics/internal/index.js';
|
|
107
|
+
export { DebuggerHiddenAttribute as DebuggerHiddenAttribute } from './System.Diagnostics/internal/index.js';
|
|
108
|
+
export { DebuggerNonUserCodeAttribute as DebuggerNonUserCodeAttribute } from './System.Diagnostics/internal/index.js';
|
|
109
|
+
export { DebuggerStepperBoundaryAttribute as DebuggerStepperBoundaryAttribute } from './System.Diagnostics/internal/index.js';
|
|
110
|
+
export { DebuggerStepThroughAttribute as DebuggerStepThroughAttribute } from './System.Diagnostics/internal/index.js';
|
|
111
|
+
export { DebuggerTypeProxyAttribute as DebuggerTypeProxyAttribute } from './System.Diagnostics/internal/index.js';
|
|
112
|
+
export { DebuggerVisualizerAttribute as DebuggerVisualizerAttribute } from './System.Diagnostics/internal/index.js';
|
|
113
|
+
export { DebugProvider as DebugProvider } from './System.Diagnostics/internal/index.js';
|
|
114
|
+
export { DiagnosticMethodInfo as DiagnosticMethodInfo } from './System.Diagnostics/internal/index.js';
|
|
115
|
+
export { StackFrameExtensions$instance as StackFrameExtensions } from './System.Diagnostics/internal/index.js';
|
|
116
|
+
export { StackTraceHiddenAttribute as StackTraceHiddenAttribute } from './System.Diagnostics/internal/index.js';
|
|
117
|
+
export { Stopwatch as Stopwatch } from './System.Diagnostics/internal/index.js';
|
|
118
|
+
export { UnreachableException as UnreachableException } from './System.Diagnostics/internal/index.js';
|
|
@@ -398,7 +398,7 @@ export interface __Color$views {
|
|
|
398
398
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Color>;
|
|
399
399
|
|
|
400
400
|
// Structural method bridges for numeric interface constraints
|
|
401
|
-
|
|
401
|
+
equals(other: Color): boolean;
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
export type Color = Color$instance & __Color$views;
|
|
@@ -434,7 +434,7 @@ export interface __Point$views {
|
|
|
434
434
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Point>;
|
|
435
435
|
|
|
436
436
|
// Structural method bridges for numeric interface constraints
|
|
437
|
-
|
|
437
|
+
equals(other: Point): boolean;
|
|
438
438
|
}
|
|
439
439
|
|
|
440
440
|
export type Point = Point$instance & __Point$views;
|
|
@@ -467,7 +467,7 @@ export interface __PointF$views {
|
|
|
467
467
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<PointF>;
|
|
468
468
|
|
|
469
469
|
// Structural method bridges for numeric interface constraints
|
|
470
|
-
|
|
470
|
+
equals(other: PointF): boolean;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
export type PointF = PointF$instance & __PointF$views;
|
|
@@ -519,7 +519,7 @@ export interface __Rectangle$views {
|
|
|
519
519
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Rectangle>;
|
|
520
520
|
|
|
521
521
|
// Structural method bridges for numeric interface constraints
|
|
522
|
-
|
|
522
|
+
equals(other: Rectangle): boolean;
|
|
523
523
|
}
|
|
524
524
|
|
|
525
525
|
export type Rectangle = Rectangle$instance & __Rectangle$views;
|
|
@@ -570,7 +570,7 @@ export interface __RectangleF$views {
|
|
|
570
570
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<RectangleF>;
|
|
571
571
|
|
|
572
572
|
// Structural method bridges for numeric interface constraints
|
|
573
|
-
|
|
573
|
+
equals(other: RectangleF): boolean;
|
|
574
574
|
}
|
|
575
575
|
|
|
576
576
|
export type RectangleF = RectangleF$instance & __RectangleF$views;
|
|
@@ -603,7 +603,7 @@ export interface __Size$views {
|
|
|
603
603
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Size>;
|
|
604
604
|
|
|
605
605
|
// Structural method bridges for numeric interface constraints
|
|
606
|
-
|
|
606
|
+
equals(other: Size): boolean;
|
|
607
607
|
}
|
|
608
608
|
|
|
609
609
|
export type Size = Size$instance & __Size$views;
|
|
@@ -638,7 +638,7 @@ export interface __SizeF$views {
|
|
|
638
638
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SizeF>;
|
|
639
639
|
|
|
640
640
|
// Structural method bridges for numeric interface constraints
|
|
641
|
-
|
|
641
|
+
equals(other: SizeF): boolean;
|
|
642
642
|
}
|
|
643
643
|
|
|
644
644
|
export type SizeF = SizeF$instance & __SizeF$views;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Drawing
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Drawing/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection, IDictionary } from './System.Collections/internal/index.js';
|
|
10
|
+
import type { ITypeDescriptorContext, PropertyDescriptorCollection, TypeConverter, TypeConverter_StandardValuesCollection } from './System.ComponentModel/internal/index.js';
|
|
11
|
+
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
12
|
+
import type { Vector2, Vector4 } from './System.Numerics/internal/index.js';
|
|
13
|
+
import type { Attribute, Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, Single, String as ClrString, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { ColorConverter as ColorConverter } from './System.Drawing/internal/index.js';
|
|
17
|
+
export { PointConverter as PointConverter } from './System.Drawing/internal/index.js';
|
|
18
|
+
export { RectangleConverter as RectangleConverter } from './System.Drawing/internal/index.js';
|
|
19
|
+
export { SizeConverter as SizeConverter } from './System.Drawing/internal/index.js';
|
|
20
|
+
export { SizeFConverter as SizeFConverter } from './System.Drawing/internal/index.js';
|
|
21
|
+
export { Point as Point } from './System.Drawing/internal/index.js';
|
|
22
|
+
export { PointF as PointF } from './System.Drawing/internal/index.js';
|
|
23
|
+
export { Rectangle as Rectangle } from './System.Drawing/internal/index.js';
|
|
24
|
+
export { RectangleF as RectangleF } from './System.Drawing/internal/index.js';
|
|
25
|
+
export { Size as Size } from './System.Drawing/internal/index.js';
|
|
26
|
+
export { SizeF as SizeF } from './System.Drawing/internal/index.js';
|
|
27
|
+
export { Color as Color } from './System.Drawing/internal/index.js';
|
|
28
|
+
export { ColorTranslator$instance as ColorTranslator } from './System.Drawing/internal/index.js';
|
|
29
|
+
export { KnownColor as KnownColor } from './System.Drawing/internal/index.js';
|
|
30
|
+
export { SystemColors$instance as SystemColors } from './System.Drawing/internal/index.js';
|
|
@@ -214,8 +214,8 @@ export interface DynamicMetaObjectBinder$instance extends CallSiteBinder {
|
|
|
214
214
|
bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
215
215
|
bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
216
216
|
bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
217
|
-
defer(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
218
|
-
defer(args: DynamicMetaObject[]): DynamicMetaObject;
|
|
217
|
+
defer(target: DynamicMetaObject, ...args: DynamicMetaObject[]): DynamicMetaObject;
|
|
218
|
+
defer(...args: DynamicMetaObject[]): DynamicMetaObject;
|
|
219
219
|
getUpdateExpression(type_: Type): Expression;
|
|
220
220
|
}
|
|
221
221
|
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Dynamic
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Dynamic/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IList_1, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
11
|
+
import type { IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { INotifyPropertyChanged } from './System.ComponentModel/internal/index.js';
|
|
13
|
+
import type { Expression, ExpressionType, LabelTarget, ParameterExpression } from './System.Linq.Expressions/internal/index.js';
|
|
14
|
+
import type { CallSite_1, CallSiteBinder } from './System.Runtime.CompilerServices/internal/index.js';
|
|
15
|
+
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
|
|
16
|
+
|
|
17
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
18
|
+
export { DynamicMetaObjectBinder as DynamicMetaObjectBinder } from './System.Dynamic/internal/index.js';
|
|
19
|
+
export { DynamicMetaObject as DynamicMetaObject } from './System.Dynamic/internal/index.js';
|
|
20
|
+
export type IDynamicMetaObjectProvider = Internal.IDynamicMetaObjectProvider;
|
|
21
|
+
export { BindingRestrictions as BindingRestrictions } from './System.Dynamic/internal/index.js';
|
|
22
|
+
export { BinaryOperationBinder as BinaryOperationBinder } from './System.Dynamic/internal/index.js';
|
|
23
|
+
export { CallInfo as CallInfo } from './System.Dynamic/internal/index.js';
|
|
24
|
+
export { ExpandoObject as ExpandoObject } from './System.Dynamic/internal/index.js';
|
|
25
|
+
export { ConvertBinder as ConvertBinder } from './System.Dynamic/internal/index.js';
|
|
26
|
+
export { CreateInstanceBinder as CreateInstanceBinder } from './System.Dynamic/internal/index.js';
|
|
27
|
+
export { DeleteIndexBinder as DeleteIndexBinder } from './System.Dynamic/internal/index.js';
|
|
28
|
+
export { DeleteMemberBinder as DeleteMemberBinder } from './System.Dynamic/internal/index.js';
|
|
29
|
+
export { DynamicObject as DynamicObject } from './System.Dynamic/internal/index.js';
|
|
30
|
+
export { GetIndexBinder as GetIndexBinder } from './System.Dynamic/internal/index.js';
|
|
31
|
+
export { GetMemberBinder as GetMemberBinder } from './System.Dynamic/internal/index.js';
|
|
32
|
+
export { InvokeBinder as InvokeBinder } from './System.Dynamic/internal/index.js';
|
|
33
|
+
export { InvokeMemberBinder as InvokeMemberBinder } from './System.Dynamic/internal/index.js';
|
|
34
|
+
export { SetIndexBinder as SetIndexBinder } from './System.Dynamic/internal/index.js';
|
|
35
|
+
export { SetMemberBinder as SetMemberBinder } from './System.Dynamic/internal/index.js';
|
|
36
|
+
export { UnaryOperationBinder as UnaryOperationBinder } from './System.Dynamic/internal/index.js';
|
|
37
|
+
export type IInvokeOnGetBinder = Internal.IInvokeOnGetBinder;
|
|
@@ -144,7 +144,7 @@ export interface __Asn1Tag$views {
|
|
|
144
144
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Asn1Tag>;
|
|
145
145
|
|
|
146
146
|
// Structural method bridges for numeric interface constraints
|
|
147
|
-
|
|
147
|
+
equals(other: Asn1Tag): boolean;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
export type Asn1Tag = Asn1Tag$instance & __Asn1Tag$views;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Formats.Asn1
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Formats.Asn1/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { BitArray, IDictionary } from './System.Collections/internal/index.js';
|
|
10
|
+
import type { BigInteger } from './System.Numerics/internal/index.js';
|
|
11
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
12
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
13
|
+
import type { Action_2, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Enum, Exception, Func_2, Func_3, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, TypeCode, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { Asn1Tag as Asn1Tag } from './System.Formats.Asn1/internal/index.js';
|
|
17
|
+
export { AsnContentException as AsnContentException } from './System.Formats.Asn1/internal/index.js';
|
|
18
|
+
export { AsnEncodingRules as AsnEncodingRules } from './System.Formats.Asn1/internal/index.js';
|
|
19
|
+
export { AsnDecoder$instance as AsnDecoder } from './System.Formats.Asn1/internal/index.js';
|
|
20
|
+
export { AsnReader as AsnReader } from './System.Formats.Asn1/internal/index.js';
|
|
21
|
+
export { AsnReaderOptions as AsnReaderOptions } from './System.Formats.Asn1/internal/index.js';
|
|
22
|
+
export { AsnWriter as AsnWriter } from './System.Formats.Asn1/internal/index.js';
|
|
23
|
+
export { AsnWriter_Scope as AsnWriter_Scope } from './System.Formats.Asn1/internal/index.js';
|
|
24
|
+
export { TagClass as TagClass } from './System.Formats.Asn1/internal/index.js';
|
|
25
|
+
export { UniversalTagNumber as UniversalTagNumber } from './System.Formats.Asn1/internal/index.js';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Formats.Tar
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Formats.Tar/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1, IReadOnlyDictionary_2, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { Stream, UnixFileMode } 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 { Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, IAsyncDisposable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { PosixTarEntry as PosixTarEntry } from './System.Formats.Tar/internal/index.js';
|
|
17
|
+
export { V7TarEntry as V7TarEntry } from './System.Formats.Tar/internal/index.js';
|
|
18
|
+
export { TarEntry as TarEntry } from './System.Formats.Tar/internal/index.js';
|
|
19
|
+
export { TarEntryFormat as TarEntryFormat } from './System.Formats.Tar/internal/index.js';
|
|
20
|
+
export { UstarTarEntry as UstarTarEntry } from './System.Formats.Tar/internal/index.js';
|
|
21
|
+
export { GnuTarEntry as GnuTarEntry } from './System.Formats.Tar/internal/index.js';
|
|
22
|
+
export { PaxGlobalExtendedAttributesTarEntry as PaxGlobalExtendedAttributesTarEntry } from './System.Formats.Tar/internal/index.js';
|
|
23
|
+
export { PaxTarEntry as PaxTarEntry } from './System.Formats.Tar/internal/index.js';
|
|
24
|
+
export { TarEntryType as TarEntryType } from './System.Formats.Tar/internal/index.js';
|
|
25
|
+
export { TarFile$instance as TarFile } from './System.Formats.Tar/internal/index.js';
|
|
26
|
+
export { TarReader as TarReader } from './System.Formats.Tar/internal/index.js';
|
|
27
|
+
export { TarWriter as TarWriter } from './System.Formats.Tar/internal/index.js';
|
|
@@ -1079,7 +1079,7 @@ export interface __SortVersion$views {
|
|
|
1079
1079
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SortVersion>;
|
|
1080
1080
|
|
|
1081
1081
|
// Structural method bridges for numeric interface constraints
|
|
1082
|
-
|
|
1082
|
+
equals(other: SortVersion): boolean;
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
1085
|
export type SortVersion = SortVersion$instance & __SortVersion$views;
|
|
@@ -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';
|
|
@@ -1107,7 +1107,7 @@ export interface StreamWriter$instance extends TextWriter$instance {
|
|
|
1107
1107
|
write(format: string, arg0: unknown): void;
|
|
1108
1108
|
write(format: string, arg0: unknown, arg1: unknown): void;
|
|
1109
1109
|
write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1110
|
-
write(format: string, arg: unknown[]): void;
|
|
1110
|
+
write(format: string, ...arg: unknown[]): void;
|
|
1111
1111
|
write(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1112
1112
|
write(buffer: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1113
1113
|
write(value: boolean): void;
|
|
@@ -1133,7 +1133,7 @@ export interface StreamWriter$instance extends TextWriter$instance {
|
|
|
1133
1133
|
writeLine(format: string, arg0: unknown): void;
|
|
1134
1134
|
writeLine(format: string, arg0: unknown, arg1: unknown): void;
|
|
1135
1135
|
writeLine(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1136
|
-
writeLine(format: string, arg: unknown[]): void;
|
|
1136
|
+
writeLine(format: string, ...arg: unknown[]): void;
|
|
1137
1137
|
writeLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1138
1138
|
writeLine(): void;
|
|
1139
1139
|
writeLine(value: char): void;
|
|
@@ -1256,7 +1256,7 @@ export interface StringWriter$instance extends TextWriter$instance {
|
|
|
1256
1256
|
write(format: string, arg0: unknown): void;
|
|
1257
1257
|
write(format: string, arg0: unknown, arg1: unknown): void;
|
|
1258
1258
|
write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1259
|
-
write(format: string, arg: unknown[]): void;
|
|
1259
|
+
write(format: string, ...arg: unknown[]): void;
|
|
1260
1260
|
write(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1261
1261
|
writeAsync(value: char): Task;
|
|
1262
1262
|
writeAsync(value: string): Task;
|
|
@@ -1285,7 +1285,7 @@ export interface StringWriter$instance extends TextWriter$instance {
|
|
|
1285
1285
|
writeLine(format: string, arg0: unknown): void;
|
|
1286
1286
|
writeLine(format: string, arg0: unknown, arg1: unknown): void;
|
|
1287
1287
|
writeLine(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1288
|
-
writeLine(format: string, arg: unknown[]): void;
|
|
1288
|
+
writeLine(format: string, ...arg: unknown[]): void;
|
|
1289
1289
|
writeLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1290
1290
|
writeLineAsync(value: char): Task;
|
|
1291
1291
|
writeLineAsync(value: string): Task;
|
|
@@ -1379,7 +1379,7 @@ export interface TextWriter$instance extends MarshalByRefObject {
|
|
|
1379
1379
|
write(format: string, arg0: unknown): void;
|
|
1380
1380
|
write(format: string, arg0: unknown, arg1: unknown): void;
|
|
1381
1381
|
write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1382
|
-
write(format: string, arg: unknown[]): void;
|
|
1382
|
+
write(format: string, ...arg: unknown[]): void;
|
|
1383
1383
|
write(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1384
1384
|
writeAsync(value: char): Task;
|
|
1385
1385
|
writeAsync(value: string): Task;
|
|
@@ -1406,7 +1406,7 @@ export interface TextWriter$instance extends MarshalByRefObject {
|
|
|
1406
1406
|
writeLine(format: string, arg0: unknown): void;
|
|
1407
1407
|
writeLine(format: string, arg0: unknown, arg1: unknown): void;
|
|
1408
1408
|
writeLine(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1409
|
-
writeLine(format: string, arg: unknown[]): void;
|
|
1409
|
+
writeLine(format: string, ...arg: unknown[]): void;
|
|
1410
1410
|
writeLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1411
1411
|
writeLineAsync(value: char): Task;
|
|
1412
1412
|
writeLineAsync(value: string): Task;
|
|
@@ -1420,7 +1420,7 @@ export interface TextWriter$instance extends MarshalByRefObject {
|
|
|
1420
1420
|
|
|
1421
1421
|
export const TextWriter: {
|
|
1422
1422
|
readonly null_: TextWriter;
|
|
1423
|
-
createBroadcasting(writers: TextWriter[]): TextWriter;
|
|
1423
|
+
createBroadcasting(...writers: TextWriter[]): TextWriter;
|
|
1424
1424
|
synchronized(writer: TextWriter): TextWriter;
|
|
1425
1425
|
};
|
|
1426
1426
|
|
|
@@ -1734,7 +1734,7 @@ export abstract class Path$instance {
|
|
|
1734
1734
|
static combine(path1: string, path2: string, path3: string, path4: string): string;
|
|
1735
1735
|
static combine(path1: string, path2: string, path3: string): string;
|
|
1736
1736
|
static combine(path1: string, path2: string): string;
|
|
1737
|
-
static combine(paths: string[]): string;
|
|
1737
|
+
static combine(...paths: string[]): string;
|
|
1738
1738
|
static endsInDirectorySeparator(path: ReadOnlySpan_1<CLROf<char>>): boolean;
|
|
1739
1739
|
static endsInDirectorySeparator(path: string): boolean;
|
|
1740
1740
|
static exists(path: string): boolean;
|
|
@@ -1769,7 +1769,7 @@ export abstract class Path$instance {
|
|
|
1769
1769
|
static join(path1: string, path2: string, path3: string, path4: string): string;
|
|
1770
1770
|
static join(path1: string, path2: string, path3: string): string;
|
|
1771
1771
|
static join(path1: string, path2: string): string;
|
|
1772
|
-
static join(paths: string[]): string;
|
|
1772
|
+
static join(...paths: string[]): string;
|
|
1773
1773
|
static trimEndingDirectorySeparator(path: ReadOnlySpan_1<CLROf<char>>): ReadOnlySpan_1<CLROf<char>>;
|
|
1774
1774
|
static trimEndingDirectorySeparator(path: string): string;
|
|
1775
1775
|
static tryJoin(path1: ReadOnlySpan_1<CLROf<char>>, path2: ReadOnlySpan_1<CLROf<char>>, path3: ReadOnlySpan_1<CLROf<char>>, destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }): boolean;
|
|
@@ -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';
|