@tsonic/dotnet 0.7.1 → 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/internal/index.d.ts +23 -2173
- package/System.Buffers/internal/index.d.ts +6 -6
- 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/internal/index.d.ts +8 -8
- 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,63 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.NetworkInformation
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Net.NetworkInformation/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection_1, IEnumerable_1, IEnumerator_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { AsyncCompletedEventArgs, Component, IComponent, IContainer, ISite, Win32Exception } from './System.ComponentModel/internal/index.js';
|
|
12
|
+
import type { IPAddress, IPEndPoint } from './System.Net/internal/index.js';
|
|
13
|
+
import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
|
|
14
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
15
|
+
import type { Task_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, Char, Delegate, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, InvalidOperationException, ISpanFormattable, MulticastDelegate, Object as ClrObject, ReadOnlySpan_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 { DuplicateAddressDetectionState as DuplicateAddressDetectionState } from './System.Net.NetworkInformation/internal/index.js';
|
|
21
|
+
export { GatewayIPAddressInformation as GatewayIPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
|
|
22
|
+
export { GatewayIPAddressInformationCollection as GatewayIPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
|
|
23
|
+
export { IcmpV4Statistics as IcmpV4Statistics } from './System.Net.NetworkInformation/internal/index.js';
|
|
24
|
+
export { IcmpV6Statistics as IcmpV6Statistics } from './System.Net.NetworkInformation/internal/index.js';
|
|
25
|
+
export { IPAddressInformation as IPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
|
|
26
|
+
export { IPAddressInformationCollection as IPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
|
|
27
|
+
export { IPGlobalProperties as IPGlobalProperties } from './System.Net.NetworkInformation/internal/index.js';
|
|
28
|
+
export { IPGlobalStatistics as IPGlobalStatistics } from './System.Net.NetworkInformation/internal/index.js';
|
|
29
|
+
export { IPInterfaceProperties as IPInterfaceProperties } from './System.Net.NetworkInformation/internal/index.js';
|
|
30
|
+
export { IPInterfaceStatistics as IPInterfaceStatistics } from './System.Net.NetworkInformation/internal/index.js';
|
|
31
|
+
export { IPv4InterfaceProperties as IPv4InterfaceProperties } from './System.Net.NetworkInformation/internal/index.js';
|
|
32
|
+
export { IPv4InterfaceStatistics as IPv4InterfaceStatistics } from './System.Net.NetworkInformation/internal/index.js';
|
|
33
|
+
export { IPv6InterfaceProperties as IPv6InterfaceProperties } from './System.Net.NetworkInformation/internal/index.js';
|
|
34
|
+
export { MulticastIPAddressInformation as MulticastIPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
|
|
35
|
+
export { MulticastIPAddressInformationCollection as MulticastIPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
|
|
36
|
+
export { NetBiosNodeType as NetBiosNodeType } from './System.Net.NetworkInformation/internal/index.js';
|
|
37
|
+
export { NetworkChange as NetworkChange } from './System.Net.NetworkInformation/internal/index.js';
|
|
38
|
+
export { NetworkAvailabilityEventArgs as NetworkAvailabilityEventArgs } from './System.Net.NetworkInformation/internal/index.js';
|
|
39
|
+
export type NetworkAddressChangedEventHandler = Internal.NetworkAddressChangedEventHandler;
|
|
40
|
+
export type NetworkAvailabilityChangedEventHandler = Internal.NetworkAvailabilityChangedEventHandler;
|
|
41
|
+
export { NetworkInterface as NetworkInterface } from './System.Net.NetworkInformation/internal/index.js';
|
|
42
|
+
export { NetworkInterfaceComponent as NetworkInterfaceComponent } from './System.Net.NetworkInformation/internal/index.js';
|
|
43
|
+
export { NetworkInterfaceType as NetworkInterfaceType } from './System.Net.NetworkInformation/internal/index.js';
|
|
44
|
+
export { OperationalStatus as OperationalStatus } from './System.Net.NetworkInformation/internal/index.js';
|
|
45
|
+
export { PhysicalAddress as PhysicalAddress } from './System.Net.NetworkInformation/internal/index.js';
|
|
46
|
+
export { PrefixOrigin as PrefixOrigin } from './System.Net.NetworkInformation/internal/index.js';
|
|
47
|
+
export { ScopeLevel as ScopeLevel } from './System.Net.NetworkInformation/internal/index.js';
|
|
48
|
+
export { SuffixOrigin as SuffixOrigin } from './System.Net.NetworkInformation/internal/index.js';
|
|
49
|
+
export { TcpConnectionInformation as TcpConnectionInformation } from './System.Net.NetworkInformation/internal/index.js';
|
|
50
|
+
export { TcpState as TcpState } from './System.Net.NetworkInformation/internal/index.js';
|
|
51
|
+
export { TcpStatistics as TcpStatistics } from './System.Net.NetworkInformation/internal/index.js';
|
|
52
|
+
export { UdpStatistics as UdpStatistics } from './System.Net.NetworkInformation/internal/index.js';
|
|
53
|
+
export { UnicastIPAddressInformation as UnicastIPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
|
|
54
|
+
export { UnicastIPAddressInformationCollection as UnicastIPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
|
|
55
|
+
export { NetworkInformationException as NetworkInformationException } from './System.Net.NetworkInformation/internal/index.js';
|
|
56
|
+
export { IPStatus as IPStatus } from './System.Net.NetworkInformation/internal/index.js';
|
|
57
|
+
export { Ping as Ping } from './System.Net.NetworkInformation/internal/index.js';
|
|
58
|
+
export type PingCompletedEventHandler = Internal.PingCompletedEventHandler;
|
|
59
|
+
export { PingCompletedEventArgs as PingCompletedEventArgs } from './System.Net.NetworkInformation/internal/index.js';
|
|
60
|
+
export { PingException as PingException } from './System.Net.NetworkInformation/internal/index.js';
|
|
61
|
+
export { PingOptions as PingOptions } from './System.Net.NetworkInformation/internal/index.js';
|
|
62
|
+
export { PingReply as PingReply } from './System.Net.NetworkInformation/internal/index.js';
|
|
63
|
+
export { IPAddressCollection as IPAddressCollection } from './System.Net.NetworkInformation/internal/index.js';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.Quic
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Net.Quic/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { List_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { IOException, SeekOrigin, Stream } from './System.IO/internal/index.js';
|
|
12
|
+
import type { SslApplicationProtocol, SslClientAuthenticationOptions, SslClientHelloInfo, SslServerAuthenticationOptions, TlsCipherSuite } from './System.Net.Security/internal/index.js';
|
|
13
|
+
import type { EndPoint, IPEndPoint } from './System.Net/internal/index.js';
|
|
14
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
15
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
16
|
+
import type { SslProtocols } from './System.Security.Authentication/internal/index.js';
|
|
17
|
+
import type { X509Certificate } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
18
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
19
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
20
|
+
import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, Exception, Func_4, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
|
|
21
|
+
|
|
22
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
23
|
+
export { QuicAbortDirection as QuicAbortDirection } from './System.Net.Quic/internal/index.js';
|
|
24
|
+
export { QuicConnection as QuicConnection } from './System.Net.Quic/internal/index.js';
|
|
25
|
+
export { QuicReceiveWindowSizes as QuicReceiveWindowSizes } from './System.Net.Quic/internal/index.js';
|
|
26
|
+
export { QuicStreamCapacityChangedArgs as QuicStreamCapacityChangedArgs } from './System.Net.Quic/internal/index.js';
|
|
27
|
+
export { QuicConnectionOptions as QuicConnectionOptions } from './System.Net.Quic/internal/index.js';
|
|
28
|
+
export { QuicClientConnectionOptions as QuicClientConnectionOptions } from './System.Net.Quic/internal/index.js';
|
|
29
|
+
export { QuicServerConnectionOptions as QuicServerConnectionOptions } from './System.Net.Quic/internal/index.js';
|
|
30
|
+
export { QuicError as QuicError } from './System.Net.Quic/internal/index.js';
|
|
31
|
+
export { QuicException as QuicException } from './System.Net.Quic/internal/index.js';
|
|
32
|
+
export { QuicListener as QuicListener } from './System.Net.Quic/internal/index.js';
|
|
33
|
+
export { QuicListenerOptions as QuicListenerOptions } from './System.Net.Quic/internal/index.js';
|
|
34
|
+
export { QuicStream as QuicStream } from './System.Net.Quic/internal/index.js';
|
|
35
|
+
export { QuicStreamType as QuicStreamType } from './System.Net.Quic/internal/index.js';
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.Security
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Net.Security/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IBufferWriter_1 } from './System.Buffers/internal/index.js';
|
|
10
|
+
import type { IEnumerable_1, List_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
12
|
+
import type { SeekOrigin, Stream } from './System.IO/internal/index.js';
|
|
13
|
+
import type { NetworkCredential, TransportContext } from './System.Net/internal/index.js';
|
|
14
|
+
import type { MethodInfo } from './System.Reflection/internal/index.js';
|
|
15
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
16
|
+
import type { ChannelBinding, ExtendedProtectionPolicy } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
17
|
+
import type { CipherAlgorithmType, ExchangeAlgorithmType, HashAlgorithmType, SslProtocols } from './System.Security.Authentication/internal/index.js';
|
|
18
|
+
import type { X509Certificate, X509Certificate2, X509Certificate2Collection, X509CertificateCollection, X509Chain, X509ChainPolicy, X509RevocationMode, X509Store } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
19
|
+
import type { IIdentity, TokenImpersonationLevel } from './System.Security.Principal/internal/index.js';
|
|
20
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
21
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
22
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, Enum, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, Memory_1, MulticastDelegate, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, TypeCode, UInt16, ValueType, Void } from './System/internal/index.js';
|
|
23
|
+
|
|
24
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
25
|
+
export { AuthenticationLevel as AuthenticationLevel } from './System.Net.Security/internal/index.js';
|
|
26
|
+
export { SslPolicyErrors as SslPolicyErrors } from './System.Net.Security/internal/index.js';
|
|
27
|
+
export { AuthenticatedStream as AuthenticatedStream } from './System.Net.Security/internal/index.js';
|
|
28
|
+
export { CipherSuitesPolicy as CipherSuitesPolicy } from './System.Net.Security/internal/index.js';
|
|
29
|
+
export { NegotiateAuthentication as NegotiateAuthentication } from './System.Net.Security/internal/index.js';
|
|
30
|
+
export { NegotiateAuthenticationClientOptions as NegotiateAuthenticationClientOptions } from './System.Net.Security/internal/index.js';
|
|
31
|
+
export { NegotiateAuthenticationServerOptions as NegotiateAuthenticationServerOptions } from './System.Net.Security/internal/index.js';
|
|
32
|
+
export { NegotiateAuthenticationStatusCode as NegotiateAuthenticationStatusCode } from './System.Net.Security/internal/index.js';
|
|
33
|
+
export { ProtectionLevel as ProtectionLevel } from './System.Net.Security/internal/index.js';
|
|
34
|
+
export { SslApplicationProtocol as SslApplicationProtocol } from './System.Net.Security/internal/index.js';
|
|
35
|
+
export { SslCertificateTrust as SslCertificateTrust } from './System.Net.Security/internal/index.js';
|
|
36
|
+
export { SslClientAuthenticationOptions as SslClientAuthenticationOptions } from './System.Net.Security/internal/index.js';
|
|
37
|
+
export { SslClientHelloInfo as SslClientHelloInfo } from './System.Net.Security/internal/index.js';
|
|
38
|
+
export { SslServerAuthenticationOptions as SslServerAuthenticationOptions } from './System.Net.Security/internal/index.js';
|
|
39
|
+
export { EncryptionPolicy as EncryptionPolicy } from './System.Net.Security/internal/index.js';
|
|
40
|
+
export type RemoteCertificateValidationCallback = Internal.RemoteCertificateValidationCallback;
|
|
41
|
+
export type LocalCertificateSelectionCallback = Internal.LocalCertificateSelectionCallback;
|
|
42
|
+
export type ServerCertificateSelectionCallback = Internal.ServerCertificateSelectionCallback;
|
|
43
|
+
export type ServerOptionsSelectionCallback = Internal.ServerOptionsSelectionCallback;
|
|
44
|
+
export { SslStream as SslStream } from './System.Net.Security/internal/index.js';
|
|
45
|
+
export { SslStreamCertificateContext as SslStreamCertificateContext } from './System.Net.Security/internal/index.js';
|
|
46
|
+
export { NegotiateStream as NegotiateStream } from './System.Net.Security/internal/index.js';
|
|
47
|
+
export { TlsCipherSuite as TlsCipherSuite } from './System.Net.Security/internal/index.js';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.ServerSentEvents
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Net.ServerSentEvents/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IBufferWriter_1 } from './System.Buffers/internal/index.js';
|
|
10
|
+
import type { IAsyncEnumerable_1, IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
12
|
+
import type { MethodInfo } from './System.Reflection/internal/index.js';
|
|
13
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
14
|
+
import type { Task } from './System.Threading.Tasks/internal/index.js';
|
|
15
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
16
|
+
import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, IAsyncResult, ICloneable, Int32, IntPtr, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, ValueType, Void } from './System/internal/index.js';
|
|
17
|
+
|
|
18
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
19
|
+
export { SseFormatter$instance as SseFormatter } from './System.Net.ServerSentEvents/internal/index.js';
|
|
20
|
+
export { SseParser_1 as SseParser } from './System.Net.ServerSentEvents/internal/index.js';
|
|
21
|
+
export { SseItem_1 as SseItem } from './System.Net.ServerSentEvents/internal/index.js';
|
|
22
|
+
export type SseItemParser<T> = Internal.SseItemParser_1<T>;
|
|
23
|
+
export { SseParser$instance as SseParser_0 } from './System.Net.ServerSentEvents/internal/index.js';
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.Sockets
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Net.Sockets/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafeHandleMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { IList_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { IDictionary, IList } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { Win32Exception } from './System.ComponentModel/internal/index.js';
|
|
13
|
+
import type { FileAccess, FileStream, SeekOrigin, Stream } from './System.IO/internal/index.js';
|
|
14
|
+
import type { EndPoint, IPAddress, IPEndPoint, SocketAddress } from './System.Net/internal/index.js';
|
|
15
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
16
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
17
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
18
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
19
|
+
import type { ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, EventArgs, EventHandler_1, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
|
|
20
|
+
|
|
21
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
22
|
+
export { SocketException as SocketException } from './System.Net.Sockets/internal/index.js';
|
|
23
|
+
export { AddressFamily as AddressFamily } from './System.Net.Sockets/internal/index.js';
|
|
24
|
+
export { SocketError as SocketError } from './System.Net.Sockets/internal/index.js';
|
|
25
|
+
export { SocketReceiveFromResult as SocketReceiveFromResult } from './System.Net.Sockets/internal/index.js';
|
|
26
|
+
export { SocketReceiveMessageFromResult as SocketReceiveMessageFromResult } from './System.Net.Sockets/internal/index.js';
|
|
27
|
+
export { SocketTaskExtensions$instance as SocketTaskExtensions } from './System.Net.Sockets/internal/index.js';
|
|
28
|
+
export { IOControlCode as IOControlCode } from './System.Net.Sockets/internal/index.js';
|
|
29
|
+
export { IPPacketInformation as IPPacketInformation } from './System.Net.Sockets/internal/index.js';
|
|
30
|
+
export { IPProtectionLevel as IPProtectionLevel } from './System.Net.Sockets/internal/index.js';
|
|
31
|
+
export { LingerOption as LingerOption } from './System.Net.Sockets/internal/index.js';
|
|
32
|
+
export { MulticastOption as MulticastOption } from './System.Net.Sockets/internal/index.js';
|
|
33
|
+
export { IPv6MulticastOption as IPv6MulticastOption } from './System.Net.Sockets/internal/index.js';
|
|
34
|
+
export { NetworkStream as NetworkStream } from './System.Net.Sockets/internal/index.js';
|
|
35
|
+
export { SafeSocketHandle as SafeSocketHandle } from './System.Net.Sockets/internal/index.js';
|
|
36
|
+
export { SelectMode as SelectMode } from './System.Net.Sockets/internal/index.js';
|
|
37
|
+
export { SendPacketsElement as SendPacketsElement } from './System.Net.Sockets/internal/index.js';
|
|
38
|
+
export { Socket as Socket } from './System.Net.Sockets/internal/index.js';
|
|
39
|
+
export { SocketAsyncEventArgs as SocketAsyncEventArgs } from './System.Net.Sockets/internal/index.js';
|
|
40
|
+
export { SocketAsyncOperation as SocketAsyncOperation } from './System.Net.Sockets/internal/index.js';
|
|
41
|
+
export { SocketFlags as SocketFlags } from './System.Net.Sockets/internal/index.js';
|
|
42
|
+
export { SocketInformationOptions as SocketInformationOptions } from './System.Net.Sockets/internal/index.js';
|
|
43
|
+
export { SocketInformation as SocketInformation } from './System.Net.Sockets/internal/index.js';
|
|
44
|
+
export { SocketOptionLevel as SocketOptionLevel } from './System.Net.Sockets/internal/index.js';
|
|
45
|
+
export { SocketOptionName as SocketOptionName } from './System.Net.Sockets/internal/index.js';
|
|
46
|
+
export { SocketShutdown as SocketShutdown } from './System.Net.Sockets/internal/index.js';
|
|
47
|
+
export { TcpClient as TcpClient } from './System.Net.Sockets/internal/index.js';
|
|
48
|
+
export { TcpListener as TcpListener } from './System.Net.Sockets/internal/index.js';
|
|
49
|
+
export { TransmitFileOptions as TransmitFileOptions } from './System.Net.Sockets/internal/index.js';
|
|
50
|
+
export { UdpClient as UdpClient } from './System.Net.Sockets/internal/index.js';
|
|
51
|
+
export { UdpReceiveResult as UdpReceiveResult } from './System.Net.Sockets/internal/index.js';
|
|
52
|
+
export { UnixDomainSocketEndPoint as UnixDomainSocketEndPoint } from './System.Net.Sockets/internal/index.js';
|
|
53
|
+
export { ProtocolFamily as ProtocolFamily } from './System.Net.Sockets/internal/index.js';
|
|
54
|
+
export { ProtocolType as ProtocolType } from './System.Net.Sockets/internal/index.js';
|
|
55
|
+
export { SocketType as SocketType } from './System.Net.Sockets/internal/index.js';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.WebSockets
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Net.WebSockets/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1, IReadOnlyDictionary_2 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { NameValueCollection } from './System.Collections.Specialized/internal/index.js';
|
|
11
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { Win32Exception } from './System.ComponentModel/internal/index.js';
|
|
13
|
+
import type { SeekOrigin, Stream } from './System.IO/internal/index.js';
|
|
14
|
+
import type { HttpMessageInvoker, HttpVersionPolicy } from './System.Net.Http/internal/index.js';
|
|
15
|
+
import type { RemoteCertificateValidationCallback } from './System.Net.Security/internal/index.js';
|
|
16
|
+
import type { CookieCollection, CookieContainer, HttpStatusCode, ICredentials, IWebProxy } from './System.Net/internal/index.js';
|
|
17
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
18
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
19
|
+
import type { X509CertificateCollection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
20
|
+
import type { IPrincipal } from './System.Security.Principal/internal/index.js';
|
|
21
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
22
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
23
|
+
import type { ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from './System/internal/index.js';
|
|
24
|
+
|
|
25
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
26
|
+
export { HttpListenerWebSocketContext as HttpListenerWebSocketContext } from './System.Net.WebSockets/internal/index.js';
|
|
27
|
+
export { ValueWebSocketReceiveResult as ValueWebSocketReceiveResult } from './System.Net.WebSockets/internal/index.js';
|
|
28
|
+
export { WebSocket as WebSocket } from './System.Net.WebSockets/internal/index.js';
|
|
29
|
+
export { WebSocketCloseStatus as WebSocketCloseStatus } from './System.Net.WebSockets/internal/index.js';
|
|
30
|
+
export { WebSocketContext as WebSocketContext } from './System.Net.WebSockets/internal/index.js';
|
|
31
|
+
export { WebSocketCreationOptions as WebSocketCreationOptions } from './System.Net.WebSockets/internal/index.js';
|
|
32
|
+
export { WebSocketDeflateOptions as WebSocketDeflateOptions } from './System.Net.WebSockets/internal/index.js';
|
|
33
|
+
export { WebSocketError as WebSocketError } from './System.Net.WebSockets/internal/index.js';
|
|
34
|
+
export { WebSocketException as WebSocketException } from './System.Net.WebSockets/internal/index.js';
|
|
35
|
+
export { WebSocketMessageType as WebSocketMessageType } from './System.Net.WebSockets/internal/index.js';
|
|
36
|
+
export { WebSocketMessageFlags as WebSocketMessageFlags } from './System.Net.WebSockets/internal/index.js';
|
|
37
|
+
export { WebSocketReceiveResult as WebSocketReceiveResult } from './System.Net.WebSockets/internal/index.js';
|
|
38
|
+
export { WebSocketState as WebSocketState } from './System.Net.WebSockets/internal/index.js';
|
|
39
|
+
export { WebSocketStream as WebSocketStream } from './System.Net.WebSockets/internal/index.js';
|
|
40
|
+
export { ClientWebSocket as ClientWebSocket } from './System.Net.WebSockets/internal/index.js';
|
|
41
|
+
export { ClientWebSocketOptions as ClientWebSocketOptions } from './System.Net.WebSockets/internal/index.js';
|
package/System.Net.d.ts
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Net/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { NameObjectCollectionBase_KeysCollection, NameValueCollection, StringDictionary } from './System.Collections.Specialized/internal/index.js';
|
|
11
|
+
import type { ArrayList, ICollection, IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { AsyncCompletedEventArgs, AsyncCompletedEventHandler, Component, IComponent, IContainer, ISite, ProgressChangedEventArgs, Win32Exception } from './System.ComponentModel/internal/index.js';
|
|
13
|
+
import type { BinaryWriter, Stream, TextWriter } from './System.IO/internal/index.js';
|
|
14
|
+
import type { RequestCachePolicy } from './System.Net.Cache/internal/index.js';
|
|
15
|
+
import type { AuthenticationLevel, EncryptionPolicy, RemoteCertificateValidationCallback } from './System.Net.Security/internal/index.js';
|
|
16
|
+
import type { AddressFamily } from './System.Net.Sockets/internal/index.js';
|
|
17
|
+
import type { HttpListenerWebSocketContext } from './System.Net.WebSockets/internal/index.js';
|
|
18
|
+
import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
|
|
19
|
+
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
20
|
+
import type { ChannelBinding, ChannelBindingKind, ExtendedProtectionPolicy, ServiceNameCollection } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
21
|
+
import type { Claim, ClaimsIdentity } from './System.Security.Claims/internal/index.js';
|
|
22
|
+
import type { X509Certificate, X509Certificate2, X509CertificateCollection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
23
|
+
import type { GenericIdentity, IIdentity, IPrincipal, TokenImpersonationLevel } from './System.Security.Principal/internal/index.js';
|
|
24
|
+
import type { SecureString } from './System.Security/internal/index.js';
|
|
25
|
+
import type { Encoding } from './System.Text/internal/index.js';
|
|
26
|
+
import type { Task, Task_1 } from './System.Threading.Tasks/internal/index.js';
|
|
27
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
28
|
+
import type { Array as ClrArray, ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, Delegate, Enum, EventArgs, Exception, FormatException, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, InvalidOperationException, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MarshalByRefObject, Memory_1, MulticastDelegate, Object as ClrObject, Predicate_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from './System/internal/index.js';
|
|
29
|
+
|
|
30
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
31
|
+
export { HttpListenerPrefixCollection as HttpListenerPrefixCollection } from './System.Net/internal/index.js';
|
|
32
|
+
export { HttpListenerRequest as HttpListenerRequest } from './System.Net/internal/index.js';
|
|
33
|
+
export type AuthenticationSchemeSelector = Internal.AuthenticationSchemeSelector;
|
|
34
|
+
export { HttpListener as HttpListener } from './System.Net/internal/index.js';
|
|
35
|
+
export type HttpListener_ExtendedProtectionSelector = Internal.HttpListener_ExtendedProtectionSelector;
|
|
36
|
+
export { HttpListenerBasicIdentity as HttpListenerBasicIdentity } from './System.Net/internal/index.js';
|
|
37
|
+
export { HttpListenerContext as HttpListenerContext } from './System.Net/internal/index.js';
|
|
38
|
+
export { HttpListenerException as HttpListenerException } from './System.Net/internal/index.js';
|
|
39
|
+
export { HttpListenerResponse as HttpListenerResponse } from './System.Net/internal/index.js';
|
|
40
|
+
export { HttpListenerTimeoutManager as HttpListenerTimeoutManager } from './System.Net/internal/index.js';
|
|
41
|
+
export { Dns$instance as Dns } from './System.Net/internal/index.js';
|
|
42
|
+
export { IPHostEntry as IPHostEntry } from './System.Net/internal/index.js';
|
|
43
|
+
export { AuthenticationSchemes as AuthenticationSchemes } from './System.Net/internal/index.js';
|
|
44
|
+
export { CookieVariant as CookieVariant } from './System.Net/internal/index.js';
|
|
45
|
+
export { Cookie as Cookie } from './System.Net/internal/index.js';
|
|
46
|
+
export { CookieContainer as CookieContainer } from './System.Net/internal/index.js';
|
|
47
|
+
export { PathList as PathList } from './System.Net/internal/index.js';
|
|
48
|
+
export { CookieCollection as CookieCollection } from './System.Net/internal/index.js';
|
|
49
|
+
export { CookieException as CookieException } from './System.Net/internal/index.js';
|
|
50
|
+
export { CredentialCache as CredentialCache } from './System.Net/internal/index.js';
|
|
51
|
+
export { DecompressionMethods as DecompressionMethods } from './System.Net/internal/index.js';
|
|
52
|
+
export { DnsEndPoint as DnsEndPoint } from './System.Net/internal/index.js';
|
|
53
|
+
export { EndPoint as EndPoint } from './System.Net/internal/index.js';
|
|
54
|
+
export { HttpStatusCode as HttpStatusCode } from './System.Net/internal/index.js';
|
|
55
|
+
export { HttpVersion$instance as HttpVersion } from './System.Net/internal/index.js';
|
|
56
|
+
export type ICredentials = Internal.ICredentials;
|
|
57
|
+
export type ICredentialsByHost = Internal.ICredentialsByHost;
|
|
58
|
+
export { IPAddress as IPAddress } from './System.Net/internal/index.js';
|
|
59
|
+
export { IPNetwork as IPNetwork } from './System.Net/internal/index.js';
|
|
60
|
+
export { IPEndPoint as IPEndPoint } from './System.Net/internal/index.js';
|
|
61
|
+
export type IWebProxy = Internal.IWebProxy;
|
|
62
|
+
export { NetworkCredential as NetworkCredential } from './System.Net/internal/index.js';
|
|
63
|
+
export { TransportContext as TransportContext } from './System.Net/internal/index.js';
|
|
64
|
+
export { SocketAddress as SocketAddress } from './System.Net/internal/index.js';
|
|
65
|
+
export { AuthenticationManager as AuthenticationManager } from './System.Net/internal/index.js';
|
|
66
|
+
export { Authorization as Authorization } from './System.Net/internal/index.js';
|
|
67
|
+
export { FileWebRequest as FileWebRequest } from './System.Net/internal/index.js';
|
|
68
|
+
export { FileWebResponse as FileWebResponse } from './System.Net/internal/index.js';
|
|
69
|
+
export { GlobalProxySelection as GlobalProxySelection } from './System.Net/internal/index.js';
|
|
70
|
+
export type HttpContinueDelegate = Internal.HttpContinueDelegate;
|
|
71
|
+
export { HttpWebRequest as HttpWebRequest } from './System.Net/internal/index.js';
|
|
72
|
+
export { HttpWebResponse as HttpWebResponse } from './System.Net/internal/index.js';
|
|
73
|
+
export type IAuthenticationModule = Internal.IAuthenticationModule;
|
|
74
|
+
export type ICredentialPolicy = Internal.ICredentialPolicy;
|
|
75
|
+
export type IWebRequestCreate = Internal.IWebRequestCreate;
|
|
76
|
+
export { ProtocolViolationException as ProtocolViolationException } from './System.Net/internal/index.js';
|
|
77
|
+
export { WebException as WebException } from './System.Net/internal/index.js';
|
|
78
|
+
export { WebExceptionStatus as WebExceptionStatus } from './System.Net/internal/index.js';
|
|
79
|
+
export { WebRequest as WebRequest } from './System.Net/internal/index.js';
|
|
80
|
+
export { WebRequestMethods$instance as WebRequestMethods } from './System.Net/internal/index.js';
|
|
81
|
+
export { WebRequestMethods_Ftp$instance as WebRequestMethods_Ftp } from './System.Net/internal/index.js';
|
|
82
|
+
export { WebRequestMethods_Http$instance as WebRequestMethods_Http } from './System.Net/internal/index.js';
|
|
83
|
+
export { WebRequestMethods_File$instance as WebRequestMethods_File } from './System.Net/internal/index.js';
|
|
84
|
+
export { WebResponse as WebResponse } from './System.Net/internal/index.js';
|
|
85
|
+
export { FtpStatusCode as FtpStatusCode } from './System.Net/internal/index.js';
|
|
86
|
+
export { FtpWebRequest as FtpWebRequest } from './System.Net/internal/index.js';
|
|
87
|
+
export { FtpWebResponse as FtpWebResponse } from './System.Net/internal/index.js';
|
|
88
|
+
export type BindIPEndPoint = Internal.BindIPEndPoint;
|
|
89
|
+
export { SecurityProtocolType as SecurityProtocolType } from './System.Net/internal/index.js';
|
|
90
|
+
export { ServicePoint as ServicePoint } from './System.Net/internal/index.js';
|
|
91
|
+
export { ServicePointManager as ServicePointManager } from './System.Net/internal/index.js';
|
|
92
|
+
export { WebClient as WebClient } from './System.Net/internal/index.js';
|
|
93
|
+
export type OpenReadCompletedEventHandler = Internal.OpenReadCompletedEventHandler;
|
|
94
|
+
export type OpenWriteCompletedEventHandler = Internal.OpenWriteCompletedEventHandler;
|
|
95
|
+
export type DownloadStringCompletedEventHandler = Internal.DownloadStringCompletedEventHandler;
|
|
96
|
+
export type DownloadDataCompletedEventHandler = Internal.DownloadDataCompletedEventHandler;
|
|
97
|
+
export type UploadStringCompletedEventHandler = Internal.UploadStringCompletedEventHandler;
|
|
98
|
+
export type UploadDataCompletedEventHandler = Internal.UploadDataCompletedEventHandler;
|
|
99
|
+
export type UploadFileCompletedEventHandler = Internal.UploadFileCompletedEventHandler;
|
|
100
|
+
export type UploadValuesCompletedEventHandler = Internal.UploadValuesCompletedEventHandler;
|
|
101
|
+
export type DownloadProgressChangedEventHandler = Internal.DownloadProgressChangedEventHandler;
|
|
102
|
+
export type UploadProgressChangedEventHandler = Internal.UploadProgressChangedEventHandler;
|
|
103
|
+
export type WriteStreamClosedEventHandler = Internal.WriteStreamClosedEventHandler;
|
|
104
|
+
export { OpenReadCompletedEventArgs as OpenReadCompletedEventArgs } from './System.Net/internal/index.js';
|
|
105
|
+
export { OpenWriteCompletedEventArgs as OpenWriteCompletedEventArgs } from './System.Net/internal/index.js';
|
|
106
|
+
export { DownloadStringCompletedEventArgs as DownloadStringCompletedEventArgs } from './System.Net/internal/index.js';
|
|
107
|
+
export { DownloadDataCompletedEventArgs as DownloadDataCompletedEventArgs } from './System.Net/internal/index.js';
|
|
108
|
+
export { UploadStringCompletedEventArgs as UploadStringCompletedEventArgs } from './System.Net/internal/index.js';
|
|
109
|
+
export { UploadDataCompletedEventArgs as UploadDataCompletedEventArgs } from './System.Net/internal/index.js';
|
|
110
|
+
export { UploadFileCompletedEventArgs as UploadFileCompletedEventArgs } from './System.Net/internal/index.js';
|
|
111
|
+
export { UploadValuesCompletedEventArgs as UploadValuesCompletedEventArgs } from './System.Net/internal/index.js';
|
|
112
|
+
export { DownloadProgressChangedEventArgs as DownloadProgressChangedEventArgs } from './System.Net/internal/index.js';
|
|
113
|
+
export { UploadProgressChangedEventArgs as UploadProgressChangedEventArgs } from './System.Net/internal/index.js';
|
|
114
|
+
export { WriteStreamClosedEventArgs as WriteStreamClosedEventArgs } from './System.Net/internal/index.js';
|
|
115
|
+
export { WebHeaderCollection as WebHeaderCollection } from './System.Net/internal/index.js';
|
|
116
|
+
export { HttpResponseHeader as HttpResponseHeader } from './System.Net/internal/index.js';
|
|
117
|
+
export { HttpRequestHeader as HttpRequestHeader } from './System.Net/internal/index.js';
|
|
118
|
+
export type IWebProxyScript = Internal.IWebProxyScript;
|
|
119
|
+
export { WebProxy as WebProxy } from './System.Net/internal/index.js';
|
|
120
|
+
export { WebUtility$instance as WebUtility } from './System.Net/internal/index.js';
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Numerics
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Numerics/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IComparer_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { NumberStyles } from './System.Globalization/internal/index.js';
|
|
11
|
+
import type { Boolean as ClrBoolean, Byte, Char, Decimal, Double, IComparable, IComparable_1, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from './System/internal/index.js';
|
|
12
|
+
|
|
13
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
14
|
+
export { BitOperations$instance as BitOperations } from './System.Numerics/internal/index.js';
|
|
15
|
+
export { Matrix3x2 as Matrix3x2 } from './System.Numerics/internal/index.js';
|
|
16
|
+
export { Matrix4x4 as Matrix4x4 } from './System.Numerics/internal/index.js';
|
|
17
|
+
export { Plane as Plane } from './System.Numerics/internal/index.js';
|
|
18
|
+
export { Vector$instance as Vector_0 } from './System.Numerics/internal/index.js';
|
|
19
|
+
export { Quaternion as Quaternion } from './System.Numerics/internal/index.js';
|
|
20
|
+
export { TotalOrderIeee754Comparer_1 as TotalOrderIeee754Comparer } from './System.Numerics/internal/index.js';
|
|
21
|
+
export { Vector_1 as Vector } from './System.Numerics/internal/index.js';
|
|
22
|
+
export { Vector2 as Vector2 } from './System.Numerics/internal/index.js';
|
|
23
|
+
export { Vector3 as Vector3 } from './System.Numerics/internal/index.js';
|
|
24
|
+
export { Vector4 as Vector4 } from './System.Numerics/internal/index.js';
|
|
25
|
+
export type IAdditionOperators<TSelf extends Internal.IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IAdditionOperators_3<TSelf, TOther, TResult>;
|
|
26
|
+
export type IAdditiveIdentity<TSelf extends Internal.IAdditiveIdentity_2<TSelf, TResult>, TResult> = Internal.IAdditiveIdentity_2<TSelf, TResult>;
|
|
27
|
+
export type IBinaryFloatingPointIeee754<TSelf extends Internal.IBinaryFloatingPointIeee754_1<TSelf>> = Internal.IBinaryFloatingPointIeee754_1<TSelf>;
|
|
28
|
+
export type IBinaryInteger<TSelf extends Internal.IBinaryInteger_1<TSelf>> = Internal.IBinaryInteger_1<TSelf>;
|
|
29
|
+
export type IBinaryNumber<TSelf extends Internal.IBinaryNumber_1<TSelf>> = Internal.IBinaryNumber_1<TSelf>;
|
|
30
|
+
export type IBitwiseOperators<TSelf extends Internal.IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IBitwiseOperators_3<TSelf, TOther, TResult>;
|
|
31
|
+
export type IComparisonOperators<TSelf extends Internal.IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IComparisonOperators_3<TSelf, TOther, TResult>;
|
|
32
|
+
export type IDecrementOperators<TSelf extends Internal.IDecrementOperators_1<TSelf>> = Internal.IDecrementOperators_1<TSelf>;
|
|
33
|
+
export type IDivisionOperators<TSelf extends Internal.IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IDivisionOperators_3<TSelf, TOther, TResult>;
|
|
34
|
+
export type IEqualityOperators<TSelf extends Internal.IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IEqualityOperators_3<TSelf, TOther, TResult>;
|
|
35
|
+
export type IExponentialFunctions<TSelf extends Internal.IExponentialFunctions_1<TSelf>> = Internal.IExponentialFunctions_1<TSelf>;
|
|
36
|
+
export type IFloatingPoint<TSelf extends Internal.IFloatingPoint_1<TSelf>> = Internal.IFloatingPoint_1<TSelf>;
|
|
37
|
+
export type IFloatingPointConstants<TSelf extends Internal.IFloatingPointConstants_1<TSelf>> = Internal.IFloatingPointConstants_1<TSelf>;
|
|
38
|
+
export type IFloatingPointIeee754<TSelf extends Internal.IFloatingPointIeee754_1<TSelf>> = Internal.IFloatingPointIeee754_1<TSelf>;
|
|
39
|
+
export type IHyperbolicFunctions<TSelf extends Internal.IHyperbolicFunctions_1<TSelf>> = Internal.IHyperbolicFunctions_1<TSelf>;
|
|
40
|
+
export type IIncrementOperators<TSelf extends Internal.IIncrementOperators_1<TSelf>> = Internal.IIncrementOperators_1<TSelf>;
|
|
41
|
+
export type ILogarithmicFunctions<TSelf extends Internal.ILogarithmicFunctions_1<TSelf>> = Internal.ILogarithmicFunctions_1<TSelf>;
|
|
42
|
+
export type IMinMaxValue<TSelf extends Internal.IMinMaxValue_1<TSelf>> = Internal.IMinMaxValue_1<TSelf>;
|
|
43
|
+
export type IModulusOperators<TSelf extends Internal.IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IModulusOperators_3<TSelf, TOther, TResult>;
|
|
44
|
+
export type IMultiplicativeIdentity<TSelf extends Internal.IMultiplicativeIdentity_2<TSelf, TResult>, TResult> = Internal.IMultiplicativeIdentity_2<TSelf, TResult>;
|
|
45
|
+
export type IMultiplyOperators<TSelf extends Internal.IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IMultiplyOperators_3<TSelf, TOther, TResult>;
|
|
46
|
+
export type INumber<TSelf extends Internal.INumber_1<TSelf>> = Internal.INumber_1<TSelf>;
|
|
47
|
+
export type INumberBase<TSelf extends Internal.INumberBase_1<TSelf>> = Internal.INumberBase_1<TSelf>;
|
|
48
|
+
export type IPowerFunctions<TSelf extends Internal.IPowerFunctions_1<TSelf>> = Internal.IPowerFunctions_1<TSelf>;
|
|
49
|
+
export type IRootFunctions<TSelf extends Internal.IRootFunctions_1<TSelf>> = Internal.IRootFunctions_1<TSelf>;
|
|
50
|
+
export type IShiftOperators<TSelf extends Internal.IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IShiftOperators_3<TSelf, TOther, TResult>;
|
|
51
|
+
export type ISignedNumber<TSelf extends Internal.ISignedNumber_1<TSelf>> = Internal.ISignedNumber_1<TSelf>;
|
|
52
|
+
export type ISubtractionOperators<TSelf extends Internal.ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.ISubtractionOperators_3<TSelf, TOther, TResult>;
|
|
53
|
+
export type ITrigonometricFunctions<TSelf extends Internal.ITrigonometricFunctions_1<TSelf>> = Internal.ITrigonometricFunctions_1<TSelf>;
|
|
54
|
+
export type IUnaryNegationOperators<TSelf extends Internal.IUnaryNegationOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryNegationOperators_2<TSelf, TResult>;
|
|
55
|
+
export type IUnaryPlusOperators<TSelf extends Internal.IUnaryPlusOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryPlusOperators_2<TSelf, TResult>;
|
|
56
|
+
export type IUnsignedNumber<TSelf extends Internal.IUnsignedNumber_1<TSelf>> = Internal.IUnsignedNumber_1<TSelf>;
|
|
57
|
+
export { BigInteger as BigInteger } from './System.Numerics/internal/index.js';
|
|
58
|
+
export { Complex as Complex } from './System.Numerics/internal/index.js';
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Reflection.Emit
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Reflection.Emit/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1, IList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ISymbolDocumentWriter } from './System.Diagnostics.SymbolStore/internal/index.js';
|
|
11
|
+
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
12
|
+
import type { FileStream, Stream } from './System.IO/internal/index.js';
|
|
13
|
+
import type { MetadataBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
14
|
+
import type { BlobBuilder } from './System.Reflection.Metadata/internal/index.js';
|
|
15
|
+
import type { Assembly, AssemblyName, Binder, BindingFlags, CallingConventions, ConstructorInfo, CustomAttributeData, EventAttributes, EventInfo, FieldAttributes, FieldInfo, GenericParameterAttributes, ICustomAttributeProvider, ImageFileMachine, InterfaceMapping, IReflect, IReflectableType, LocalVariableInfo, ManifestResourceInfo, MemberFilter, MemberInfo, MemberTypes, MethodAttributes, MethodBase, MethodBody, MethodImplAttributes, MethodInfo, Module, ParameterAttributes, ParameterInfo, ParameterModifier, PortableExecutableKinds, PropertyAttributes, PropertyInfo, TypeAttributes, TypeFilter, TypeInfo } from './System.Reflection/internal/index.js';
|
|
16
|
+
import type { CallingConvention, CharSet, StructLayoutAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
17
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
18
|
+
import type { SecurityRuleSet } from './System.Security/internal/index.js';
|
|
19
|
+
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Delegate, Double, Enum, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, ModuleHandle, Object as ClrObject, RuntimeFieldHandle, RuntimeMethodHandle, RuntimeTypeHandle, SByte, Single, String as ClrString, Type, TypeCode, TypedReference, ValueType, Version, Void } from './System/internal/index.js';
|
|
20
|
+
|
|
21
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
22
|
+
export { CustomAttributeBuilder as CustomAttributeBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
23
|
+
export { DynamicILInfo as DynamicILInfo } from './System.Reflection.Emit/internal/index.js';
|
|
24
|
+
export { DynamicMethod as DynamicMethod } from './System.Reflection.Emit/internal/index.js';
|
|
25
|
+
export { AssemblyBuilder as AssemblyBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
26
|
+
export { SignatureHelper as SignatureHelper } from './System.Reflection.Emit/internal/index.js';
|
|
27
|
+
export { AssemblyBuilderAccess as AssemblyBuilderAccess } from './System.Reflection.Emit/internal/index.js';
|
|
28
|
+
export { ConstructorBuilder as ConstructorBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
29
|
+
export { EnumBuilder as EnumBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
30
|
+
export { EventBuilder as EventBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
31
|
+
export { FieldBuilder as FieldBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
32
|
+
export { FlowControl as FlowControl } from './System.Reflection.Emit/internal/index.js';
|
|
33
|
+
export { GenericTypeParameterBuilder as GenericTypeParameterBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
34
|
+
export { ILGenerator as ILGenerator } from './System.Reflection.Emit/internal/index.js';
|
|
35
|
+
export { Label as Label } from './System.Reflection.Emit/internal/index.js';
|
|
36
|
+
export { LocalBuilder as LocalBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
37
|
+
export { MethodBuilder as MethodBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
38
|
+
export { ModuleBuilder as ModuleBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
39
|
+
export { OpCode as OpCode } from './System.Reflection.Emit/internal/index.js';
|
|
40
|
+
export { OpCodes as OpCodes } from './System.Reflection.Emit/internal/index.js';
|
|
41
|
+
export { OpCodeType as OpCodeType } from './System.Reflection.Emit/internal/index.js';
|
|
42
|
+
export { OperandType as OperandType } from './System.Reflection.Emit/internal/index.js';
|
|
43
|
+
export { PackingSize as PackingSize } from './System.Reflection.Emit/internal/index.js';
|
|
44
|
+
export { ParameterBuilder as ParameterBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
45
|
+
export { PEFileKinds as PEFileKinds } from './System.Reflection.Emit/internal/index.js';
|
|
46
|
+
export { PropertyBuilder as PropertyBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
47
|
+
export { StackBehaviour as StackBehaviour } from './System.Reflection.Emit/internal/index.js';
|
|
48
|
+
export { TypeBuilder as TypeBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
49
|
+
export { PersistedAssemblyBuilder as PersistedAssemblyBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Reflection.Metadata.Ecma335
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1, IReadOnlyList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ImmutableArray_1 } from './System.Collections.Immutable/internal/index.js';
|
|
11
|
+
import type { AssemblyDefinitionHandle, AssemblyFileHandle, AssemblyReferenceHandle, Blob, BlobBuilder, BlobContentId, BlobHandle, BlobReader, ConstantHandle, CustomAttributeHandle, CustomDebugInformationHandle, DeclarativeSecurityAttributeHandle, DocumentHandle, DocumentNameBlobHandle, EntityHandle, EventDefinitionHandle, ExceptionRegionKind, ExportedType, ExportedTypeHandle, FieldDefinitionHandle, GenericParameterConstraintHandle, GenericParameterHandle, GuidHandle, Handle, HandleKind, ILOpCode, ImportScopeHandle, InterfaceImplementationHandle, ISignatureTypeProvider_2, LocalConstantHandle, LocalScopeHandle, LocalVariableAttributes, LocalVariableHandle, ManifestResourceHandle, MemberReferenceHandle, MetadataReader, MethodDebugInformationHandle, MethodDefinitionHandle, MethodImplementationHandle, MethodSignature_1, MethodSpecificationHandle, ModuleDefinitionHandle, ModuleReferenceHandle, ParameterHandle, PrimitiveSerializationTypeCode, PrimitiveTypeCode, PropertyDefinitionHandle, ReservedBlob_1, SignatureCallingConvention, SignatureTypeKind, StandaloneSignatureHandle, StringHandle, TypeDefinitionHandle, TypeReferenceHandle, TypeSpecificationHandle, UserStringHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
12
|
+
import type { AssemblyFlags, AssemblyHashAlgorithm, DeclarativeSecurityAction, EventAttributes, FieldAttributes, GenericParameterAttributes, ManifestResourceAttributes, MethodAttributes, MethodImplAttributes, MethodImportAttributes, MethodSemanticsAttributes, ParameterAttributes, PropertyAttributes, TypeAttributes } from './System.Reflection/internal/index.js';
|
|
13
|
+
import type { Action_1, Boolean as ClrBoolean, Byte, Double, Enum, Func_2, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, Single, String as ClrString, Type, TypeCode, UInt16, UInt32, ValueType, Version, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { FunctionPointerAttributes as FunctionPointerAttributes } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
17
|
+
export { MethodBodyStreamEncoder as MethodBodyStreamEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
18
|
+
export { MethodBodyStreamEncoder_MethodBody as MethodBodyStreamEncoder_MethodBody } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
19
|
+
export { MethodBodyAttributes as MethodBodyAttributes } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
20
|
+
export { SwitchInstructionEncoder as SwitchInstructionEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
21
|
+
export { MetadataBuilder as MetadataBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
22
|
+
export { MetadataRootBuilder as MetadataRootBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
23
|
+
export { ControlFlowBuilder as ControlFlowBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
24
|
+
export { ExceptionRegionEncoder as ExceptionRegionEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
25
|
+
export { InstructionEncoder as InstructionEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
26
|
+
export { LabelHandle as LabelHandle } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
27
|
+
export { CodedIndex$instance as CodedIndex } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
28
|
+
export { PortablePdbBuilder as PortablePdbBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
29
|
+
export { BlobEncoder as BlobEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
30
|
+
export { MethodSignatureEncoder as MethodSignatureEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
31
|
+
export { LocalVariablesEncoder as LocalVariablesEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
32
|
+
export { LocalVariableTypeEncoder as LocalVariableTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
33
|
+
export { ParameterTypeEncoder as ParameterTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
34
|
+
export { PermissionSetEncoder as PermissionSetEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
35
|
+
export { GenericTypeArgumentsEncoder as GenericTypeArgumentsEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
36
|
+
export { FieldTypeEncoder as FieldTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
37
|
+
export { FixedArgumentsEncoder as FixedArgumentsEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
38
|
+
export { LiteralEncoder as LiteralEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
39
|
+
export { ScalarEncoder as ScalarEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
40
|
+
export { LiteralsEncoder as LiteralsEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
41
|
+
export { VectorEncoder as VectorEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
42
|
+
export { NameEncoder as NameEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
43
|
+
export { CustomAttributeNamedArgumentsEncoder as CustomAttributeNamedArgumentsEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
44
|
+
export { NamedArgumentsEncoder as NamedArgumentsEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
45
|
+
export { NamedArgumentTypeEncoder as NamedArgumentTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
46
|
+
export { CustomAttributeArrayTypeEncoder as CustomAttributeArrayTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
47
|
+
export { CustomAttributeElementTypeEncoder as CustomAttributeElementTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
48
|
+
export { SignatureTypeEncoder as SignatureTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
49
|
+
export { CustomModifiersEncoder as CustomModifiersEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
50
|
+
export { ArrayShapeEncoder as ArrayShapeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
51
|
+
export { ReturnTypeEncoder as ReturnTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
52
|
+
export { ParametersEncoder as ParametersEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
53
|
+
export { MetadataSizes as MetadataSizes } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
54
|
+
export { SignatureDecoder_2 as SignatureDecoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
55
|
+
export { EditAndContinueLogEntry as EditAndContinueLogEntry } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
56
|
+
export { EditAndContinueOperation as EditAndContinueOperation } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
57
|
+
export { ExportedTypeExtensions$instance as ExportedTypeExtensions } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
58
|
+
export { HeapIndex as HeapIndex } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
59
|
+
export { MetadataReaderExtensions$instance as MetadataReaderExtensions } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
60
|
+
export { MetadataTokens$instance as MetadataTokens } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
61
|
+
export { TableIndex as TableIndex } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
62
|
+
export { MetadataAggregator as MetadataAggregator } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|