@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
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Numerics
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Numerics/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IComparer_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { NumberStyles } from './System.Globalization/internal/index.js';
|
|
11
|
+
import type { Boolean as ClrBoolean, Byte, Char, Decimal, Double, IComparable, IComparable_1, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from './System/internal/index.js';
|
|
12
|
+
|
|
13
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
14
|
+
export { BitOperations$instance as BitOperations } from './System.Numerics/internal/index.js';
|
|
15
|
+
export { Matrix3x2 as Matrix3x2 } from './System.Numerics/internal/index.js';
|
|
16
|
+
export { Matrix4x4 as Matrix4x4 } from './System.Numerics/internal/index.js';
|
|
17
|
+
export { Plane as Plane } from './System.Numerics/internal/index.js';
|
|
18
|
+
export { Quaternion as Quaternion } from './System.Numerics/internal/index.js';
|
|
19
|
+
export { TotalOrderIeee754Comparer_1 as TotalOrderIeee754Comparer } from './System.Numerics/internal/index.js';
|
|
20
|
+
export { Vector2 as Vector2 } from './System.Numerics/internal/index.js';
|
|
21
|
+
export { Vector3 as Vector3 } from './System.Numerics/internal/index.js';
|
|
22
|
+
export { Vector4 as Vector4 } from './System.Numerics/internal/index.js';
|
|
23
|
+
export type IAdditionOperators<TSelf extends Internal.IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IAdditionOperators_3<TSelf, TOther, TResult>;
|
|
24
|
+
export type IAdditiveIdentity<TSelf extends Internal.IAdditiveIdentity_2<TSelf, TResult>, TResult> = Internal.IAdditiveIdentity_2<TSelf, TResult>;
|
|
25
|
+
export type IBinaryFloatingPointIeee754<TSelf extends Internal.IBinaryFloatingPointIeee754_1<TSelf>> = Internal.IBinaryFloatingPointIeee754_1<TSelf>;
|
|
26
|
+
export type IBinaryInteger<TSelf extends Internal.IBinaryInteger_1<TSelf>> = Internal.IBinaryInteger_1<TSelf>;
|
|
27
|
+
export type IBinaryNumber<TSelf extends Internal.IBinaryNumber_1<TSelf>> = Internal.IBinaryNumber_1<TSelf>;
|
|
28
|
+
export type IBitwiseOperators<TSelf extends Internal.IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IBitwiseOperators_3<TSelf, TOther, TResult>;
|
|
29
|
+
export type IComparisonOperators<TSelf extends Internal.IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IComparisonOperators_3<TSelf, TOther, TResult>;
|
|
30
|
+
export type IDecrementOperators<TSelf extends Internal.IDecrementOperators_1<TSelf>> = Internal.IDecrementOperators_1<TSelf>;
|
|
31
|
+
export type IDivisionOperators<TSelf extends Internal.IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IDivisionOperators_3<TSelf, TOther, TResult>;
|
|
32
|
+
export type IEqualityOperators<TSelf extends Internal.IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IEqualityOperators_3<TSelf, TOther, TResult>;
|
|
33
|
+
export type IExponentialFunctions<TSelf extends Internal.IExponentialFunctions_1<TSelf>> = Internal.IExponentialFunctions_1<TSelf>;
|
|
34
|
+
export type IFloatingPoint<TSelf extends Internal.IFloatingPoint_1<TSelf>> = Internal.IFloatingPoint_1<TSelf>;
|
|
35
|
+
export type IFloatingPointConstants<TSelf extends Internal.IFloatingPointConstants_1<TSelf>> = Internal.IFloatingPointConstants_1<TSelf>;
|
|
36
|
+
export type IFloatingPointIeee754<TSelf extends Internal.IFloatingPointIeee754_1<TSelf>> = Internal.IFloatingPointIeee754_1<TSelf>;
|
|
37
|
+
export type IHyperbolicFunctions<TSelf extends Internal.IHyperbolicFunctions_1<TSelf>> = Internal.IHyperbolicFunctions_1<TSelf>;
|
|
38
|
+
export type IIncrementOperators<TSelf extends Internal.IIncrementOperators_1<TSelf>> = Internal.IIncrementOperators_1<TSelf>;
|
|
39
|
+
export type ILogarithmicFunctions<TSelf extends Internal.ILogarithmicFunctions_1<TSelf>> = Internal.ILogarithmicFunctions_1<TSelf>;
|
|
40
|
+
export type IMinMaxValue<TSelf extends Internal.IMinMaxValue_1<TSelf>> = Internal.IMinMaxValue_1<TSelf>;
|
|
41
|
+
export type IModulusOperators<TSelf extends Internal.IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IModulusOperators_3<TSelf, TOther, TResult>;
|
|
42
|
+
export type IMultiplicativeIdentity<TSelf extends Internal.IMultiplicativeIdentity_2<TSelf, TResult>, TResult> = Internal.IMultiplicativeIdentity_2<TSelf, TResult>;
|
|
43
|
+
export type IMultiplyOperators<TSelf extends Internal.IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IMultiplyOperators_3<TSelf, TOther, TResult>;
|
|
44
|
+
export type INumber<TSelf extends Internal.INumber_1<TSelf>> = Internal.INumber_1<TSelf>;
|
|
45
|
+
export type INumberBase<TSelf extends Internal.INumberBase_1<TSelf>> = Internal.INumberBase_1<TSelf>;
|
|
46
|
+
export type IPowerFunctions<TSelf extends Internal.IPowerFunctions_1<TSelf>> = Internal.IPowerFunctions_1<TSelf>;
|
|
47
|
+
export type IRootFunctions<TSelf extends Internal.IRootFunctions_1<TSelf>> = Internal.IRootFunctions_1<TSelf>;
|
|
48
|
+
export type IShiftOperators<TSelf extends Internal.IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IShiftOperators_3<TSelf, TOther, TResult>;
|
|
49
|
+
export type ISignedNumber<TSelf extends Internal.ISignedNumber_1<TSelf>> = Internal.ISignedNumber_1<TSelf>;
|
|
50
|
+
export type ISubtractionOperators<TSelf extends Internal.ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.ISubtractionOperators_3<TSelf, TOther, TResult>;
|
|
51
|
+
export type ITrigonometricFunctions<TSelf extends Internal.ITrigonometricFunctions_1<TSelf>> = Internal.ITrigonometricFunctions_1<TSelf>;
|
|
52
|
+
export type IUnaryNegationOperators<TSelf extends Internal.IUnaryNegationOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryNegationOperators_2<TSelf, TResult>;
|
|
53
|
+
export type IUnaryPlusOperators<TSelf extends Internal.IUnaryPlusOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryPlusOperators_2<TSelf, TResult>;
|
|
54
|
+
export type IUnsignedNumber<TSelf extends Internal.IUnsignedNumber_1<TSelf>> = Internal.IUnsignedNumber_1<TSelf>;
|
|
55
|
+
export { BigInteger as BigInteger } from './System.Numerics/internal/index.js';
|
|
56
|
+
export { Complex as Complex } from './System.Numerics/internal/index.js';
|
|
57
|
+
|
|
58
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
59
|
+
declare const __unspecified: unique symbol;
|
|
60
|
+
export type __ = typeof __unspecified;
|
|
61
|
+
|
|
62
|
+
export type Vector<
|
|
63
|
+
T1 = __,
|
|
64
|
+
> =
|
|
65
|
+
[T1] extends [__] ? Internal.Vector :
|
|
66
|
+
Internal.Vector_1<T1>;
|
|
67
|
+
|
|
@@ -467,7 +467,7 @@ export interface __CustomAttributeNamedArgument$views {
|
|
|
467
467
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeNamedArgument>;
|
|
468
468
|
|
|
469
469
|
// Structural method bridges for numeric interface constraints
|
|
470
|
-
|
|
470
|
+
equals(other: CustomAttributeNamedArgument): boolean;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
export type CustomAttributeNamedArgument = CustomAttributeNamedArgument$instance & __CustomAttributeNamedArgument$views;
|
|
@@ -493,7 +493,7 @@ export interface __CustomAttributeTypedArgument$views {
|
|
|
493
493
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeTypedArgument>;
|
|
494
494
|
|
|
495
495
|
// Structural method bridges for numeric interface constraints
|
|
496
|
-
|
|
496
|
+
equals(other: CustomAttributeTypedArgument): boolean;
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
export type CustomAttributeTypedArgument = CustomAttributeTypedArgument$instance & __CustomAttributeTypedArgument$views;
|
|
@@ -1321,7 +1321,7 @@ export interface MethodInfo$instance extends MethodBase$instance {
|
|
|
1321
1321
|
getGenericMethodDefinition(): MethodInfo;
|
|
1322
1322
|
getHashCode(): int;
|
|
1323
1323
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1324
|
-
makeGenericMethod(typeArguments: Type[]): MethodInfo;
|
|
1324
|
+
makeGenericMethod(...typeArguments: Type[]): MethodInfo;
|
|
1325
1325
|
}
|
|
1326
1326
|
|
|
1327
1327
|
|
|
@@ -171,7 +171,7 @@ export interface __Label$views {
|
|
|
171
171
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Label>;
|
|
172
172
|
|
|
173
173
|
// Structural method bridges for numeric interface constraints
|
|
174
|
-
|
|
174
|
+
equals(other: Label): boolean;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
export type Label = Label$instance & __Label$views;
|
|
@@ -203,7 +203,7 @@ export interface __OpCode$views {
|
|
|
203
203
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<OpCode>;
|
|
204
204
|
|
|
205
205
|
// Structural method bridges for numeric interface constraints
|
|
206
|
-
|
|
206
|
+
equals(other: OpCode): boolean;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
export type OpCode = OpCode$instance & __OpCode$views;
|
|
@@ -516,7 +516,7 @@ export interface GenericTypeParameterBuilder$instance extends TypeInfo {
|
|
|
516
516
|
setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
|
|
517
517
|
setCustomAttribute(customBuilder: CustomAttributeBuilder): void;
|
|
518
518
|
setGenericParameterAttributes(genericParameterAttributes: GenericParameterAttributes): void;
|
|
519
|
-
setInterfaceConstraints(interfaceConstraints: Type[]): void;
|
|
519
|
+
setInterfaceConstraints(...interfaceConstraints: Type[]): void;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
|
|
@@ -597,7 +597,7 @@ export type LocalBuilder = LocalBuilder$instance;
|
|
|
597
597
|
|
|
598
598
|
export interface MethodBuilder$instance extends MethodInfo {
|
|
599
599
|
initLocals: boolean;
|
|
600
|
-
defineGenericParameters(names: string[]): GenericTypeParameterBuilder[];
|
|
600
|
+
defineGenericParameters(...names: string[]): GenericTypeParameterBuilder[];
|
|
601
601
|
defineParameter(position: int, attributes: ParameterAttributes, strParamName: string): ParameterBuilder;
|
|
602
602
|
getCustomAttributes(inherit: boolean): unknown[];
|
|
603
603
|
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
@@ -607,7 +607,7 @@ export interface MethodBuilder$instance extends MethodInfo {
|
|
|
607
607
|
setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
|
|
608
608
|
setCustomAttribute(customBuilder: CustomAttributeBuilder): void;
|
|
609
609
|
setImplementationFlags(attributes: MethodImplAttributes): void;
|
|
610
|
-
setParameters(parameterTypes: Type[]): void;
|
|
610
|
+
setParameters(...parameterTypes: Type[]): void;
|
|
611
611
|
setReturnType(returnType: Type): void;
|
|
612
612
|
setSignature(returnType: Type, returnTypeRequiredCustomModifiers: Type[], returnTypeOptionalCustomModifiers: Type[], parameterTypes: Type[], parameterTypeRequiredCustomModifiers: Type[][], parameterTypeOptionalCustomModifiers: Type[][]): void;
|
|
613
613
|
}
|
|
@@ -1022,7 +1022,7 @@ export interface TypeBuilder$instance extends TypeInfo {
|
|
|
1022
1022
|
defineEvent(name: string, attributes: EventAttributes, eventtype: Type): EventBuilder;
|
|
1023
1023
|
defineField(fieldName: string, type_: Type, attributes: FieldAttributes): FieldBuilder;
|
|
1024
1024
|
defineField(fieldName: string, type_: Type, requiredCustomModifiers: Type[], optionalCustomModifiers: Type[], attributes: FieldAttributes): FieldBuilder;
|
|
1025
|
-
defineGenericParameters(names: string[]): GenericTypeParameterBuilder[];
|
|
1025
|
+
defineGenericParameters(...names: string[]): GenericTypeParameterBuilder[];
|
|
1026
1026
|
defineInitializedData(name: string, data: byte[], attributes: FieldAttributes): FieldBuilder;
|
|
1027
1027
|
defineMethod(name: string, attributes: MethodAttributes): MethodBuilder;
|
|
1028
1028
|
defineMethod(name: string, attributes: MethodAttributes, callingConvention: CallingConventions): MethodBuilder;
|
|
@@ -1089,7 +1089,7 @@ export interface TypeBuilder$instance extends TypeInfo {
|
|
|
1089
1089
|
makeArrayType(): Type;
|
|
1090
1090
|
makeArrayType(rank: int): Type;
|
|
1091
1091
|
makeByRefType(): Type;
|
|
1092
|
-
makeGenericType(typeArguments: Type[]): Type;
|
|
1092
|
+
makeGenericType(...typeArguments: Type[]): Type;
|
|
1093
1093
|
makePointerType(): Type;
|
|
1094
1094
|
setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
|
|
1095
1095
|
setCustomAttribute(customBuilder: CustomAttributeBuilder): void;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Reflection.Emit
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Reflection.Emit/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1, IList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ISymbolDocumentWriter } from './System.Diagnostics.SymbolStore/internal/index.js';
|
|
11
|
+
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
12
|
+
import type { FileStream, Stream } from './System.IO/internal/index.js';
|
|
13
|
+
import type { MetadataBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
14
|
+
import type { BlobBuilder } from './System.Reflection.Metadata/internal/index.js';
|
|
15
|
+
import type { Assembly, AssemblyName, Binder, BindingFlags, CallingConventions, ConstructorInfo, CustomAttributeData, EventAttributes, EventInfo, FieldAttributes, FieldInfo, GenericParameterAttributes, ICustomAttributeProvider, ImageFileMachine, InterfaceMapping, IReflect, IReflectableType, LocalVariableInfo, ManifestResourceInfo, MemberFilter, MemberInfo, MemberTypes, MethodAttributes, MethodBase, MethodBody, MethodImplAttributes, MethodInfo, Module, ParameterAttributes, ParameterInfo, ParameterModifier, PortableExecutableKinds, PropertyAttributes, PropertyInfo, TypeAttributes, TypeFilter, TypeInfo } from './System.Reflection/internal/index.js';
|
|
16
|
+
import type { CallingConvention, CharSet, StructLayoutAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
17
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
18
|
+
import type { SecurityRuleSet } from './System.Security/internal/index.js';
|
|
19
|
+
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Delegate, Double, Enum, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, ModuleHandle, Object as ClrObject, RuntimeFieldHandle, RuntimeMethodHandle, RuntimeTypeHandle, SByte, Single, String as ClrString, Type, TypeCode, TypedReference, ValueType, Version, Void } from './System/internal/index.js';
|
|
20
|
+
|
|
21
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
22
|
+
export { CustomAttributeBuilder as CustomAttributeBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
23
|
+
export { DynamicILInfo as DynamicILInfo } from './System.Reflection.Emit/internal/index.js';
|
|
24
|
+
export { DynamicMethod as DynamicMethod } from './System.Reflection.Emit/internal/index.js';
|
|
25
|
+
export { AssemblyBuilder as AssemblyBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
26
|
+
export { SignatureHelper as SignatureHelper } from './System.Reflection.Emit/internal/index.js';
|
|
27
|
+
export { AssemblyBuilderAccess as AssemblyBuilderAccess } from './System.Reflection.Emit/internal/index.js';
|
|
28
|
+
export { ConstructorBuilder as ConstructorBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
29
|
+
export { EnumBuilder as EnumBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
30
|
+
export { EventBuilder as EventBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
31
|
+
export { FieldBuilder as FieldBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
32
|
+
export { FlowControl as FlowControl } from './System.Reflection.Emit/internal/index.js';
|
|
33
|
+
export { GenericTypeParameterBuilder as GenericTypeParameterBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
34
|
+
export { ILGenerator as ILGenerator } from './System.Reflection.Emit/internal/index.js';
|
|
35
|
+
export { Label as Label } from './System.Reflection.Emit/internal/index.js';
|
|
36
|
+
export { LocalBuilder as LocalBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
37
|
+
export { MethodBuilder as MethodBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
38
|
+
export { ModuleBuilder as ModuleBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
39
|
+
export { OpCode as OpCode } from './System.Reflection.Emit/internal/index.js';
|
|
40
|
+
export { OpCodes as OpCodes } from './System.Reflection.Emit/internal/index.js';
|
|
41
|
+
export { OpCodeType as OpCodeType } from './System.Reflection.Emit/internal/index.js';
|
|
42
|
+
export { OperandType as OperandType } from './System.Reflection.Emit/internal/index.js';
|
|
43
|
+
export { PackingSize as PackingSize } from './System.Reflection.Emit/internal/index.js';
|
|
44
|
+
export { ParameterBuilder as ParameterBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
45
|
+
export { PEFileKinds as PEFileKinds } from './System.Reflection.Emit/internal/index.js';
|
|
46
|
+
export { PropertyBuilder as PropertyBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
47
|
+
export { StackBehaviour as StackBehaviour } from './System.Reflection.Emit/internal/index.js';
|
|
48
|
+
export { TypeBuilder as TypeBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
49
|
+
export { PersistedAssemblyBuilder as PersistedAssemblyBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
@@ -532,6 +532,7 @@ export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayType
|
|
|
532
532
|
getArrayType(elementType: TType, shape: ArrayShape): TType;
|
|
533
533
|
getByReferenceType(elementType: TType): TType;
|
|
534
534
|
getGenericInstantiation(genericType: TType, typeArguments: ImmutableArray_1<TType>): TType;
|
|
535
|
+
getSZArrayType(elementType: TType): TType;
|
|
535
536
|
}
|
|
536
537
|
|
|
537
538
|
|
|
@@ -566,6 +567,8 @@ export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> exten
|
|
|
566
567
|
getTypeFromDefinition(reader: MetadataReader, handle: TypeDefinitionHandle, rawTypeKind: byte): TType;
|
|
567
568
|
getTypeFromReference(reader: MetadataReader, handle: TypeReferenceHandle, rawTypeKind: byte): TType;
|
|
568
569
|
getTypeFromSpecification(reader: MetadataReader, genericContext: TGenericContext, handle: TypeSpecificationHandle, rawTypeKind: byte): TType;
|
|
570
|
+
getByReferenceType(elementType: TType): TType;
|
|
571
|
+
getSZArrayType(elementType: TType): TType;
|
|
569
572
|
}
|
|
570
573
|
|
|
571
574
|
|
|
@@ -641,7 +644,7 @@ export interface __AssemblyDefinitionHandle$views {
|
|
|
641
644
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyDefinitionHandle>;
|
|
642
645
|
|
|
643
646
|
// Structural method bridges for numeric interface constraints
|
|
644
|
-
|
|
647
|
+
equals(other: AssemblyDefinitionHandle): boolean;
|
|
645
648
|
}
|
|
646
649
|
|
|
647
650
|
export type AssemblyDefinitionHandle = AssemblyDefinitionHandle$instance & __AssemblyDefinitionHandle$views;
|
|
@@ -679,7 +682,7 @@ export interface __AssemblyFileHandle$views {
|
|
|
679
682
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyFileHandle>;
|
|
680
683
|
|
|
681
684
|
// Structural method bridges for numeric interface constraints
|
|
682
|
-
|
|
685
|
+
equals(other: AssemblyFileHandle): boolean;
|
|
683
686
|
}
|
|
684
687
|
|
|
685
688
|
export type AssemblyFileHandle = AssemblyFileHandle$instance & __AssemblyFileHandle$views;
|
|
@@ -762,7 +765,7 @@ export interface __AssemblyReferenceHandle$views {
|
|
|
762
765
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyReferenceHandle>;
|
|
763
766
|
|
|
764
767
|
// Structural method bridges for numeric interface constraints
|
|
765
|
-
|
|
768
|
+
equals(other: AssemblyReferenceHandle): boolean;
|
|
766
769
|
}
|
|
767
770
|
|
|
768
771
|
export type AssemblyReferenceHandle = AssemblyReferenceHandle$instance & __AssemblyReferenceHandle$views;
|
|
@@ -870,7 +873,7 @@ export interface __BlobContentId$views {
|
|
|
870
873
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BlobContentId>;
|
|
871
874
|
|
|
872
875
|
// Structural method bridges for numeric interface constraints
|
|
873
|
-
|
|
876
|
+
equals(other: BlobContentId): boolean;
|
|
874
877
|
}
|
|
875
878
|
|
|
876
879
|
export type BlobContentId = BlobContentId$instance & __BlobContentId$views;
|
|
@@ -893,7 +896,7 @@ export interface __BlobHandle$views {
|
|
|
893
896
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BlobHandle>;
|
|
894
897
|
|
|
895
898
|
// Structural method bridges for numeric interface constraints
|
|
896
|
-
|
|
899
|
+
equals(other: BlobHandle): boolean;
|
|
897
900
|
}
|
|
898
901
|
|
|
899
902
|
export type BlobHandle = BlobHandle$instance & __BlobHandle$views;
|
|
@@ -1040,7 +1043,7 @@ export interface __ConstantHandle$views {
|
|
|
1040
1043
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ConstantHandle>;
|
|
1041
1044
|
|
|
1042
1045
|
// Structural method bridges for numeric interface constraints
|
|
1043
|
-
|
|
1046
|
+
equals(other: ConstantHandle): boolean;
|
|
1044
1047
|
}
|
|
1045
1048
|
|
|
1046
1049
|
export type ConstantHandle = ConstantHandle$instance & __ConstantHandle$views;
|
|
@@ -1078,7 +1081,7 @@ export interface __CustomAttributeHandle$views {
|
|
|
1078
1081
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeHandle>;
|
|
1079
1082
|
|
|
1080
1083
|
// Structural method bridges for numeric interface constraints
|
|
1081
|
-
|
|
1084
|
+
equals(other: CustomAttributeHandle): boolean;
|
|
1082
1085
|
}
|
|
1083
1086
|
|
|
1084
1087
|
export type CustomAttributeHandle = CustomAttributeHandle$instance & __CustomAttributeHandle$views;
|
|
@@ -1196,7 +1199,7 @@ export interface __CustomDebugInformationHandle$views {
|
|
|
1196
1199
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomDebugInformationHandle>;
|
|
1197
1200
|
|
|
1198
1201
|
// Structural method bridges for numeric interface constraints
|
|
1199
|
-
|
|
1202
|
+
equals(other: CustomDebugInformationHandle): boolean;
|
|
1200
1203
|
}
|
|
1201
1204
|
|
|
1202
1205
|
export type CustomDebugInformationHandle = CustomDebugInformationHandle$instance & __CustomDebugInformationHandle$views;
|
|
@@ -1273,7 +1276,7 @@ export interface __DeclarativeSecurityAttributeHandle$views {
|
|
|
1273
1276
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DeclarativeSecurityAttributeHandle>;
|
|
1274
1277
|
|
|
1275
1278
|
// Structural method bridges for numeric interface constraints
|
|
1276
|
-
|
|
1279
|
+
equals(other: DeclarativeSecurityAttributeHandle): boolean;
|
|
1277
1280
|
}
|
|
1278
1281
|
|
|
1279
1282
|
export type DeclarativeSecurityAttributeHandle = DeclarativeSecurityAttributeHandle$instance & __DeclarativeSecurityAttributeHandle$views;
|
|
@@ -1351,7 +1354,7 @@ export interface __DocumentHandle$views {
|
|
|
1351
1354
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DocumentHandle>;
|
|
1352
1355
|
|
|
1353
1356
|
// Structural method bridges for numeric interface constraints
|
|
1354
|
-
|
|
1357
|
+
equals(other: DocumentHandle): boolean;
|
|
1355
1358
|
}
|
|
1356
1359
|
|
|
1357
1360
|
export type DocumentHandle = DocumentHandle$instance & __DocumentHandle$views;
|
|
@@ -1414,7 +1417,7 @@ export interface __DocumentNameBlobHandle$views {
|
|
|
1414
1417
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DocumentNameBlobHandle>;
|
|
1415
1418
|
|
|
1416
1419
|
// Structural method bridges for numeric interface constraints
|
|
1417
|
-
|
|
1420
|
+
equals(other: DocumentNameBlobHandle): boolean;
|
|
1418
1421
|
}
|
|
1419
1422
|
|
|
1420
1423
|
export type DocumentNameBlobHandle = DocumentNameBlobHandle$instance & __DocumentNameBlobHandle$views;
|
|
@@ -1440,7 +1443,7 @@ export interface __EntityHandle$views {
|
|
|
1440
1443
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<EntityHandle>;
|
|
1441
1444
|
|
|
1442
1445
|
// Structural method bridges for numeric interface constraints
|
|
1443
|
-
|
|
1446
|
+
equals(other: EntityHandle): boolean;
|
|
1444
1447
|
}
|
|
1445
1448
|
|
|
1446
1449
|
export type EntityHandle = EntityHandle$instance & __EntityHandle$views;
|
|
@@ -1495,7 +1498,7 @@ export interface __EventDefinitionHandle$views {
|
|
|
1495
1498
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<EventDefinitionHandle>;
|
|
1496
1499
|
|
|
1497
1500
|
// Structural method bridges for numeric interface constraints
|
|
1498
|
-
|
|
1501
|
+
equals(other: EventDefinitionHandle): boolean;
|
|
1499
1502
|
}
|
|
1500
1503
|
|
|
1501
1504
|
export type EventDefinitionHandle = EventDefinitionHandle$instance & __EventDefinitionHandle$views;
|
|
@@ -1594,7 +1597,7 @@ export interface __ExportedTypeHandle$views {
|
|
|
1594
1597
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ExportedTypeHandle>;
|
|
1595
1598
|
|
|
1596
1599
|
// Structural method bridges for numeric interface constraints
|
|
1597
|
-
|
|
1600
|
+
equals(other: ExportedTypeHandle): boolean;
|
|
1598
1601
|
}
|
|
1599
1602
|
|
|
1600
1603
|
export type ExportedTypeHandle = ExportedTypeHandle$instance & __ExportedTypeHandle$views;
|
|
@@ -1678,7 +1681,7 @@ export interface __FieldDefinitionHandle$views {
|
|
|
1678
1681
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<FieldDefinitionHandle>;
|
|
1679
1682
|
|
|
1680
1683
|
// Structural method bridges for numeric interface constraints
|
|
1681
|
-
|
|
1684
|
+
equals(other: FieldDefinitionHandle): boolean;
|
|
1682
1685
|
}
|
|
1683
1686
|
|
|
1684
1687
|
export type FieldDefinitionHandle = FieldDefinitionHandle$instance & __FieldDefinitionHandle$views;
|
|
@@ -1772,7 +1775,7 @@ export interface __GenericParameterConstraintHandle$views {
|
|
|
1772
1775
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GenericParameterConstraintHandle>;
|
|
1773
1776
|
|
|
1774
1777
|
// Structural method bridges for numeric interface constraints
|
|
1775
|
-
|
|
1778
|
+
equals(other: GenericParameterConstraintHandle): boolean;
|
|
1776
1779
|
}
|
|
1777
1780
|
|
|
1778
1781
|
export type GenericParameterConstraintHandle = GenericParameterConstraintHandle$instance & __GenericParameterConstraintHandle$views;
|
|
@@ -1836,7 +1839,7 @@ export interface __GenericParameterHandle$views {
|
|
|
1836
1839
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GenericParameterHandle>;
|
|
1837
1840
|
|
|
1838
1841
|
// Structural method bridges for numeric interface constraints
|
|
1839
|
-
|
|
1842
|
+
equals(other: GenericParameterHandle): boolean;
|
|
1840
1843
|
}
|
|
1841
1844
|
|
|
1842
1845
|
export type GenericParameterHandle = GenericParameterHandle$instance & __GenericParameterHandle$views;
|
|
@@ -1900,7 +1903,7 @@ export interface __GuidHandle$views {
|
|
|
1900
1903
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GuidHandle>;
|
|
1901
1904
|
|
|
1902
1905
|
// Structural method bridges for numeric interface constraints
|
|
1903
|
-
|
|
1906
|
+
equals(other: GuidHandle): boolean;
|
|
1904
1907
|
}
|
|
1905
1908
|
|
|
1906
1909
|
export type GuidHandle = GuidHandle$instance & __GuidHandle$views;
|
|
@@ -1926,7 +1929,7 @@ export interface __Handle$views {
|
|
|
1926
1929
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Handle>;
|
|
1927
1930
|
|
|
1928
1931
|
// Structural method bridges for numeric interface constraints
|
|
1929
|
-
|
|
1932
|
+
equals(other: Handle): boolean;
|
|
1930
1933
|
}
|
|
1931
1934
|
|
|
1932
1935
|
export type Handle = Handle$instance & __Handle$views;
|
|
@@ -2058,7 +2061,7 @@ export interface __ImportScopeHandle$views {
|
|
|
2058
2061
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ImportScopeHandle>;
|
|
2059
2062
|
|
|
2060
2063
|
// Structural method bridges for numeric interface constraints
|
|
2061
|
-
|
|
2064
|
+
equals(other: ImportScopeHandle): boolean;
|
|
2062
2065
|
}
|
|
2063
2066
|
|
|
2064
2067
|
export type ImportScopeHandle = ImportScopeHandle$instance & __ImportScopeHandle$views;
|
|
@@ -2094,7 +2097,7 @@ export interface __InterfaceImplementationHandle$views {
|
|
|
2094
2097
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<InterfaceImplementationHandle>;
|
|
2095
2098
|
|
|
2096
2099
|
// Structural method bridges for numeric interface constraints
|
|
2097
|
-
|
|
2100
|
+
equals(other: InterfaceImplementationHandle): boolean;
|
|
2098
2101
|
}
|
|
2099
2102
|
|
|
2100
2103
|
export type InterfaceImplementationHandle = InterfaceImplementationHandle$instance & __InterfaceImplementationHandle$views;
|
|
@@ -2170,7 +2173,7 @@ export interface __LocalConstantHandle$views {
|
|
|
2170
2173
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalConstantHandle>;
|
|
2171
2174
|
|
|
2172
2175
|
// Structural method bridges for numeric interface constraints
|
|
2173
|
-
|
|
2176
|
+
equals(other: LocalConstantHandle): boolean;
|
|
2174
2177
|
}
|
|
2175
2178
|
|
|
2176
2179
|
export type LocalConstantHandle = LocalConstantHandle$instance & __LocalConstantHandle$views;
|
|
@@ -2252,7 +2255,7 @@ export interface __LocalScopeHandle$views {
|
|
|
2252
2255
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalScopeHandle>;
|
|
2253
2256
|
|
|
2254
2257
|
// Structural method bridges for numeric interface constraints
|
|
2255
|
-
|
|
2258
|
+
equals(other: LocalScopeHandle): boolean;
|
|
2256
2259
|
}
|
|
2257
2260
|
|
|
2258
2261
|
export type LocalScopeHandle = LocalScopeHandle$instance & __LocalScopeHandle$views;
|
|
@@ -2349,7 +2352,7 @@ export interface __LocalVariableHandle$views {
|
|
|
2349
2352
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalVariableHandle>;
|
|
2350
2353
|
|
|
2351
2354
|
// Structural method bridges for numeric interface constraints
|
|
2352
|
-
|
|
2355
|
+
equals(other: LocalVariableHandle): boolean;
|
|
2353
2356
|
}
|
|
2354
2357
|
|
|
2355
2358
|
export type LocalVariableHandle = LocalVariableHandle$instance & __LocalVariableHandle$views;
|
|
@@ -2428,7 +2431,7 @@ export interface __ManifestResourceHandle$views {
|
|
|
2428
2431
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ManifestResourceHandle>;
|
|
2429
2432
|
|
|
2430
2433
|
// Structural method bridges for numeric interface constraints
|
|
2431
|
-
|
|
2434
|
+
equals(other: ManifestResourceHandle): boolean;
|
|
2432
2435
|
}
|
|
2433
2436
|
|
|
2434
2437
|
export type ManifestResourceHandle = ManifestResourceHandle$instance & __ManifestResourceHandle$views;
|
|
@@ -2509,7 +2512,7 @@ export interface __MemberReferenceHandle$views {
|
|
|
2509
2512
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MemberReferenceHandle>;
|
|
2510
2513
|
|
|
2511
2514
|
// Structural method bridges for numeric interface constraints
|
|
2512
|
-
|
|
2515
|
+
equals(other: MemberReferenceHandle): boolean;
|
|
2513
2516
|
}
|
|
2514
2517
|
|
|
2515
2518
|
export type MemberReferenceHandle = MemberReferenceHandle$instance & __MemberReferenceHandle$views;
|
|
@@ -2608,7 +2611,7 @@ export interface __MethodDebugInformationHandle$views {
|
|
|
2608
2611
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodDebugInformationHandle>;
|
|
2609
2612
|
|
|
2610
2613
|
// Structural method bridges for numeric interface constraints
|
|
2611
|
-
|
|
2614
|
+
equals(other: MethodDebugInformationHandle): boolean;
|
|
2612
2615
|
}
|
|
2613
2616
|
|
|
2614
2617
|
export type MethodDebugInformationHandle = MethodDebugInformationHandle$instance & __MethodDebugInformationHandle$views;
|
|
@@ -2695,7 +2698,7 @@ export interface __MethodDefinitionHandle$views {
|
|
|
2695
2698
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodDefinitionHandle>;
|
|
2696
2699
|
|
|
2697
2700
|
// Structural method bridges for numeric interface constraints
|
|
2698
|
-
|
|
2701
|
+
equals(other: MethodDefinitionHandle): boolean;
|
|
2699
2702
|
}
|
|
2700
2703
|
|
|
2701
2704
|
export type MethodDefinitionHandle = MethodDefinitionHandle$instance & __MethodDefinitionHandle$views;
|
|
@@ -2773,7 +2776,7 @@ export interface __MethodImplementationHandle$views {
|
|
|
2773
2776
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodImplementationHandle>;
|
|
2774
2777
|
|
|
2775
2778
|
// Structural method bridges for numeric interface constraints
|
|
2776
|
-
|
|
2779
|
+
equals(other: MethodImplementationHandle): boolean;
|
|
2777
2780
|
}
|
|
2778
2781
|
|
|
2779
2782
|
export type MethodImplementationHandle = MethodImplementationHandle$instance & __MethodImplementationHandle$views;
|
|
@@ -2881,7 +2884,7 @@ export interface __MethodSpecificationHandle$views {
|
|
|
2881
2884
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodSpecificationHandle>;
|
|
2882
2885
|
|
|
2883
2886
|
// Structural method bridges for numeric interface constraints
|
|
2884
|
-
|
|
2887
|
+
equals(other: MethodSpecificationHandle): boolean;
|
|
2885
2888
|
}
|
|
2886
2889
|
|
|
2887
2890
|
export type MethodSpecificationHandle = MethodSpecificationHandle$instance & __MethodSpecificationHandle$views;
|
|
@@ -2921,7 +2924,7 @@ export interface __ModuleDefinitionHandle$views {
|
|
|
2921
2924
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ModuleDefinitionHandle>;
|
|
2922
2925
|
|
|
2923
2926
|
// Structural method bridges for numeric interface constraints
|
|
2924
|
-
|
|
2927
|
+
equals(other: ModuleDefinitionHandle): boolean;
|
|
2925
2928
|
}
|
|
2926
2929
|
|
|
2927
2930
|
export type ModuleDefinitionHandle = ModuleDefinitionHandle$instance & __ModuleDefinitionHandle$views;
|
|
@@ -2957,7 +2960,7 @@ export interface __ModuleReferenceHandle$views {
|
|
|
2957
2960
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ModuleReferenceHandle>;
|
|
2958
2961
|
|
|
2959
2962
|
// Structural method bridges for numeric interface constraints
|
|
2960
|
-
|
|
2963
|
+
equals(other: ModuleReferenceHandle): boolean;
|
|
2961
2964
|
}
|
|
2962
2965
|
|
|
2963
2966
|
export type ModuleReferenceHandle = ModuleReferenceHandle$instance & __ModuleReferenceHandle$views;
|
|
@@ -2996,7 +2999,7 @@ export interface __NamespaceDefinitionHandle$views {
|
|
|
2996
2999
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<NamespaceDefinitionHandle>;
|
|
2997
3000
|
|
|
2998
3001
|
// Structural method bridges for numeric interface constraints
|
|
2999
|
-
|
|
3002
|
+
equals(other: NamespaceDefinitionHandle): boolean;
|
|
3000
3003
|
}
|
|
3001
3004
|
|
|
3002
3005
|
export type NamespaceDefinitionHandle = NamespaceDefinitionHandle$instance & __NamespaceDefinitionHandle$views;
|
|
@@ -3036,7 +3039,7 @@ export interface __ParameterHandle$views {
|
|
|
3036
3039
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ParameterHandle>;
|
|
3037
3040
|
|
|
3038
3041
|
// Structural method bridges for numeric interface constraints
|
|
3039
|
-
|
|
3042
|
+
equals(other: ParameterHandle): boolean;
|
|
3040
3043
|
}
|
|
3041
3044
|
|
|
3042
3045
|
export type ParameterHandle = ParameterHandle$instance & __ParameterHandle$views;
|
|
@@ -3132,7 +3135,7 @@ export interface __PropertyDefinitionHandle$views {
|
|
|
3132
3135
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<PropertyDefinitionHandle>;
|
|
3133
3136
|
|
|
3134
3137
|
// Structural method bridges for numeric interface constraints
|
|
3135
|
-
|
|
3138
|
+
equals(other: PropertyDefinitionHandle): boolean;
|
|
3136
3139
|
}
|
|
3137
3140
|
|
|
3138
3141
|
export type PropertyDefinitionHandle = PropertyDefinitionHandle$instance & __PropertyDefinitionHandle$views;
|
|
@@ -3216,7 +3219,7 @@ export interface __SequencePoint$views {
|
|
|
3216
3219
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SequencePoint>;
|
|
3217
3220
|
|
|
3218
3221
|
// Structural method bridges for numeric interface constraints
|
|
3219
|
-
|
|
3222
|
+
equals(other: SequencePoint): boolean;
|
|
3220
3223
|
}
|
|
3221
3224
|
|
|
3222
3225
|
export type SequencePoint = SequencePoint$instance & __SequencePoint$views;
|
|
@@ -3287,7 +3290,7 @@ export interface __SignatureHeader$views {
|
|
|
3287
3290
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SignatureHeader>;
|
|
3288
3291
|
|
|
3289
3292
|
// Structural method bridges for numeric interface constraints
|
|
3290
|
-
|
|
3293
|
+
equals(other: SignatureHeader): boolean;
|
|
3291
3294
|
}
|
|
3292
3295
|
|
|
3293
3296
|
export type SignatureHeader = SignatureHeader$instance & __SignatureHeader$views;
|
|
@@ -3326,7 +3329,7 @@ export interface __StandaloneSignatureHandle$views {
|
|
|
3326
3329
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<StandaloneSignatureHandle>;
|
|
3327
3330
|
|
|
3328
3331
|
// Structural method bridges for numeric interface constraints
|
|
3329
|
-
|
|
3332
|
+
equals(other: StandaloneSignatureHandle): boolean;
|
|
3330
3333
|
}
|
|
3331
3334
|
|
|
3332
3335
|
export type StandaloneSignatureHandle = StandaloneSignatureHandle$instance & __StandaloneSignatureHandle$views;
|
|
@@ -3349,7 +3352,7 @@ export interface __StringHandle$views {
|
|
|
3349
3352
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<StringHandle>;
|
|
3350
3353
|
|
|
3351
3354
|
// Structural method bridges for numeric interface constraints
|
|
3352
|
-
|
|
3355
|
+
equals(other: StringHandle): boolean;
|
|
3353
3356
|
}
|
|
3354
3357
|
|
|
3355
3358
|
export type StringHandle = StringHandle$instance & __StringHandle$views;
|
|
@@ -3401,7 +3404,7 @@ export interface __TypeDefinitionHandle$views {
|
|
|
3401
3404
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeDefinitionHandle>;
|
|
3402
3405
|
|
|
3403
3406
|
// Structural method bridges for numeric interface constraints
|
|
3404
|
-
|
|
3407
|
+
equals(other: TypeDefinitionHandle): boolean;
|
|
3405
3408
|
}
|
|
3406
3409
|
|
|
3407
3410
|
export type TypeDefinitionHandle = TypeDefinitionHandle$instance & __TypeDefinitionHandle$views;
|
|
@@ -3492,7 +3495,7 @@ export interface __TypeReferenceHandle$views {
|
|
|
3492
3495
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeReferenceHandle>;
|
|
3493
3496
|
|
|
3494
3497
|
// Structural method bridges for numeric interface constraints
|
|
3495
|
-
|
|
3498
|
+
equals(other: TypeReferenceHandle): boolean;
|
|
3496
3499
|
}
|
|
3497
3500
|
|
|
3498
3501
|
export type TypeReferenceHandle = TypeReferenceHandle$instance & __TypeReferenceHandle$views;
|
|
@@ -3569,7 +3572,7 @@ export interface __TypeSpecificationHandle$views {
|
|
|
3569
3572
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeSpecificationHandle>;
|
|
3570
3573
|
|
|
3571
3574
|
// Structural method bridges for numeric interface constraints
|
|
3572
|
-
|
|
3575
|
+
equals(other: TypeSpecificationHandle): boolean;
|
|
3573
3576
|
}
|
|
3574
3577
|
|
|
3575
3578
|
export type TypeSpecificationHandle = TypeSpecificationHandle$instance & __TypeSpecificationHandle$views;
|
|
@@ -3592,7 +3595,7 @@ export interface __UserStringHandle$views {
|
|
|
3592
3595
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<UserStringHandle>;
|
|
3593
3596
|
|
|
3594
3597
|
// Structural method bridges for numeric interface constraints
|
|
3595
|
-
|
|
3598
|
+
equals(other: UserStringHandle): boolean;
|
|
3596
3599
|
}
|
|
3597
3600
|
|
|
3598
3601
|
export type UserStringHandle = UserStringHandle$instance & __UserStringHandle$views;
|
|
@@ -251,7 +251,7 @@ export interface __EditAndContinueLogEntry$views {
|
|
|
251
251
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<EditAndContinueLogEntry>;
|
|
252
252
|
|
|
253
253
|
// Structural method bridges for numeric interface constraints
|
|
254
|
-
|
|
254
|
+
equals(other: EditAndContinueLogEntry): boolean;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
export type EditAndContinueLogEntry = EditAndContinueLogEntry$instance & __EditAndContinueLogEntry$views;
|
|
@@ -373,7 +373,7 @@ export interface __LabelHandle$views {
|
|
|
373
373
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LabelHandle>;
|
|
374
374
|
|
|
375
375
|
// Structural method bridges for numeric interface constraints
|
|
376
|
-
|
|
376
|
+
equals(other: LabelHandle): boolean;
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
export type LabelHandle = LabelHandle$instance & __LabelHandle$views;
|