@tsonic/dotnet 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
- package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
- package/Microsoft.VisualBasic.d.ts +48 -0
- package/Microsoft.Win32.SafeHandles.d.ts +29 -0
- package/Microsoft.Win32.d.ts +21 -0
- package/System/internal/index.d.ts +79 -72
- package/System.Buffers/internal/index.d.ts +1 -1
- package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
- package/System.Buffers.Text.d.ts +16 -0
- package/System.Buffers.d.ts +42 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent.d.ts +33 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic/internal/index.d.ts +10 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable/internal/index.d.ts +16 -11
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +32 -0
- package/System.Collections.Specialized/internal/index.d.ts +3 -2
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel/internal/index.d.ts +11 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/System.ComponentModel.Design/internal/index.d.ts +3 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
- package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
- package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
- package/System.ComponentModel.d.ts +207 -0
- package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
- package/System.Data/internal/index.d.ts +12 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes/internal/index.d.ts +26 -26
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +146 -0
- package/System.Diagnostics/internal/index.d.ts +19 -19
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics.d.ts +42 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
- package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
- package/System.Diagnostics.Tracing.d.ts +47 -0
- package/System.Diagnostics.d.ts +118 -0
- package/System.Drawing/internal/index.d.ts +7 -7
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic/internal/index.d.ts +2 -2
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1/internal/index.d.ts +1 -1
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization/internal/index.d.ts +1 -1
- package/System.Globalization.d.ts +57 -0
- package/System.IO/internal/index.d.ts +9 -9
- package/System.IO.Compression.d.ts +37 -0
- package/System.IO.Enumeration.d.ts +21 -0
- package/System.IO.IsolatedStorage.d.ts +24 -0
- package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
- package/System.IO.Pipelines.d.ts +26 -0
- package/System.IO.Pipes.d.ts +35 -0
- package/System.IO.d.ts +79 -0
- package/System.Linq/internal/index.d.ts +5 -0
- package/System.Linq.Expressions/internal/index.d.ts +47 -47
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +67 -0
- package/System.Linq.d.ts +68 -0
- package/System.Net/internal/index.d.ts +6 -2
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http/internal/index.d.ts +1 -1
- package/System.Net.Http.Headers.d.ts +42 -0
- package/System.Net.Http.Json.d.ts +24 -0
- package/System.Net.Http.Metrics.d.ts +13 -0
- package/System.Net.Http.d.ts +57 -0
- package/System.Net.Mail.d.ts +45 -0
- package/System.Net.Mime.d.ts +22 -0
- package/System.Net.NetworkInformation.d.ts +63 -0
- package/System.Net.Quic.d.ts +35 -0
- package/System.Net.Security/internal/index.d.ts +1 -1
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +32 -0
- package/System.Net.Sockets/internal/index.d.ts +2 -2
- package/System.Net.Sockets.d.ts +55 -0
- package/System.Net.WebSockets.d.ts +41 -0
- package/System.Net.d.ts +120 -0
- package/System.Numerics/internal/index.d.ts +61 -21
- package/System.Numerics.d.ts +67 -0
- package/System.Reflection/internal/index.d.ts +3 -3
- package/System.Reflection.Emit/internal/index.d.ts +7 -7
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata/internal/index.d.ts +46 -43
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
- package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
- package/System.Reflection.Metadata.d.ts +208 -0
- package/System.Reflection.PortableExecutable.d.ts +43 -0
- package/System.Reflection.d.ts +124 -0
- package/System.Resources/internal/index.d.ts +2 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices.d.ts +214 -0
- package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
- package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
- package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
- package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
- package/System.Runtime.InteropServices.Java.d.ts +16 -0
- package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
- package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
- package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
- package/System.Runtime.InteropServices.Swift.d.ts +24 -0
- package/System.Runtime.InteropServices.d.ts +162 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
- package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
- package/System.Runtime.Intrinsics.X86.d.ts +88 -0
- package/System.Runtime.Intrinsics.d.ts +41 -0
- package/System.Runtime.Loader.d.ts +17 -0
- package/System.Runtime.Remoting.d.ts +12 -0
- package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
- package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
- package/System.Runtime.Serialization.Json.d.ts +23 -0
- package/System.Runtime.Serialization.d.ts +76 -0
- package/System.Runtime.Versioning/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +99 -0
- package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
- package/System.Security.Authentication.d.ts +20 -0
- package/System.Security.Claims.d.ts +19 -0
- package/System.Security.Cryptography/internal/index.d.ts +15 -15
- package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
- package/System.Security.Cryptography.d.ts +191 -0
- package/System.Security.Permissions.d.ts +18 -0
- package/System.Security.Policy.d.ts +14 -0
- package/System.Security.Principal/internal/index.d.ts +1 -1
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text/internal/index.d.ts +10 -9
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json/internal/index.d.ts +1 -1
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
- package/System.Text.Json.Serialization.d.ts +70 -0
- package/System.Text.Json.d.ts +44 -0
- package/System.Text.RegularExpressions.d.ts +35 -0
- package/System.Text.Unicode.d.ts +16 -0
- package/System.Text.d.ts +54 -0
- package/System.Threading/internal/index.d.ts +5 -5
- package/System.Threading.Channels.d.ts +38 -0
- package/System.Threading.Tasks/internal/index.d.ts +12 -12
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
- package/System.Threading.Tasks.Dataflow.d.ts +54 -0
- package/System.Threading.Tasks.Sources.d.ts +25 -0
- package/System.Threading.Tasks.d.ts +65 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/System.Transactions/internal/index.d.ts +1 -1
- package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
- package/System.Web.d.ts +16 -0
- package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
- package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
- package/System.Xml.Linq/internal/index.d.ts +10 -10
- package/System.Xml.Linq.d.ts +43 -0
- package/System.Xml.Resolvers.d.ts +18 -0
- package/System.Xml.Schema.d.ts +108 -0
- package/System.Xml.Serialization.d.ts +89 -0
- package/System.Xml.XPath.d.ts +34 -0
- package/System.Xml.Xsl.Runtime.d.ts +66 -0
- package/System.Xml.Xsl.d.ts +29 -0
- package/System.Xml.d.ts +105 -0
- package/System.d.ts +410 -0
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
- package/Internal/index.d.ts +0 -15
- package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
- package/Microsoft.VisualBasic/index.d.ts +0 -50
- package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
- package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
- package/Microsoft.Win32/index.d.ts +0 -23
- package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
- package/System/index.d.ts +0 -428
- package/System.Buffers/index.d.ts +0 -48
- package/System.Buffers.Text/index.d.ts +0 -18
- package/System.CodeDom.Compiler/index.d.ts +0 -19
- package/System.Collections/index.d.ts +0 -41
- package/System.Collections.Concurrent/index.d.ts +0 -35
- package/System.Collections.Frozen/index.d.ts +0 -26
- package/System.Collections.Generic/index.d.ts +0 -129
- package/System.Collections.Immutable/index.d.ts +0 -64
- package/System.Collections.ObjectModel/index.d.ts +0 -34
- package/System.Collections.Specialized/index.d.ts +0 -34
- package/System.ComponentModel/index.d.ts +0 -210
- package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
- package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
- package/System.Data/index.d.ts +0 -139
- package/System.Data.Common/index.d.ts +0 -64
- package/System.Data.SqlTypes/index.d.ts +0 -45
- package/System.Diagnostics/index.d.ts +0 -123
- package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
- package/System.Diagnostics.Contracts/index.d.ts +0 -32
- package/System.Diagnostics.Metrics/index.d.ts +0 -47
- package/System.Diagnostics.Tracing/index.d.ts +0 -49
- package/System.Drawing/index.d.ts +0 -32
- package/System.Dynamic/index.d.ts +0 -39
- package/System.Formats.Asn1/index.d.ts +0 -27
- package/System.Formats.Tar/index.d.ts +0 -29
- package/System.Globalization/index.d.ts +0 -59
- package/System.IO/index.d.ts +0 -81
- package/System.IO.Compression/index.d.ts +0 -39
- package/System.IO.Enumeration/index.d.ts +0 -27
- package/System.IO.IsolatedStorage/index.d.ts +0 -26
- package/System.IO.Pipelines/index.d.ts +0 -28
- package/System.IO.Pipes/index.d.ts +0 -37
- package/System.Linq/index.d.ts +0 -56
- package/System.Linq.Expressions/index.d.ts +0 -61
- package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
- package/System.Net/index.d.ts +0 -122
- package/System.Net.Cache/index.d.ts +0 -18
- package/System.Net.Http/index.d.ts +0 -61
- package/System.Net.Http.Headers/index.d.ts +0 -45
- package/System.Net.Http.Json/index.d.ts +0 -26
- package/System.Net.Http.Metrics/index.d.ts +0 -15
- package/System.Net.Mail/index.d.ts +0 -47
- package/System.Net.Mime/index.d.ts +0 -24
- package/System.Net.NetworkInformation/index.d.ts +0 -65
- package/System.Net.Quic/index.d.ts +0 -37
- package/System.Net.Security/index.d.ts +0 -49
- package/System.Net.ServerSentEvents/index.d.ts +0 -28
- package/System.Net.Sockets/index.d.ts +0 -57
- package/System.Net.WebSockets/index.d.ts +0 -43
- package/System.Numerics/index.d.ts +0 -94
- package/System.Reflection/index.d.ts +0 -126
- package/System.Reflection.Emit/index.d.ts +0 -51
- package/System.Reflection.Metadata/index.d.ts +0 -220
- package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
- package/System.Reflection.PortableExecutable/index.d.ts +0 -45
- package/System.Resources/index.d.ts +0 -29
- package/System.Runtime/index.d.ts +0 -29
- package/System.Runtime.CompilerServices/index.d.ts +0 -219
- package/System.Runtime.InteropServices/index.d.ts +0 -161
- package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
- package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
- package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
- package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
- package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
- package/System.Runtime.Intrinsics/index.d.ts +0 -26
- package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
- package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
- package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
- package/System.Runtime.Loader/index.d.ts +0 -19
- package/System.Runtime.Remoting/index.d.ts +0 -14
- package/System.Runtime.Serialization/index.d.ts +0 -78
- package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
- package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
- package/System.Runtime.Serialization.Json/index.d.ts +0 -25
- package/System.Runtime.Versioning/index.d.ts +0 -29
- package/System.Security/index.d.ts +0 -37
- package/System.Security.AccessControl/index.d.ts +0 -87
- package/System.Security.Authentication/index.d.ts +0 -22
- package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
- package/System.Security.Claims/index.d.ts +0 -21
- package/System.Security.Cryptography/index.d.ts +0 -193
- package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
- package/System.Security.Permissions/index.d.ts +0 -20
- package/System.Security.Policy/index.d.ts +0 -16
- package/System.Security.Principal/index.d.ts +0 -38
- package/System.Text/index.d.ts +0 -56
- package/System.Text.Encodings.Web/index.d.ts +0 -22
- package/System.Text.Json/index.d.ts +0 -46
- package/System.Text.Json.Nodes/index.d.ts +0 -25
- package/System.Text.Json.Schema/index.d.ts +0 -19
- package/System.Text.Json.Serialization/index.d.ts +0 -59
- package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
- package/System.Text.RegularExpressions/index.d.ts +0 -37
- package/System.Text.Unicode/index.d.ts +0 -18
- package/System.Threading/index.d.ts +0 -104
- package/System.Threading.Channels/index.d.ts +0 -34
- package/System.Threading.Tasks/index.d.ts +0 -50
- package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
- package/System.Threading.Tasks.Sources/index.d.ts +0 -20
- package/System.Web/index.d.ts +0 -18
- package/System.Xml/index.d.ts +0 -107
- package/System.Xml.Linq/index.d.ts +0 -45
- package/System.Xml.Resolvers/index.d.ts +0 -20
- package/System.Xml.Schema/index.d.ts +0 -110
- package/System.Xml.Serialization/index.d.ts +0 -91
- package/System.Xml.XPath/index.d.ts +0 -36
- package/System.Xml.Xsl/index.d.ts +0 -31
- package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
package/System.Data/index.d.ts
DELETED
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Data
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { 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
|
-
export * from './internal/index.js';
|
|
26
|
-
|
|
27
|
-
// Individual type exports for convenience
|
|
28
|
-
export { DataReaderExtensions$instance as DataReaderExtensions } from './internal/index.js';
|
|
29
|
-
export { UpdateStatus as UpdateStatus } from './internal/index.js';
|
|
30
|
-
export { XmlReadMode as XmlReadMode } from './internal/index.js';
|
|
31
|
-
export { XmlWriteMode as XmlWriteMode } from './internal/index.js';
|
|
32
|
-
export { AcceptRejectRule as AcceptRejectRule } from './internal/index.js';
|
|
33
|
-
export { InternalDataCollectionBase as InternalDataCollectionBase } from './internal/index.js';
|
|
34
|
-
export { CommandBehavior as CommandBehavior } from './internal/index.js';
|
|
35
|
-
export { CommandType as CommandType } from './internal/index.js';
|
|
36
|
-
export { ConflictOption as ConflictOption } from './internal/index.js';
|
|
37
|
-
export { ConnectionState as ConnectionState } from './internal/index.js';
|
|
38
|
-
export { Constraint as Constraint } from './internal/index.js';
|
|
39
|
-
export { ConstraintCollection as ConstraintCollection } from './internal/index.js';
|
|
40
|
-
export { DataColumn as DataColumn } from './internal/index.js';
|
|
41
|
-
export { DataColumnChangeEventArgs as DataColumnChangeEventArgs } from './internal/index.js';
|
|
42
|
-
export type DataColumnChangeEventHandler = Internal.DataColumnChangeEventHandler;
|
|
43
|
-
export { DataColumnCollection as DataColumnCollection } from './internal/index.js';
|
|
44
|
-
export { DataException as DataException } from './internal/index.js';
|
|
45
|
-
export { ConstraintException as ConstraintException } from './internal/index.js';
|
|
46
|
-
export { DeletedRowInaccessibleException as DeletedRowInaccessibleException } from './internal/index.js';
|
|
47
|
-
export { DuplicateNameException as DuplicateNameException } from './internal/index.js';
|
|
48
|
-
export { InRowChangingEventException as InRowChangingEventException } from './internal/index.js';
|
|
49
|
-
export { InvalidConstraintException as InvalidConstraintException } from './internal/index.js';
|
|
50
|
-
export { MissingPrimaryKeyException as MissingPrimaryKeyException } from './internal/index.js';
|
|
51
|
-
export { NoNullAllowedException as NoNullAllowedException } from './internal/index.js';
|
|
52
|
-
export { ReadOnlyException as ReadOnlyException } from './internal/index.js';
|
|
53
|
-
export { RowNotInTableException as RowNotInTableException } from './internal/index.js';
|
|
54
|
-
export { VersionNotFoundException as VersionNotFoundException } from './internal/index.js';
|
|
55
|
-
export { DataRelation as DataRelation } from './internal/index.js';
|
|
56
|
-
export { DataRelationCollection as DataRelationCollection } from './internal/index.js';
|
|
57
|
-
export { DataRow as DataRow } from './internal/index.js';
|
|
58
|
-
export { DataRowBuilder as DataRowBuilder } from './internal/index.js';
|
|
59
|
-
export { DataRowAction as DataRowAction } from './internal/index.js';
|
|
60
|
-
export { DataRowChangeEventArgs as DataRowChangeEventArgs } from './internal/index.js';
|
|
61
|
-
export type DataRowChangeEventHandler = Internal.DataRowChangeEventHandler;
|
|
62
|
-
export { DataRowCollection as DataRowCollection } from './internal/index.js';
|
|
63
|
-
export { DataRowComparer$instance as DataRowComparer_0 } from './internal/index.js';
|
|
64
|
-
export { DataRowComparer_1 as DataRowComparer_1 } from './internal/index.js';
|
|
65
|
-
export { DataRowComparer_1 as DataRowComparer } from './internal/index.js';
|
|
66
|
-
export { DataRowExtensions$instance as DataRowExtensions } from './internal/index.js';
|
|
67
|
-
export { DataRowState as DataRowState } from './internal/index.js';
|
|
68
|
-
export { DataRowVersion as DataRowVersion } from './internal/index.js';
|
|
69
|
-
export { DataRowView as DataRowView } from './internal/index.js';
|
|
70
|
-
export { SerializationFormat as SerializationFormat } from './internal/index.js';
|
|
71
|
-
export { DataSet as DataSet } from './internal/index.js';
|
|
72
|
-
export { DataSetDateTime as DataSetDateTime } from './internal/index.js';
|
|
73
|
-
export { DataSysDescriptionAttribute as DataSysDescriptionAttribute } from './internal/index.js';
|
|
74
|
-
export { DataTable as DataTable } from './internal/index.js';
|
|
75
|
-
export { DataTableExtensions$instance as DataTableExtensions } from './internal/index.js';
|
|
76
|
-
export { DataTableClearEventArgs as DataTableClearEventArgs } from './internal/index.js';
|
|
77
|
-
export type DataTableClearEventHandler = Internal.DataTableClearEventHandler;
|
|
78
|
-
export { DataTableCollection as DataTableCollection } from './internal/index.js';
|
|
79
|
-
export { DataTableNewRowEventArgs as DataTableNewRowEventArgs } from './internal/index.js';
|
|
80
|
-
export type DataTableNewRowEventHandler = Internal.DataTableNewRowEventHandler;
|
|
81
|
-
export { DataTableReader as DataTableReader } from './internal/index.js';
|
|
82
|
-
export { DataView as DataView } from './internal/index.js';
|
|
83
|
-
export { DataViewManager as DataViewManager } from './internal/index.js';
|
|
84
|
-
export { DataViewRowState as DataViewRowState } from './internal/index.js';
|
|
85
|
-
export { DataViewSetting as DataViewSetting } from './internal/index.js';
|
|
86
|
-
export { DataViewSettingCollection as DataViewSettingCollection } from './internal/index.js';
|
|
87
|
-
export { DBConcurrencyException as DBConcurrencyException } from './internal/index.js';
|
|
88
|
-
export { DbType as DbType } from './internal/index.js';
|
|
89
|
-
export { EnumerableRowCollection as EnumerableRowCollection_0 } from './internal/index.js';
|
|
90
|
-
export { EnumerableRowCollection_1 as EnumerableRowCollection_1 } from './internal/index.js';
|
|
91
|
-
export { EnumerableRowCollection_1 as EnumerableRowCollection } from './internal/index.js';
|
|
92
|
-
export { EnumerableRowCollectionExtensions$instance as EnumerableRowCollectionExtensions } from './internal/index.js';
|
|
93
|
-
export { FillErrorEventArgs as FillErrorEventArgs } from './internal/index.js';
|
|
94
|
-
export type FillErrorEventHandler = Internal.FillErrorEventHandler;
|
|
95
|
-
export { ForeignKeyConstraint as ForeignKeyConstraint } from './internal/index.js';
|
|
96
|
-
export type IColumnMapping = Internal.IColumnMapping;
|
|
97
|
-
export type IColumnMappingCollection = Internal.IColumnMappingCollection;
|
|
98
|
-
export type IDataAdapter = Internal.IDataAdapter;
|
|
99
|
-
export type IDataParameter = Internal.IDataParameter;
|
|
100
|
-
export type IDataParameterCollection = Internal.IDataParameterCollection;
|
|
101
|
-
export type IDataReader = Internal.IDataReader;
|
|
102
|
-
export type IDataRecord = Internal.IDataRecord;
|
|
103
|
-
export type IDbCommand = Internal.IDbCommand;
|
|
104
|
-
export type IDbConnection = Internal.IDbConnection;
|
|
105
|
-
export type IDbDataAdapter = Internal.IDbDataAdapter;
|
|
106
|
-
export type IDbDataParameter = Internal.IDbDataParameter;
|
|
107
|
-
export type IDbTransaction = Internal.IDbTransaction;
|
|
108
|
-
export { IsolationLevel as IsolationLevel } from './internal/index.js';
|
|
109
|
-
export type ITableMapping = Internal.ITableMapping;
|
|
110
|
-
export type ITableMappingCollection = Internal.ITableMappingCollection;
|
|
111
|
-
export { KeyRestrictionBehavior as KeyRestrictionBehavior } from './internal/index.js';
|
|
112
|
-
export { LoadOption as LoadOption } from './internal/index.js';
|
|
113
|
-
export { MappingType as MappingType } from './internal/index.js';
|
|
114
|
-
export { MergeFailedEventArgs as MergeFailedEventArgs } from './internal/index.js';
|
|
115
|
-
export type MergeFailedEventHandler = Internal.MergeFailedEventHandler;
|
|
116
|
-
export { MissingMappingAction as MissingMappingAction } from './internal/index.js';
|
|
117
|
-
export { MissingSchemaAction as MissingSchemaAction } from './internal/index.js';
|
|
118
|
-
export { OrderedEnumerableRowCollection_1 as OrderedEnumerableRowCollection_1 } from './internal/index.js';
|
|
119
|
-
export { OrderedEnumerableRowCollection_1 as OrderedEnumerableRowCollection } from './internal/index.js';
|
|
120
|
-
export { ParameterDirection as ParameterDirection } from './internal/index.js';
|
|
121
|
-
export { PropertyCollection as PropertyCollection } from './internal/index.js';
|
|
122
|
-
export { StatementCompletedEventArgs as StatementCompletedEventArgs } from './internal/index.js';
|
|
123
|
-
export type StatementCompletedEventHandler = Internal.StatementCompletedEventHandler;
|
|
124
|
-
export { Rule as Rule } from './internal/index.js';
|
|
125
|
-
export { SchemaSerializationMode as SchemaSerializationMode } from './internal/index.js';
|
|
126
|
-
export { SchemaType as SchemaType } from './internal/index.js';
|
|
127
|
-
export { SqlDbType as SqlDbType } from './internal/index.js';
|
|
128
|
-
export { StateChangeEventArgs as StateChangeEventArgs } from './internal/index.js';
|
|
129
|
-
export type StateChangeEventHandler = Internal.StateChangeEventHandler;
|
|
130
|
-
export { StatementType as StatementType } from './internal/index.js';
|
|
131
|
-
export { StrongTypingException as StrongTypingException } from './internal/index.js';
|
|
132
|
-
export { TypedTableBase_1 as TypedTableBase_1 } from './internal/index.js';
|
|
133
|
-
export { TypedTableBase_1 as TypedTableBase } from './internal/index.js';
|
|
134
|
-
export { TypedTableBaseExtensions$instance as TypedTableBaseExtensions } from './internal/index.js';
|
|
135
|
-
export { UniqueConstraint as UniqueConstraint } from './internal/index.js';
|
|
136
|
-
export { UpdateRowSource as UpdateRowSource } from './internal/index.js';
|
|
137
|
-
export { InvalidExpressionException as InvalidExpressionException } from './internal/index.js';
|
|
138
|
-
export { EvaluateException as EvaluateException } from './internal/index.js';
|
|
139
|
-
export { SyntaxErrorException as SyntaxErrorException } from './internal/index.js';
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Data.Common
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { ReadOnlyCollection_1 } from '../System.Collections.ObjectModel/internal/index.js';
|
|
11
|
-
import type { ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from '../System.Collections/internal/index.js';
|
|
12
|
-
import type { AttributeCollection, Component, EventDescriptor, EventDescriptorCollection, IComponent, IContainer, ICustomTypeDescriptor, ISite, PropertyDescriptor, PropertyDescriptorCollection, TypeConverter } from '../System.ComponentModel/internal/index.js';
|
|
13
|
-
import type { CommandBehavior, CommandType, ConflictOption, ConnectionState, DataColumn, DataRow, DataRowVersion, DataSet, DataTable, DbType, FillErrorEventHandler, IColumnMapping, IColumnMappingCollection, IDataAdapter, IDataParameter, IDataParameterCollection, IDataReader, IDataRecord, IDbCommand, IDbConnection, IDbDataAdapter, IDbDataParameter, IDbTransaction, IsolationLevel, ITableMapping, ITableMappingCollection, LoadOption, MissingMappingAction, MissingSchemaAction, ParameterDirection, SchemaType, StateChangeEventHandler, StatementType, UpdateRowSource, UpdateStatus } from '../System.Data/internal/index.js';
|
|
14
|
-
import type { Stream, TextReader } from '../System.IO/internal/index.js';
|
|
15
|
-
import type { MethodBase } from '../System.Reflection/internal/index.js';
|
|
16
|
-
import type { ExternalException } from '../System.Runtime.InteropServices/internal/index.js';
|
|
17
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
18
|
-
import type { StringBuilder } from '../System.Text/internal/index.js';
|
|
19
|
-
import type { Task, Task_1, ValueTask, ValueTask_1 } from '../System.Threading.Tasks/internal/index.js';
|
|
20
|
-
import type { CancellationToken } from '../System.Threading/internal/index.js';
|
|
21
|
-
import type { Transaction } from '../System.Transactions/internal/index.js';
|
|
22
|
-
import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, EventArgs, Exception, Guid, IAsyncDisposable, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, MarshalByRefObject, Nullable_1, Object as ClrObject, Single, String as ClrString, Type, TypeCode, Void } from '../System/internal/index.js';
|
|
23
|
-
|
|
24
|
-
export * from './internal/index.js';
|
|
25
|
-
|
|
26
|
-
// Individual type exports for convenience
|
|
27
|
-
export { CatalogLocation as CatalogLocation } from './internal/index.js';
|
|
28
|
-
export { DataAdapter as DataAdapter } from './internal/index.js';
|
|
29
|
-
export { DataColumnMapping as DataColumnMapping } from './internal/index.js';
|
|
30
|
-
export { DataColumnMappingCollection as DataColumnMappingCollection } from './internal/index.js';
|
|
31
|
-
export { DataTableMapping as DataTableMapping } from './internal/index.js';
|
|
32
|
-
export { DataTableMappingCollection as DataTableMappingCollection } from './internal/index.js';
|
|
33
|
-
export { DbBatch as DbBatch } from './internal/index.js';
|
|
34
|
-
export { DbBatchCommand as DbBatchCommand } from './internal/index.js';
|
|
35
|
-
export { DbBatchCommandCollection as DbBatchCommandCollection } from './internal/index.js';
|
|
36
|
-
export { DbColumn as DbColumn } from './internal/index.js';
|
|
37
|
-
export { DbCommand as DbCommand } from './internal/index.js';
|
|
38
|
-
export { DbCommandBuilder as DbCommandBuilder } from './internal/index.js';
|
|
39
|
-
export { DbConnection as DbConnection } from './internal/index.js';
|
|
40
|
-
export { DbConnectionStringBuilder as DbConnectionStringBuilder } from './internal/index.js';
|
|
41
|
-
export { DbDataAdapter as DbDataAdapter } from './internal/index.js';
|
|
42
|
-
export { DbDataReader as DbDataReader } from './internal/index.js';
|
|
43
|
-
export { DbDataReaderExtensions$instance as DbDataReaderExtensions } from './internal/index.js';
|
|
44
|
-
export { DbDataRecord as DbDataRecord } from './internal/index.js';
|
|
45
|
-
export { DbDataSource as DbDataSource } from './internal/index.js';
|
|
46
|
-
export { DbDataSourceEnumerator as DbDataSourceEnumerator } from './internal/index.js';
|
|
47
|
-
export { DbEnumerator as DbEnumerator } from './internal/index.js';
|
|
48
|
-
export { DbException as DbException } from './internal/index.js';
|
|
49
|
-
export { DbMetaDataCollectionNames$instance as DbMetaDataCollectionNames } from './internal/index.js';
|
|
50
|
-
export { DbMetaDataColumnNames$instance as DbMetaDataColumnNames } from './internal/index.js';
|
|
51
|
-
export { DbParameter as DbParameter } from './internal/index.js';
|
|
52
|
-
export { DbParameterCollection as DbParameterCollection } from './internal/index.js';
|
|
53
|
-
export { DbProviderFactory as DbProviderFactory } from './internal/index.js';
|
|
54
|
-
export { DbProviderFactories$instance as DbProviderFactories } from './internal/index.js';
|
|
55
|
-
export { DbProviderSpecificTypePropertyAttribute as DbProviderSpecificTypePropertyAttribute } from './internal/index.js';
|
|
56
|
-
export { DbTransaction as DbTransaction } from './internal/index.js';
|
|
57
|
-
export { GroupByBehavior as GroupByBehavior } from './internal/index.js';
|
|
58
|
-
export type IDbColumnSchemaGenerator = Internal.IDbColumnSchemaGenerator;
|
|
59
|
-
export { IdentifierCase as IdentifierCase } from './internal/index.js';
|
|
60
|
-
export { RowUpdatedEventArgs as RowUpdatedEventArgs } from './internal/index.js';
|
|
61
|
-
export { RowUpdatingEventArgs as RowUpdatingEventArgs } from './internal/index.js';
|
|
62
|
-
export { SchemaTableColumn$instance as SchemaTableColumn } from './internal/index.js';
|
|
63
|
-
export { SchemaTableOptionalColumn$instance as SchemaTableOptionalColumn } from './internal/index.js';
|
|
64
|
-
export { SupportedJoinOperators as SupportedJoinOperators } from './internal/index.js';
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Data.SqlTypes
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IDictionary } from '../System.Collections/internal/index.js';
|
|
10
|
-
import type { CompareInfo, CompareOptions, CultureInfo } from '../System.Globalization/internal/index.js';
|
|
11
|
-
import type { Stream } from '../System.IO/internal/index.js';
|
|
12
|
-
import type { MethodBase } from '../System.Reflection/internal/index.js';
|
|
13
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
14
|
-
import type { XmlSchema, XmlSchemaSet } from '../System.Xml.Schema/internal/index.js';
|
|
15
|
-
import type { IXmlSerializable } from '../System.Xml.Serialization/internal/index.js';
|
|
16
|
-
import type { XmlQualifiedName, XmlReader, XmlWriter } from '../System.Xml/internal/index.js';
|
|
17
|
-
import type { Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, Exception, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, Single, Span_1, String as ClrString, SystemException, TimeSpan, Type, TypeCode, UInt32, ValueType, Void } from '../System/internal/index.js';
|
|
18
|
-
|
|
19
|
-
export * from './internal/index.js';
|
|
20
|
-
|
|
21
|
-
// Individual type exports for convenience
|
|
22
|
-
export { SqlChars as SqlChars } from './internal/index.js';
|
|
23
|
-
export { SqlDateTime as SqlDateTime } from './internal/index.js';
|
|
24
|
-
export { SqlDecimal as SqlDecimal } from './internal/index.js';
|
|
25
|
-
export { SqlDouble as SqlDouble } from './internal/index.js';
|
|
26
|
-
export { SqlGuid as SqlGuid } from './internal/index.js';
|
|
27
|
-
export { SqlInt16 as SqlInt16 } from './internal/index.js';
|
|
28
|
-
export { SqlInt32 as SqlInt32 } from './internal/index.js';
|
|
29
|
-
export { SqlInt64 as SqlInt64 } from './internal/index.js';
|
|
30
|
-
export { SqlMoney as SqlMoney } from './internal/index.js';
|
|
31
|
-
export { SqlSingle as SqlSingle } from './internal/index.js';
|
|
32
|
-
export { SqlCompareOptions as SqlCompareOptions } from './internal/index.js';
|
|
33
|
-
export { SqlString as SqlString } from './internal/index.js';
|
|
34
|
-
export { StorageState as StorageState } from './internal/index.js';
|
|
35
|
-
export { SqlTypeException as SqlTypeException } from './internal/index.js';
|
|
36
|
-
export { SqlNullValueException as SqlNullValueException } from './internal/index.js';
|
|
37
|
-
export { SqlTruncateException as SqlTruncateException } from './internal/index.js';
|
|
38
|
-
export { SqlNotFilledException as SqlNotFilledException } from './internal/index.js';
|
|
39
|
-
export { SqlAlreadyFilledException as SqlAlreadyFilledException } from './internal/index.js';
|
|
40
|
-
export { SqlXml as SqlXml } from './internal/index.js';
|
|
41
|
-
export type INullable = Internal.INullable;
|
|
42
|
-
export { SqlBinary as SqlBinary } from './internal/index.js';
|
|
43
|
-
export { SqlBoolean as SqlBoolean } from './internal/index.js';
|
|
44
|
-
export { SqlByte as SqlByte } from './internal/index.js';
|
|
45
|
-
export { SqlBytes as SqlBytes } from './internal/index.js';
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Diagnostics
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { 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
|
-
export * from './internal/index.js';
|
|
25
|
-
|
|
26
|
-
// Individual type exports for convenience
|
|
27
|
-
export { ActivityChangedEventArgs as ActivityChangedEventArgs } from './internal/index.js';
|
|
28
|
-
export { Activity as Activity } from './internal/index.js';
|
|
29
|
-
export { Activity_Enumerator_1 as Activity_Enumerator_1 } from './internal/index.js';
|
|
30
|
-
export { Activity_Enumerator_1 as Activity_Enumerator } from './internal/index.js';
|
|
31
|
-
export { ActivityTraceFlags as ActivityTraceFlags } from './internal/index.js';
|
|
32
|
-
export { ActivityIdFormat as ActivityIdFormat } from './internal/index.js';
|
|
33
|
-
export { ActivityTraceId as ActivityTraceId } from './internal/index.js';
|
|
34
|
-
export { ActivitySpanId as ActivitySpanId } from './internal/index.js';
|
|
35
|
-
export { ActivityStatusCode as ActivityStatusCode } from './internal/index.js';
|
|
36
|
-
export { ActivityTagsCollection as ActivityTagsCollection } from './internal/index.js';
|
|
37
|
-
export { ActivityTagsCollection_Enumerator as ActivityTagsCollection_Enumerator } from './internal/index.js';
|
|
38
|
-
export { ActivityContext as ActivityContext } from './internal/index.js';
|
|
39
|
-
export { ActivityCreationOptions_1 as ActivityCreationOptions_1 } from './internal/index.js';
|
|
40
|
-
export { ActivityCreationOptions_1 as ActivityCreationOptions } from './internal/index.js';
|
|
41
|
-
export { ActivitySamplingResult as ActivitySamplingResult } from './internal/index.js';
|
|
42
|
-
export { ActivityEvent as ActivityEvent } from './internal/index.js';
|
|
43
|
-
export { ActivityKind as ActivityKind } from './internal/index.js';
|
|
44
|
-
export { ActivityLink as ActivityLink } from './internal/index.js';
|
|
45
|
-
export type SampleActivity_1<T> = Internal.SampleActivity_1<T>;
|
|
46
|
-
export type SampleActivity<T> = Internal.SampleActivity_1<T>;
|
|
47
|
-
export type ExceptionRecorder = Internal.ExceptionRecorder;
|
|
48
|
-
export { ActivityListener as ActivityListener } from './internal/index.js';
|
|
49
|
-
export { ActivitySource as ActivitySource } from './internal/index.js';
|
|
50
|
-
export { ActivitySourceOptions as ActivitySourceOptions } from './internal/index.js';
|
|
51
|
-
export { DiagnosticSource as DiagnosticSource } from './internal/index.js';
|
|
52
|
-
export { DiagnosticListener as DiagnosticListener } from './internal/index.js';
|
|
53
|
-
export { DistributedContextPropagator as DistributedContextPropagator } from './internal/index.js';
|
|
54
|
-
export type DistributedContextPropagator_PropagatorGetterCallback = Internal.DistributedContextPropagator_PropagatorGetterCallback;
|
|
55
|
-
export type DistributedContextPropagator_PropagatorSetterCallback = Internal.DistributedContextPropagator_PropagatorSetterCallback;
|
|
56
|
-
export { TagList as TagList } from './internal/index.js';
|
|
57
|
-
export { TagList_Enumerator as TagList_Enumerator } from './internal/index.js';
|
|
58
|
-
export { FileVersionInfo as FileVersionInfo } from './internal/index.js';
|
|
59
|
-
export type DataReceivedEventHandler = Internal.DataReceivedEventHandler;
|
|
60
|
-
export { DataReceivedEventArgs as DataReceivedEventArgs } from './internal/index.js';
|
|
61
|
-
export { Process as Process } from './internal/index.js';
|
|
62
|
-
export { ProcessModule as ProcessModule } from './internal/index.js';
|
|
63
|
-
export { ProcessModuleCollection as ProcessModuleCollection } from './internal/index.js';
|
|
64
|
-
export { ProcessPriorityClass as ProcessPriorityClass } from './internal/index.js';
|
|
65
|
-
export { ProcessStartInfo as ProcessStartInfo } from './internal/index.js';
|
|
66
|
-
export { ProcessThread as ProcessThread } from './internal/index.js';
|
|
67
|
-
export { ProcessThreadCollection as ProcessThreadCollection } from './internal/index.js';
|
|
68
|
-
export { ProcessWindowStyle as ProcessWindowStyle } from './internal/index.js';
|
|
69
|
-
export { ThreadPriorityLevel as ThreadPriorityLevel } from './internal/index.js';
|
|
70
|
-
export { ThreadState as ThreadState } from './internal/index.js';
|
|
71
|
-
export { ThreadWaitReason as ThreadWaitReason } from './internal/index.js';
|
|
72
|
-
export { MonitoringDescriptionAttribute as MonitoringDescriptionAttribute } from './internal/index.js';
|
|
73
|
-
export { ConsoleTraceListener as ConsoleTraceListener } from './internal/index.js';
|
|
74
|
-
export { DelimitedListTraceListener as DelimitedListTraceListener } from './internal/index.js';
|
|
75
|
-
export { TextWriterTraceListener as TextWriterTraceListener } from './internal/index.js';
|
|
76
|
-
export { XmlWriterTraceListener as XmlWriterTraceListener } from './internal/index.js';
|
|
77
|
-
export { BooleanSwitch as BooleanSwitch } from './internal/index.js';
|
|
78
|
-
export { InitializingSwitchEventArgs as InitializingSwitchEventArgs } from './internal/index.js';
|
|
79
|
-
export { InitializingTraceSourceEventArgs as InitializingTraceSourceEventArgs } from './internal/index.js';
|
|
80
|
-
export { CorrelationManager as CorrelationManager } from './internal/index.js';
|
|
81
|
-
export { DefaultTraceListener as DefaultTraceListener } from './internal/index.js';
|
|
82
|
-
export { EventTypeFilter as EventTypeFilter } from './internal/index.js';
|
|
83
|
-
export { SourceFilter as SourceFilter } from './internal/index.js';
|
|
84
|
-
export { SourceLevels as SourceLevels } from './internal/index.js';
|
|
85
|
-
export { SourceSwitch as SourceSwitch } from './internal/index.js';
|
|
86
|
-
export { Switch as Switch } from './internal/index.js';
|
|
87
|
-
export { Trace as Trace } from './internal/index.js';
|
|
88
|
-
export { TraceEventCache as TraceEventCache } from './internal/index.js';
|
|
89
|
-
export { TraceEventType as TraceEventType } from './internal/index.js';
|
|
90
|
-
export { TraceFilter as TraceFilter } from './internal/index.js';
|
|
91
|
-
export { TraceLevel as TraceLevel } from './internal/index.js';
|
|
92
|
-
export { TraceListener as TraceListener } from './internal/index.js';
|
|
93
|
-
export { TraceListenerCollection as TraceListenerCollection } from './internal/index.js';
|
|
94
|
-
export { TraceOptions as TraceOptions } from './internal/index.js';
|
|
95
|
-
export { TraceSource as TraceSource } from './internal/index.js';
|
|
96
|
-
export { TraceSwitch as TraceSwitch } from './internal/index.js';
|
|
97
|
-
export { SwitchAttribute as SwitchAttribute } from './internal/index.js';
|
|
98
|
-
export { SwitchLevelAttribute as SwitchLevelAttribute } from './internal/index.js';
|
|
99
|
-
export { Debugger$instance as Debugger } from './internal/index.js';
|
|
100
|
-
export { StackFrame as StackFrame } from './internal/index.js';
|
|
101
|
-
export { StackTrace as StackTrace } from './internal/index.js';
|
|
102
|
-
export { ConditionalAttribute as ConditionalAttribute } from './internal/index.js';
|
|
103
|
-
export { Debug$instance as Debug } from './internal/index.js';
|
|
104
|
-
export { Debug_AssertInterpolatedStringHandler as Debug_AssertInterpolatedStringHandler } from './internal/index.js';
|
|
105
|
-
export { Debug_WriteIfInterpolatedStringHandler as Debug_WriteIfInterpolatedStringHandler } from './internal/index.js';
|
|
106
|
-
export { DebuggableAttribute as DebuggableAttribute } from './internal/index.js';
|
|
107
|
-
export { DebuggableAttribute_DebuggingModes as DebuggableAttribute_DebuggingModes } from './internal/index.js';
|
|
108
|
-
export { DebuggerBrowsableState as DebuggerBrowsableState } from './internal/index.js';
|
|
109
|
-
export { DebuggerBrowsableAttribute as DebuggerBrowsableAttribute } from './internal/index.js';
|
|
110
|
-
export { DebuggerDisableUserUnhandledExceptionsAttribute as DebuggerDisableUserUnhandledExceptionsAttribute } from './internal/index.js';
|
|
111
|
-
export { DebuggerDisplayAttribute as DebuggerDisplayAttribute } from './internal/index.js';
|
|
112
|
-
export { DebuggerHiddenAttribute as DebuggerHiddenAttribute } from './internal/index.js';
|
|
113
|
-
export { DebuggerNonUserCodeAttribute as DebuggerNonUserCodeAttribute } from './internal/index.js';
|
|
114
|
-
export { DebuggerStepperBoundaryAttribute as DebuggerStepperBoundaryAttribute } from './internal/index.js';
|
|
115
|
-
export { DebuggerStepThroughAttribute as DebuggerStepThroughAttribute } from './internal/index.js';
|
|
116
|
-
export { DebuggerTypeProxyAttribute as DebuggerTypeProxyAttribute } from './internal/index.js';
|
|
117
|
-
export { DebuggerVisualizerAttribute as DebuggerVisualizerAttribute } from './internal/index.js';
|
|
118
|
-
export { DebugProvider as DebugProvider } from './internal/index.js';
|
|
119
|
-
export { DiagnosticMethodInfo as DiagnosticMethodInfo } from './internal/index.js';
|
|
120
|
-
export { StackFrameExtensions$instance as StackFrameExtensions } from './internal/index.js';
|
|
121
|
-
export { StackTraceHiddenAttribute as StackTraceHiddenAttribute } from './internal/index.js';
|
|
122
|
-
export { Stopwatch as Stopwatch } from './internal/index.js';
|
|
123
|
-
export { UnreachableException as UnreachableException } from './internal/index.js';
|
|
@@ -1,40 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
12
|
-
|
|
13
|
-
// Individual type exports for convenience
|
|
14
|
-
export { ConstantExpectedAttribute as ConstantExpectedAttribute } from './internal/index.js';
|
|
15
|
-
export { DynamicallyAccessedMemberTypes as DynamicallyAccessedMemberTypes } from './internal/index.js';
|
|
16
|
-
export { DynamicallyAccessedMembersAttribute as DynamicallyAccessedMembersAttribute } from './internal/index.js';
|
|
17
|
-
export { DynamicDependencyAttribute as DynamicDependencyAttribute } from './internal/index.js';
|
|
18
|
-
export { ExcludeFromCodeCoverageAttribute as ExcludeFromCodeCoverageAttribute } from './internal/index.js';
|
|
19
|
-
export { ExperimentalAttribute as ExperimentalAttribute } from './internal/index.js';
|
|
20
|
-
export { FeatureGuardAttribute as FeatureGuardAttribute } from './internal/index.js';
|
|
21
|
-
export { FeatureSwitchDefinitionAttribute as FeatureSwitchDefinitionAttribute } from './internal/index.js';
|
|
22
|
-
export { AllowNullAttribute as AllowNullAttribute } from './internal/index.js';
|
|
23
|
-
export { DisallowNullAttribute as DisallowNullAttribute } from './internal/index.js';
|
|
24
|
-
export { MaybeNullAttribute as MaybeNullAttribute } from './internal/index.js';
|
|
25
|
-
export { NotNullAttribute as NotNullAttribute } from './internal/index.js';
|
|
26
|
-
export { MaybeNullWhenAttribute as MaybeNullWhenAttribute } from './internal/index.js';
|
|
27
|
-
export { NotNullWhenAttribute as NotNullWhenAttribute } from './internal/index.js';
|
|
28
|
-
export { NotNullIfNotNullAttribute as NotNullIfNotNullAttribute } from './internal/index.js';
|
|
29
|
-
export { DoesNotReturnAttribute as DoesNotReturnAttribute } from './internal/index.js';
|
|
30
|
-
export { DoesNotReturnIfAttribute as DoesNotReturnIfAttribute } from './internal/index.js';
|
|
31
|
-
export { MemberNotNullAttribute as MemberNotNullAttribute } from './internal/index.js';
|
|
32
|
-
export { MemberNotNullWhenAttribute as MemberNotNullWhenAttribute } from './internal/index.js';
|
|
33
|
-
export { UnscopedRefAttribute as UnscopedRefAttribute } from './internal/index.js';
|
|
34
|
-
export { RequiresAssemblyFilesAttribute as RequiresAssemblyFilesAttribute } from './internal/index.js';
|
|
35
|
-
export { RequiresDynamicCodeAttribute as RequiresDynamicCodeAttribute } from './internal/index.js';
|
|
36
|
-
export { RequiresUnreferencedCodeAttribute as RequiresUnreferencedCodeAttribute } from './internal/index.js';
|
|
37
|
-
export { SetsRequiredMembersAttribute as SetsRequiredMembersAttribute } from './internal/index.js';
|
|
38
|
-
export { StringSyntaxAttribute as StringSyntaxAttribute } from './internal/index.js';
|
|
39
|
-
export { SuppressMessageAttribute as SuppressMessageAttribute } from './internal/index.js';
|
|
40
|
-
export { UnconditionalSuppressMessageAttribute as UnconditionalSuppressMessageAttribute } from './internal/index.js';
|
|
@@ -1,32 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
16
|
-
|
|
17
|
-
// Individual type exports for convenience
|
|
18
|
-
export { ContractException as ContractException } from './internal/index.js';
|
|
19
|
-
export { ContractFailedEventArgs as ContractFailedEventArgs } from './internal/index.js';
|
|
20
|
-
export { PureAttribute as PureAttribute } from './internal/index.js';
|
|
21
|
-
export { ContractClassAttribute as ContractClassAttribute } from './internal/index.js';
|
|
22
|
-
export { ContractClassForAttribute as ContractClassForAttribute } from './internal/index.js';
|
|
23
|
-
export { ContractInvariantMethodAttribute as ContractInvariantMethodAttribute } from './internal/index.js';
|
|
24
|
-
export { ContractReferenceAssemblyAttribute as ContractReferenceAssemblyAttribute } from './internal/index.js';
|
|
25
|
-
export { ContractRuntimeIgnoredAttribute as ContractRuntimeIgnoredAttribute } from './internal/index.js';
|
|
26
|
-
export { ContractVerificationAttribute as ContractVerificationAttribute } from './internal/index.js';
|
|
27
|
-
export { ContractPublicPropertyNameAttribute as ContractPublicPropertyNameAttribute } from './internal/index.js';
|
|
28
|
-
export { ContractArgumentValidatorAttribute as ContractArgumentValidatorAttribute } from './internal/index.js';
|
|
29
|
-
export { ContractAbbreviatorAttribute as ContractAbbreviatorAttribute } from './internal/index.js';
|
|
30
|
-
export { ContractOptionAttribute as ContractOptionAttribute } from './internal/index.js';
|
|
31
|
-
export { Contract$instance as Contract } from './internal/index.js';
|
|
32
|
-
export { ContractFailureKind as ContractFailureKind } from './internal/index.js';
|
|
@@ -1,47 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
16
|
-
|
|
17
|
-
// Individual type exports for convenience
|
|
18
|
-
export { Counter_1 as Counter_1 } from './internal/index.js';
|
|
19
|
-
export { Counter_1 as Counter } from './internal/index.js';
|
|
20
|
-
export { Gauge_1 as Gauge_1 } from './internal/index.js';
|
|
21
|
-
export { Gauge_1 as Gauge } from './internal/index.js';
|
|
22
|
-
export { Histogram_1 as Histogram_1 } from './internal/index.js';
|
|
23
|
-
export { Histogram_1 as Histogram } from './internal/index.js';
|
|
24
|
-
export { InstrumentAdvice_1 as InstrumentAdvice_1 } from './internal/index.js';
|
|
25
|
-
export { InstrumentAdvice_1 as InstrumentAdvice } from './internal/index.js';
|
|
26
|
-
export type IMeterFactory = Internal.IMeterFactory;
|
|
27
|
-
export { Instrument as Instrument_0 } from './internal/index.js';
|
|
28
|
-
export { Instrument_1 as Instrument_1 } from './internal/index.js';
|
|
29
|
-
export { Instrument_1 as Instrument } from './internal/index.js';
|
|
30
|
-
export { Measurement_1 as Measurement_1 } from './internal/index.js';
|
|
31
|
-
export { Measurement_1 as Measurement } from './internal/index.js';
|
|
32
|
-
export { Meter as Meter } from './internal/index.js';
|
|
33
|
-
export { MeterFactoryExtensions$instance as MeterFactoryExtensions } from './internal/index.js';
|
|
34
|
-
export type MeasurementCallback_1<T> = Internal.MeasurementCallback_1<T>;
|
|
35
|
-
export type MeasurementCallback<T> = Internal.MeasurementCallback_1<T>;
|
|
36
|
-
export { MeterListener as MeterListener } from './internal/index.js';
|
|
37
|
-
export { MeterOptions as MeterOptions } from './internal/index.js';
|
|
38
|
-
export { ObservableCounter_1 as ObservableCounter_1 } from './internal/index.js';
|
|
39
|
-
export { ObservableCounter_1 as ObservableCounter } from './internal/index.js';
|
|
40
|
-
export { ObservableGauge_1 as ObservableGauge_1 } from './internal/index.js';
|
|
41
|
-
export { ObservableGauge_1 as ObservableGauge } from './internal/index.js';
|
|
42
|
-
export { ObservableInstrument_1 as ObservableInstrument_1 } from './internal/index.js';
|
|
43
|
-
export { ObservableInstrument_1 as ObservableInstrument } from './internal/index.js';
|
|
44
|
-
export { ObservableUpDownCounter_1 as ObservableUpDownCounter_1 } from './internal/index.js';
|
|
45
|
-
export { ObservableUpDownCounter_1 as ObservableUpDownCounter } from './internal/index.js';
|
|
46
|
-
export { UpDownCounter_1 as UpDownCounter_1 } from './internal/index.js';
|
|
47
|
-
export { UpDownCounter_1 as UpDownCounter } from './internal/index.js';
|
|
@@ -1,49 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
17
|
-
|
|
18
|
-
// Individual type exports for convenience
|
|
19
|
-
export { DiagnosticCounter as DiagnosticCounter } from './internal/index.js';
|
|
20
|
-
export { EventActivityOptions as EventActivityOptions } from './internal/index.js';
|
|
21
|
-
export { EventCounter as EventCounter } from './internal/index.js';
|
|
22
|
-
export { EventSource as EventSource } from './internal/index.js';
|
|
23
|
-
export { EventSource_EventSourcePrimitive as EventSource_EventSourcePrimitive } from './internal/index.js';
|
|
24
|
-
export { EventSourceSettings as EventSourceSettings } from './internal/index.js';
|
|
25
|
-
export { EventListener as EventListener } from './internal/index.js';
|
|
26
|
-
export { EventCommandEventArgs as EventCommandEventArgs } from './internal/index.js';
|
|
27
|
-
export { EventSourceCreatedEventArgs as EventSourceCreatedEventArgs } from './internal/index.js';
|
|
28
|
-
export { EventWrittenEventArgs as EventWrittenEventArgs } from './internal/index.js';
|
|
29
|
-
export { EventSourceAttribute as EventSourceAttribute } from './internal/index.js';
|
|
30
|
-
export { EventAttribute as EventAttribute } from './internal/index.js';
|
|
31
|
-
export { NonEventAttribute as NonEventAttribute } from './internal/index.js';
|
|
32
|
-
export { EventCommand as EventCommand } from './internal/index.js';
|
|
33
|
-
export { EventManifestOptions as EventManifestOptions } from './internal/index.js';
|
|
34
|
-
export { EventSourceException as EventSourceException } from './internal/index.js';
|
|
35
|
-
export { IncrementingEventCounter as IncrementingEventCounter } from './internal/index.js';
|
|
36
|
-
export { IncrementingPollingCounter as IncrementingPollingCounter } from './internal/index.js';
|
|
37
|
-
export { PollingCounter as PollingCounter } from './internal/index.js';
|
|
38
|
-
export { EventLevel as EventLevel } from './internal/index.js';
|
|
39
|
-
export { EventTask as EventTask } from './internal/index.js';
|
|
40
|
-
export { EventOpcode as EventOpcode } from './internal/index.js';
|
|
41
|
-
export { EventChannel as EventChannel } from './internal/index.js';
|
|
42
|
-
export { EventKeywords as EventKeywords } from './internal/index.js';
|
|
43
|
-
export { EventDataAttribute as EventDataAttribute } from './internal/index.js';
|
|
44
|
-
export { EventFieldTags as EventFieldTags } from './internal/index.js';
|
|
45
|
-
export { EventFieldAttribute as EventFieldAttribute } from './internal/index.js';
|
|
46
|
-
export { EventFieldFormat as EventFieldFormat } from './internal/index.js';
|
|
47
|
-
export { EventIgnoreAttribute as EventIgnoreAttribute } from './internal/index.js';
|
|
48
|
-
export { EventSourceOptions as EventSourceOptions } from './internal/index.js';
|
|
49
|
-
export { EventTags as EventTags } from './internal/index.js';
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Drawing
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ICollection, IDictionary } 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
|
-
export * from './internal/index.js';
|
|
16
|
-
|
|
17
|
-
// Individual type exports for convenience
|
|
18
|
-
export { ColorConverter as ColorConverter } from './internal/index.js';
|
|
19
|
-
export { PointConverter as PointConverter } from './internal/index.js';
|
|
20
|
-
export { RectangleConverter as RectangleConverter } from './internal/index.js';
|
|
21
|
-
export { SizeConverter as SizeConverter } from './internal/index.js';
|
|
22
|
-
export { SizeFConverter as SizeFConverter } from './internal/index.js';
|
|
23
|
-
export { Point as Point } from './internal/index.js';
|
|
24
|
-
export { PointF as PointF } from './internal/index.js';
|
|
25
|
-
export { Rectangle as Rectangle } from './internal/index.js';
|
|
26
|
-
export { RectangleF as RectangleF } from './internal/index.js';
|
|
27
|
-
export { Size as Size } from './internal/index.js';
|
|
28
|
-
export { SizeF as SizeF } from './internal/index.js';
|
|
29
|
-
export { Color as Color } from './internal/index.js';
|
|
30
|
-
export { ColorTranslator$instance as ColorTranslator } from './internal/index.js';
|
|
31
|
-
export { KnownColor as KnownColor } from './internal/index.js';
|
|
32
|
-
export { SystemColors$instance as SystemColors } from './internal/index.js';
|