@tsonic/dotnet 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
- package/Microsoft.VisualBasic.d.ts +48 -0
- package/Microsoft.Win32.SafeHandles.d.ts +29 -0
- package/Microsoft.Win32.d.ts +21 -0
- package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
- package/System.Buffers.Text.d.ts +16 -0
- package/System.Buffers.d.ts +33 -0
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent.d.ts +24 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +23 -0
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
- package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
- package/System.ComponentModel.d.ts +207 -0
- package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +133 -0
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics.d.ts +33 -0
- package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
- package/System.Diagnostics.Tracing.d.ts +47 -0
- package/System.Diagnostics.d.ts +118 -0
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization.d.ts +57 -0
- package/System.IO.Compression.d.ts +37 -0
- package/System.IO.Enumeration.d.ts +21 -0
- package/System.IO.IsolatedStorage.d.ts +24 -0
- package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
- package/System.IO.Pipelines.d.ts +26 -0
- package/System.IO.Pipes.d.ts +35 -0
- package/System.IO.d.ts +79 -0
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +58 -0
- package/System.Linq.d.ts +43 -0
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http.Headers.d.ts +42 -0
- package/System.Net.Http.Json.d.ts +24 -0
- package/System.Net.Http.Metrics.d.ts +13 -0
- package/System.Net.Http.d.ts +57 -0
- package/System.Net.Mail.d.ts +45 -0
- package/System.Net.Mime.d.ts +22 -0
- package/System.Net.NetworkInformation.d.ts +63 -0
- package/System.Net.Quic.d.ts +35 -0
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +23 -0
- package/System.Net.Sockets.d.ts +55 -0
- package/System.Net.WebSockets.d.ts +41 -0
- package/System.Net.d.ts +120 -0
- package/System.Numerics.d.ts +58 -0
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
- package/System.Reflection.Metadata.d.ts +208 -0
- package/System.Reflection.PortableExecutable.d.ts +43 -0
- package/System.Reflection.d.ts +124 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices.d.ts +185 -0
- package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
- package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
- package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
- package/System.Runtime.InteropServices.Java.d.ts +16 -0
- package/System.Runtime.InteropServices.JavaScript.d.ts +43 -0
- package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
- package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
- package/System.Runtime.InteropServices.Swift.d.ts +15 -0
- package/System.Runtime.InteropServices.d.ts +153 -0
- package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
- package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
- package/System.Runtime.Intrinsics.X86.d.ts +88 -0
- package/System.Runtime.Intrinsics.d.ts +20 -0
- package/System.Runtime.Loader.d.ts +17 -0
- package/System.Runtime.Remoting.d.ts +12 -0
- package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
- package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
- package/System.Runtime.Serialization.Json.d.ts +23 -0
- package/System.Runtime.Serialization.d.ts +76 -0
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +82 -0
- package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
- package/System.Security.Authentication.d.ts +20 -0
- package/System.Security.Claims.d.ts +19 -0
- package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
- package/System.Security.Cryptography.d.ts +191 -0
- package/System.Security.Permissions.d.ts +18 -0
- package/System.Security.Policy.d.ts +14 -0
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata.d.ts +33 -0
- package/System.Text.Json.Serialization.d.ts +53 -0
- package/System.Text.Json.d.ts +44 -0
- package/System.Text.RegularExpressions.d.ts +35 -0
- package/System.Text.Unicode.d.ts +16 -0
- package/System.Text.d.ts +54 -0
- package/System.Threading.Channels.d.ts +27 -0
- package/System.Threading.Tasks.Dataflow.d.ts +35 -0
- package/{System.Threading.Tasks.Sources/index.d.ts → System.Threading.Tasks.Sources.d.ts} +6 -10
- package/System.Threading.Tasks.d.ts +44 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
- package/System.Web.d.ts +16 -0
- package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
- package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
- package/System.Xml.Linq.d.ts +43 -0
- package/System.Xml.Resolvers.d.ts +18 -0
- package/System.Xml.Schema.d.ts +108 -0
- package/System.Xml.Serialization.d.ts +89 -0
- package/System.Xml.XPath.d.ts +34 -0
- package/System.Xml.Xsl.Runtime.d.ts +66 -0
- package/System.Xml.Xsl.d.ts +29 -0
- package/System.Xml.d.ts +105 -0
- package/System.d.ts +349 -0
- package/package.json +1 -1
- package/Internal/index.d.ts +0 -15
- package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
- package/Microsoft.VisualBasic/index.d.ts +0 -50
- package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
- package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
- package/Microsoft.Win32/index.d.ts +0 -23
- package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
- package/System/index.d.ts +0 -428
- package/System.Buffers/index.d.ts +0 -48
- package/System.Buffers.Text/index.d.ts +0 -18
- package/System.CodeDom.Compiler/index.d.ts +0 -19
- package/System.Collections/index.d.ts +0 -41
- package/System.Collections.Concurrent/index.d.ts +0 -35
- package/System.Collections.Frozen/index.d.ts +0 -26
- package/System.Collections.Generic/index.d.ts +0 -129
- package/System.Collections.Immutable/index.d.ts +0 -64
- package/System.Collections.ObjectModel/index.d.ts +0 -34
- package/System.Collections.Specialized/index.d.ts +0 -34
- package/System.ComponentModel/index.d.ts +0 -210
- package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
- package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
- package/System.Data/index.d.ts +0 -139
- package/System.Data.Common/index.d.ts +0 -64
- package/System.Data.SqlTypes/index.d.ts +0 -45
- package/System.Diagnostics/index.d.ts +0 -123
- package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
- package/System.Diagnostics.Contracts/index.d.ts +0 -32
- package/System.Diagnostics.Metrics/index.d.ts +0 -47
- package/System.Diagnostics.Tracing/index.d.ts +0 -49
- package/System.Drawing/index.d.ts +0 -32
- package/System.Dynamic/index.d.ts +0 -39
- package/System.Formats.Asn1/index.d.ts +0 -27
- package/System.Formats.Tar/index.d.ts +0 -29
- package/System.Globalization/index.d.ts +0 -59
- package/System.IO/index.d.ts +0 -81
- package/System.IO.Compression/index.d.ts +0 -39
- package/System.IO.Enumeration/index.d.ts +0 -27
- package/System.IO.IsolatedStorage/index.d.ts +0 -26
- package/System.IO.Pipelines/index.d.ts +0 -28
- package/System.IO.Pipes/index.d.ts +0 -37
- package/System.Linq/index.d.ts +0 -56
- package/System.Linq.Expressions/index.d.ts +0 -61
- package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
- package/System.Net/index.d.ts +0 -122
- package/System.Net.Cache/index.d.ts +0 -18
- package/System.Net.Http/index.d.ts +0 -61
- package/System.Net.Http.Headers/index.d.ts +0 -45
- package/System.Net.Http.Json/index.d.ts +0 -26
- package/System.Net.Http.Metrics/index.d.ts +0 -15
- package/System.Net.Mail/index.d.ts +0 -47
- package/System.Net.Mime/index.d.ts +0 -24
- package/System.Net.NetworkInformation/index.d.ts +0 -65
- package/System.Net.Quic/index.d.ts +0 -37
- package/System.Net.Security/index.d.ts +0 -49
- package/System.Net.ServerSentEvents/index.d.ts +0 -28
- package/System.Net.Sockets/index.d.ts +0 -57
- package/System.Net.WebSockets/index.d.ts +0 -43
- package/System.Numerics/index.d.ts +0 -94
- package/System.Reflection/index.d.ts +0 -126
- package/System.Reflection.Emit/index.d.ts +0 -51
- package/System.Reflection.Metadata/index.d.ts +0 -220
- package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
- package/System.Reflection.PortableExecutable/index.d.ts +0 -45
- package/System.Resources/index.d.ts +0 -29
- package/System.Runtime/index.d.ts +0 -29
- package/System.Runtime.CompilerServices/index.d.ts +0 -219
- package/System.Runtime.InteropServices/index.d.ts +0 -161
- package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
- package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
- package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
- package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
- package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
- package/System.Runtime.Intrinsics/index.d.ts +0 -26
- package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
- package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
- package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
- package/System.Runtime.Loader/index.d.ts +0 -19
- package/System.Runtime.Remoting/index.d.ts +0 -14
- package/System.Runtime.Serialization/index.d.ts +0 -78
- package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
- package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
- package/System.Runtime.Serialization.Json/index.d.ts +0 -25
- package/System.Runtime.Versioning/index.d.ts +0 -29
- package/System.Security/index.d.ts +0 -37
- package/System.Security.AccessControl/index.d.ts +0 -87
- package/System.Security.Authentication/index.d.ts +0 -22
- package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
- package/System.Security.Claims/index.d.ts +0 -21
- package/System.Security.Cryptography/index.d.ts +0 -193
- package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
- package/System.Security.Permissions/index.d.ts +0 -20
- package/System.Security.Policy/index.d.ts +0 -16
- package/System.Security.Principal/index.d.ts +0 -38
- package/System.Text/index.d.ts +0 -56
- package/System.Text.Encodings.Web/index.d.ts +0 -22
- package/System.Text.Json/index.d.ts +0 -46
- package/System.Text.Json.Nodes/index.d.ts +0 -25
- package/System.Text.Json.Schema/index.d.ts +0 -19
- package/System.Text.Json.Serialization/index.d.ts +0 -59
- package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
- package/System.Text.RegularExpressions/index.d.ts +0 -37
- package/System.Text.Unicode/index.d.ts +0 -18
- package/System.Threading/index.d.ts +0 -104
- package/System.Threading.Channels/index.d.ts +0 -34
- package/System.Threading.Tasks/index.d.ts +0 -50
- package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
- package/System.Web/index.d.ts +0 -18
- package/System.Xml/index.d.ts +0 -107
- package/System.Xml.Linq/index.d.ts +0 -45
- package/System.Xml.Resolvers/index.d.ts +0 -20
- package/System.Xml.Schema/index.d.ts +0 -110
- package/System.Xml.Serialization/index.d.ts +0 -91
- package/System.Xml.XPath/index.d.ts +0 -36
- package/System.Xml.Xsl/index.d.ts +0 -31
- package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
package/System.Data.d.ts
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Data
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Data/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IComparer_1, IEnumerable_1, IEnumerator_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
11
|
+
import type { Hashtable, ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { AttributeCollection, CollectionChangeEventHandler, DescriptionAttribute, EventDescriptor, EventDescriptorCollection, IBindingList, IBindingListView, IComponent, IContainer, ICustomTypeDescriptor, IDataErrorInfo, IEditableObject, IListSource, INotifyPropertyChanged, ISite, ISupportInitialize, ISupportInitializeNotification, ITypedList, ListChangedEventHandler, ListSortDescriptionCollection, ListSortDirection, MarshalByValueComponent, PropertyChangedEventHandler, PropertyDescriptor, PropertyDescriptorCollection, TypeConverter } from './System.ComponentModel/internal/index.js';
|
|
13
|
+
import type { DbColumn, DbDataReader } from './System.Data.Common/internal/index.js';
|
|
14
|
+
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
15
|
+
import type { Stream, TextReader, TextWriter } from './System.IO/internal/index.js';
|
|
16
|
+
import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
|
|
17
|
+
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
18
|
+
import type { Task, Task_1, ValueTask } from './System.Threading.Tasks/internal/index.js';
|
|
19
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
20
|
+
import type { XmlSchema, XmlSchemaComplexType, XmlSchemaSet } from './System.Xml.Schema/internal/index.js';
|
|
21
|
+
import type { IXmlSerializable } from './System.Xml.Serialization/internal/index.js';
|
|
22
|
+
import type { XmlReader, XmlWriter } from './System.Xml/internal/index.js';
|
|
23
|
+
import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, Converter_2, DateTime, Decimal, Delegate, Double, Enum, EventArgs, EventHandler, Exception, Func_2, Guid, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IServiceProvider, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, Single, String as ClrString, SystemException, Type, TypeCode, Void } from './System/internal/index.js';
|
|
24
|
+
|
|
25
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
26
|
+
export { DataReaderExtensions$instance as DataReaderExtensions } from './System.Data/internal/index.js';
|
|
27
|
+
export { UpdateStatus as UpdateStatus } from './System.Data/internal/index.js';
|
|
28
|
+
export { XmlReadMode as XmlReadMode } from './System.Data/internal/index.js';
|
|
29
|
+
export { XmlWriteMode as XmlWriteMode } from './System.Data/internal/index.js';
|
|
30
|
+
export { AcceptRejectRule as AcceptRejectRule } from './System.Data/internal/index.js';
|
|
31
|
+
export { InternalDataCollectionBase as InternalDataCollectionBase } from './System.Data/internal/index.js';
|
|
32
|
+
export { CommandBehavior as CommandBehavior } from './System.Data/internal/index.js';
|
|
33
|
+
export { CommandType as CommandType } from './System.Data/internal/index.js';
|
|
34
|
+
export { ConflictOption as ConflictOption } from './System.Data/internal/index.js';
|
|
35
|
+
export { ConnectionState as ConnectionState } from './System.Data/internal/index.js';
|
|
36
|
+
export { Constraint as Constraint } from './System.Data/internal/index.js';
|
|
37
|
+
export { ConstraintCollection as ConstraintCollection } from './System.Data/internal/index.js';
|
|
38
|
+
export { DataColumn as DataColumn } from './System.Data/internal/index.js';
|
|
39
|
+
export { DataColumnChangeEventArgs as DataColumnChangeEventArgs } from './System.Data/internal/index.js';
|
|
40
|
+
export type DataColumnChangeEventHandler = Internal.DataColumnChangeEventHandler;
|
|
41
|
+
export { DataColumnCollection as DataColumnCollection } from './System.Data/internal/index.js';
|
|
42
|
+
export { DataException as DataException } from './System.Data/internal/index.js';
|
|
43
|
+
export { ConstraintException as ConstraintException } from './System.Data/internal/index.js';
|
|
44
|
+
export { DeletedRowInaccessibleException as DeletedRowInaccessibleException } from './System.Data/internal/index.js';
|
|
45
|
+
export { DuplicateNameException as DuplicateNameException } from './System.Data/internal/index.js';
|
|
46
|
+
export { InRowChangingEventException as InRowChangingEventException } from './System.Data/internal/index.js';
|
|
47
|
+
export { InvalidConstraintException as InvalidConstraintException } from './System.Data/internal/index.js';
|
|
48
|
+
export { MissingPrimaryKeyException as MissingPrimaryKeyException } from './System.Data/internal/index.js';
|
|
49
|
+
export { NoNullAllowedException as NoNullAllowedException } from './System.Data/internal/index.js';
|
|
50
|
+
export { ReadOnlyException as ReadOnlyException } from './System.Data/internal/index.js';
|
|
51
|
+
export { RowNotInTableException as RowNotInTableException } from './System.Data/internal/index.js';
|
|
52
|
+
export { VersionNotFoundException as VersionNotFoundException } from './System.Data/internal/index.js';
|
|
53
|
+
export { DataRelation as DataRelation } from './System.Data/internal/index.js';
|
|
54
|
+
export { DataRelationCollection as DataRelationCollection } from './System.Data/internal/index.js';
|
|
55
|
+
export { DataRow as DataRow } from './System.Data/internal/index.js';
|
|
56
|
+
export { DataRowBuilder as DataRowBuilder } from './System.Data/internal/index.js';
|
|
57
|
+
export { DataRowAction as DataRowAction } from './System.Data/internal/index.js';
|
|
58
|
+
export { DataRowChangeEventArgs as DataRowChangeEventArgs } from './System.Data/internal/index.js';
|
|
59
|
+
export type DataRowChangeEventHandler = Internal.DataRowChangeEventHandler;
|
|
60
|
+
export { DataRowCollection as DataRowCollection } from './System.Data/internal/index.js';
|
|
61
|
+
export { DataRowComparer$instance as DataRowComparer_0 } from './System.Data/internal/index.js';
|
|
62
|
+
export { DataRowComparer_1 as DataRowComparer } from './System.Data/internal/index.js';
|
|
63
|
+
export { DataRowExtensions$instance as DataRowExtensions } from './System.Data/internal/index.js';
|
|
64
|
+
export { DataRowState as DataRowState } from './System.Data/internal/index.js';
|
|
65
|
+
export { DataRowVersion as DataRowVersion } from './System.Data/internal/index.js';
|
|
66
|
+
export { DataRowView as DataRowView } from './System.Data/internal/index.js';
|
|
67
|
+
export { SerializationFormat as SerializationFormat } from './System.Data/internal/index.js';
|
|
68
|
+
export { DataSet as DataSet } from './System.Data/internal/index.js';
|
|
69
|
+
export { DataSetDateTime as DataSetDateTime } from './System.Data/internal/index.js';
|
|
70
|
+
export { DataSysDescriptionAttribute as DataSysDescriptionAttribute } from './System.Data/internal/index.js';
|
|
71
|
+
export { DataTable as DataTable } from './System.Data/internal/index.js';
|
|
72
|
+
export { DataTableExtensions$instance as DataTableExtensions } from './System.Data/internal/index.js';
|
|
73
|
+
export { DataTableClearEventArgs as DataTableClearEventArgs } from './System.Data/internal/index.js';
|
|
74
|
+
export type DataTableClearEventHandler = Internal.DataTableClearEventHandler;
|
|
75
|
+
export { DataTableCollection as DataTableCollection } from './System.Data/internal/index.js';
|
|
76
|
+
export { DataTableNewRowEventArgs as DataTableNewRowEventArgs } from './System.Data/internal/index.js';
|
|
77
|
+
export type DataTableNewRowEventHandler = Internal.DataTableNewRowEventHandler;
|
|
78
|
+
export { DataTableReader as DataTableReader } from './System.Data/internal/index.js';
|
|
79
|
+
export { DataView as DataView } from './System.Data/internal/index.js';
|
|
80
|
+
export { DataViewManager as DataViewManager } from './System.Data/internal/index.js';
|
|
81
|
+
export { DataViewRowState as DataViewRowState } from './System.Data/internal/index.js';
|
|
82
|
+
export { DataViewSetting as DataViewSetting } from './System.Data/internal/index.js';
|
|
83
|
+
export { DataViewSettingCollection as DataViewSettingCollection } from './System.Data/internal/index.js';
|
|
84
|
+
export { DBConcurrencyException as DBConcurrencyException } from './System.Data/internal/index.js';
|
|
85
|
+
export { DbType as DbType } from './System.Data/internal/index.js';
|
|
86
|
+
export { EnumerableRowCollection as EnumerableRowCollection_0 } from './System.Data/internal/index.js';
|
|
87
|
+
export { EnumerableRowCollection_1 as EnumerableRowCollection } from './System.Data/internal/index.js';
|
|
88
|
+
export { EnumerableRowCollectionExtensions$instance as EnumerableRowCollectionExtensions } from './System.Data/internal/index.js';
|
|
89
|
+
export { FillErrorEventArgs as FillErrorEventArgs } from './System.Data/internal/index.js';
|
|
90
|
+
export type FillErrorEventHandler = Internal.FillErrorEventHandler;
|
|
91
|
+
export { ForeignKeyConstraint as ForeignKeyConstraint } from './System.Data/internal/index.js';
|
|
92
|
+
export type IColumnMapping = Internal.IColumnMapping;
|
|
93
|
+
export type IColumnMappingCollection = Internal.IColumnMappingCollection;
|
|
94
|
+
export type IDataAdapter = Internal.IDataAdapter;
|
|
95
|
+
export type IDataParameter = Internal.IDataParameter;
|
|
96
|
+
export type IDataParameterCollection = Internal.IDataParameterCollection;
|
|
97
|
+
export type IDataReader = Internal.IDataReader;
|
|
98
|
+
export type IDataRecord = Internal.IDataRecord;
|
|
99
|
+
export type IDbCommand = Internal.IDbCommand;
|
|
100
|
+
export type IDbConnection = Internal.IDbConnection;
|
|
101
|
+
export type IDbDataAdapter = Internal.IDbDataAdapter;
|
|
102
|
+
export type IDbDataParameter = Internal.IDbDataParameter;
|
|
103
|
+
export type IDbTransaction = Internal.IDbTransaction;
|
|
104
|
+
export { IsolationLevel as IsolationLevel } from './System.Data/internal/index.js';
|
|
105
|
+
export type ITableMapping = Internal.ITableMapping;
|
|
106
|
+
export type ITableMappingCollection = Internal.ITableMappingCollection;
|
|
107
|
+
export { KeyRestrictionBehavior as KeyRestrictionBehavior } from './System.Data/internal/index.js';
|
|
108
|
+
export { LoadOption as LoadOption } from './System.Data/internal/index.js';
|
|
109
|
+
export { MappingType as MappingType } from './System.Data/internal/index.js';
|
|
110
|
+
export { MergeFailedEventArgs as MergeFailedEventArgs } from './System.Data/internal/index.js';
|
|
111
|
+
export type MergeFailedEventHandler = Internal.MergeFailedEventHandler;
|
|
112
|
+
export { MissingMappingAction as MissingMappingAction } from './System.Data/internal/index.js';
|
|
113
|
+
export { MissingSchemaAction as MissingSchemaAction } from './System.Data/internal/index.js';
|
|
114
|
+
export { OrderedEnumerableRowCollection_1 as OrderedEnumerableRowCollection } from './System.Data/internal/index.js';
|
|
115
|
+
export { ParameterDirection as ParameterDirection } from './System.Data/internal/index.js';
|
|
116
|
+
export { PropertyCollection as PropertyCollection } from './System.Data/internal/index.js';
|
|
117
|
+
export { StatementCompletedEventArgs as StatementCompletedEventArgs } from './System.Data/internal/index.js';
|
|
118
|
+
export type StatementCompletedEventHandler = Internal.StatementCompletedEventHandler;
|
|
119
|
+
export { Rule as Rule } from './System.Data/internal/index.js';
|
|
120
|
+
export { SchemaSerializationMode as SchemaSerializationMode } from './System.Data/internal/index.js';
|
|
121
|
+
export { SchemaType as SchemaType } from './System.Data/internal/index.js';
|
|
122
|
+
export { SqlDbType as SqlDbType } from './System.Data/internal/index.js';
|
|
123
|
+
export { StateChangeEventArgs as StateChangeEventArgs } from './System.Data/internal/index.js';
|
|
124
|
+
export type StateChangeEventHandler = Internal.StateChangeEventHandler;
|
|
125
|
+
export { StatementType as StatementType } from './System.Data/internal/index.js';
|
|
126
|
+
export { StrongTypingException as StrongTypingException } from './System.Data/internal/index.js';
|
|
127
|
+
export { TypedTableBase_1 as TypedTableBase } from './System.Data/internal/index.js';
|
|
128
|
+
export { TypedTableBaseExtensions$instance as TypedTableBaseExtensions } from './System.Data/internal/index.js';
|
|
129
|
+
export { UniqueConstraint as UniqueConstraint } from './System.Data/internal/index.js';
|
|
130
|
+
export { UpdateRowSource as UpdateRowSource } from './System.Data/internal/index.js';
|
|
131
|
+
export { InvalidExpressionException as InvalidExpressionException } from './System.Data/internal/index.js';
|
|
132
|
+
export { EvaluateException as EvaluateException } from './System.Data/internal/index.js';
|
|
133
|
+
export { SyntaxErrorException as SyntaxErrorException } from './System.Data/internal/index.js';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Diagnostics.CodeAnalysis
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js';
|
|
10
|
+
|
|
11
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
|
+
export { ConstantExpectedAttribute as ConstantExpectedAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
13
|
+
export { DynamicallyAccessedMemberTypes as DynamicallyAccessedMemberTypes } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
14
|
+
export { DynamicallyAccessedMembersAttribute as DynamicallyAccessedMembersAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
15
|
+
export { DynamicDependencyAttribute as DynamicDependencyAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
16
|
+
export { ExcludeFromCodeCoverageAttribute as ExcludeFromCodeCoverageAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
17
|
+
export { ExperimentalAttribute as ExperimentalAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
18
|
+
export { FeatureGuardAttribute as FeatureGuardAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
19
|
+
export { FeatureSwitchDefinitionAttribute as FeatureSwitchDefinitionAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
20
|
+
export { AllowNullAttribute as AllowNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
21
|
+
export { DisallowNullAttribute as DisallowNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
22
|
+
export { MaybeNullAttribute as MaybeNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
23
|
+
export { NotNullAttribute as NotNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
24
|
+
export { MaybeNullWhenAttribute as MaybeNullWhenAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
25
|
+
export { NotNullWhenAttribute as NotNullWhenAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
26
|
+
export { NotNullIfNotNullAttribute as NotNullIfNotNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
27
|
+
export { DoesNotReturnAttribute as DoesNotReturnAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
28
|
+
export { DoesNotReturnIfAttribute as DoesNotReturnIfAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
29
|
+
export { MemberNotNullAttribute as MemberNotNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
30
|
+
export { MemberNotNullWhenAttribute as MemberNotNullWhenAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
31
|
+
export { UnscopedRefAttribute as UnscopedRefAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
32
|
+
export { RequiresAssemblyFilesAttribute as RequiresAssemblyFilesAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
33
|
+
export { RequiresDynamicCodeAttribute as RequiresDynamicCodeAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
34
|
+
export { RequiresUnreferencedCodeAttribute as RequiresUnreferencedCodeAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
35
|
+
export { SetsRequiredMembersAttribute as SetsRequiredMembersAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
36
|
+
export { StringSyntaxAttribute as StringSyntaxAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
37
|
+
export { SuppressMessageAttribute as SuppressMessageAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
38
|
+
export { UnconditionalSuppressMessageAttribute as UnconditionalSuppressMessageAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Diagnostics.Contracts
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Diagnostics.Contracts/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { IDictionary } from './System.Collections/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 { Attribute, Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, Predicate_1, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { ContractException as ContractException } from './System.Diagnostics.Contracts/internal/index.js';
|
|
17
|
+
export { ContractFailedEventArgs as ContractFailedEventArgs } from './System.Diagnostics.Contracts/internal/index.js';
|
|
18
|
+
export { PureAttribute as PureAttribute } from './System.Diagnostics.Contracts/internal/index.js';
|
|
19
|
+
export { ContractClassAttribute as ContractClassAttribute } from './System.Diagnostics.Contracts/internal/index.js';
|
|
20
|
+
export { ContractClassForAttribute as ContractClassForAttribute } from './System.Diagnostics.Contracts/internal/index.js';
|
|
21
|
+
export { ContractInvariantMethodAttribute as ContractInvariantMethodAttribute } from './System.Diagnostics.Contracts/internal/index.js';
|
|
22
|
+
export { ContractReferenceAssemblyAttribute as ContractReferenceAssemblyAttribute } from './System.Diagnostics.Contracts/internal/index.js';
|
|
23
|
+
export { ContractRuntimeIgnoredAttribute as ContractRuntimeIgnoredAttribute } from './System.Diagnostics.Contracts/internal/index.js';
|
|
24
|
+
export { ContractVerificationAttribute as ContractVerificationAttribute } from './System.Diagnostics.Contracts/internal/index.js';
|
|
25
|
+
export { ContractPublicPropertyNameAttribute as ContractPublicPropertyNameAttribute } from './System.Diagnostics.Contracts/internal/index.js';
|
|
26
|
+
export { ContractArgumentValidatorAttribute as ContractArgumentValidatorAttribute } from './System.Diagnostics.Contracts/internal/index.js';
|
|
27
|
+
export { ContractAbbreviatorAttribute as ContractAbbreviatorAttribute } from './System.Diagnostics.Contracts/internal/index.js';
|
|
28
|
+
export { ContractOptionAttribute as ContractOptionAttribute } from './System.Diagnostics.Contracts/internal/index.js';
|
|
29
|
+
export { Contract$instance as Contract } from './System.Diagnostics.Contracts/internal/index.js';
|
|
30
|
+
export { ContractFailureKind as ContractFailureKind } from './System.Diagnostics.Contracts/internal/index.js';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Diagnostics.Metrics
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Diagnostics.Metrics/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1, IReadOnlyList_1, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { TagList } from './System.Diagnostics/internal/index.js';
|
|
11
|
+
import type { MethodInfo } from './System.Reflection/internal/index.js';
|
|
12
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
13
|
+
import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Delegate, Func_1, IAsyncResult, ICloneable, IDisposable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { Counter_1 as Counter } from './System.Diagnostics.Metrics/internal/index.js';
|
|
17
|
+
export { Gauge_1 as Gauge } from './System.Diagnostics.Metrics/internal/index.js';
|
|
18
|
+
export { Histogram_1 as Histogram } from './System.Diagnostics.Metrics/internal/index.js';
|
|
19
|
+
export { InstrumentAdvice_1 as InstrumentAdvice } from './System.Diagnostics.Metrics/internal/index.js';
|
|
20
|
+
export type IMeterFactory = Internal.IMeterFactory;
|
|
21
|
+
export { Instrument as Instrument_0 } from './System.Diagnostics.Metrics/internal/index.js';
|
|
22
|
+
export { Instrument_1 as Instrument } from './System.Diagnostics.Metrics/internal/index.js';
|
|
23
|
+
export { Measurement_1 as Measurement } from './System.Diagnostics.Metrics/internal/index.js';
|
|
24
|
+
export { Meter as Meter } from './System.Diagnostics.Metrics/internal/index.js';
|
|
25
|
+
export { MeterFactoryExtensions$instance as MeterFactoryExtensions } from './System.Diagnostics.Metrics/internal/index.js';
|
|
26
|
+
export type MeasurementCallback<T> = Internal.MeasurementCallback_1<T>;
|
|
27
|
+
export { MeterListener as MeterListener } from './System.Diagnostics.Metrics/internal/index.js';
|
|
28
|
+
export { MeterOptions as MeterOptions } from './System.Diagnostics.Metrics/internal/index.js';
|
|
29
|
+
export { ObservableCounter_1 as ObservableCounter } from './System.Diagnostics.Metrics/internal/index.js';
|
|
30
|
+
export { ObservableGauge_1 as ObservableGauge } from './System.Diagnostics.Metrics/internal/index.js';
|
|
31
|
+
export { ObservableInstrument_1 as ObservableInstrument } from './System.Diagnostics.Metrics/internal/index.js';
|
|
32
|
+
export { ObservableUpDownCounter_1 as ObservableUpDownCounter } from './System.Diagnostics.Metrics/internal/index.js';
|
|
33
|
+
export { UpDownCounter_1 as UpDownCounter } from './System.Diagnostics.Metrics/internal/index.js';
|
|
@@ -3,15 +3,13 @@
|
|
|
3
3
|
// Facade - Public API Surface
|
|
4
4
|
|
|
5
5
|
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
6
|
+
import * as Internal from './System.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';
|
|
@@ -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';
|
|
@@ -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;
|
|
@@ -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';
|