@tsonic/dotnet 0.7.3 → 0.7.6
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/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +46 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +65 -85
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +337 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +22 -47
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +77 -99
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +26 -51
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +5 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +83 -107
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +1 -26
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +608 -633
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +14 -39
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +142 -167
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +154 -179
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +10 -35
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -23,31 +23,6 @@ import type { Encoding } from "../../System.Text/internal/index.js";
|
|
|
23
23
|
import * as System_Internal from "../../System/internal/index.js";
|
|
24
24
|
import type { ArraySegment_1, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, Exception, Func_2, Guid, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, ReadOnlySpan_1, SByte, Single, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Version, Void } from "../../System/internal/index.js";
|
|
25
25
|
|
|
26
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
27
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
28
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
29
|
-
export type CLROf<T> =
|
|
30
|
-
T extends sbyte ? System_Internal.SByte :
|
|
31
|
-
T extends short ? System_Internal.Int16 :
|
|
32
|
-
T extends int ? System_Internal.Int32 :
|
|
33
|
-
T extends long ? System_Internal.Int64 :
|
|
34
|
-
T extends int128 ? System_Internal.Int128 :
|
|
35
|
-
T extends nint ? System_Internal.IntPtr :
|
|
36
|
-
T extends byte ? System_Internal.Byte :
|
|
37
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
38
|
-
T extends uint ? System_Internal.UInt32 :
|
|
39
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
40
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
41
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
42
|
-
T extends half ? System_Internal.Half :
|
|
43
|
-
T extends float ? System_Internal.Single :
|
|
44
|
-
T extends double ? System_Internal.Double :
|
|
45
|
-
T extends decimal ? System_Internal.Decimal :
|
|
46
|
-
T extends char ? System_Internal.Char :
|
|
47
|
-
T extends boolean ? System_Internal.Boolean :
|
|
48
|
-
T extends string ? System_Internal.String :
|
|
49
|
-
T; // Identity fallback for non-primitive types
|
|
50
|
-
|
|
51
26
|
export enum ConstantTypeCode {
|
|
52
27
|
invalid = 0,
|
|
53
28
|
boolean_ = 2,
|
|
@@ -532,6 +507,7 @@ export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayType
|
|
|
532
507
|
getArrayType(elementType: TType, shape: ArrayShape): TType;
|
|
533
508
|
getByReferenceType(elementType: TType): TType;
|
|
534
509
|
getGenericInstantiation(genericType: TType, typeArguments: ImmutableArray_1<TType>): TType;
|
|
510
|
+
getSZArrayType(elementType: TType): TType;
|
|
535
511
|
}
|
|
536
512
|
|
|
537
513
|
|
|
@@ -566,6 +542,8 @@ export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> exten
|
|
|
566
542
|
getTypeFromDefinition(reader: MetadataReader, handle: TypeDefinitionHandle, rawTypeKind: byte): TType;
|
|
567
543
|
getTypeFromReference(reader: MetadataReader, handle: TypeReferenceHandle, rawTypeKind: byte): TType;
|
|
568
544
|
getTypeFromSpecification(reader: MetadataReader, genericContext: TGenericContext, handle: TypeSpecificationHandle, rawTypeKind: byte): TType;
|
|
545
|
+
getByReferenceType(elementType: TType): TType;
|
|
546
|
+
getSZArrayType(elementType: TType): TType;
|
|
569
547
|
}
|
|
570
548
|
|
|
571
549
|
|
|
@@ -590,14 +568,14 @@ export interface ISZArrayTypeProvider_1$instance<TType> {
|
|
|
590
568
|
export type ISZArrayTypeProvider_1<TType> = ISZArrayTypeProvider_1$instance<TType>;
|
|
591
569
|
|
|
592
570
|
export interface ArrayShape$instance {
|
|
593
|
-
readonly lowerBounds: ImmutableArray_1<
|
|
571
|
+
readonly lowerBounds: ImmutableArray_1<System_Internal.Int32>;
|
|
594
572
|
readonly rank: int;
|
|
595
|
-
readonly sizes: ImmutableArray_1<
|
|
573
|
+
readonly sizes: ImmutableArray_1<System_Internal.Int32>;
|
|
596
574
|
}
|
|
597
575
|
|
|
598
576
|
|
|
599
577
|
export const ArrayShape: {
|
|
600
|
-
new(rank: int, sizes: ImmutableArray_1<
|
|
578
|
+
new(rank: int, sizes: ImmutableArray_1<System_Internal.Int32>, lowerBounds: ImmutableArray_1<System_Internal.Int32>): ArrayShape$instance;
|
|
601
579
|
};
|
|
602
580
|
|
|
603
581
|
|
|
@@ -641,7 +619,7 @@ export interface __AssemblyDefinitionHandle$views {
|
|
|
641
619
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyDefinitionHandle>;
|
|
642
620
|
|
|
643
621
|
// Structural method bridges for numeric interface constraints
|
|
644
|
-
|
|
622
|
+
equals(other: AssemblyDefinitionHandle): boolean;
|
|
645
623
|
}
|
|
646
624
|
|
|
647
625
|
export type AssemblyDefinitionHandle = AssemblyDefinitionHandle$instance & __AssemblyDefinitionHandle$views;
|
|
@@ -679,7 +657,7 @@ export interface __AssemblyFileHandle$views {
|
|
|
679
657
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyFileHandle>;
|
|
680
658
|
|
|
681
659
|
// Structural method bridges for numeric interface constraints
|
|
682
|
-
|
|
660
|
+
equals(other: AssemblyFileHandle): boolean;
|
|
683
661
|
}
|
|
684
662
|
|
|
685
663
|
export type AssemblyFileHandle = AssemblyFileHandle$instance & __AssemblyFileHandle$views;
|
|
@@ -762,7 +740,7 @@ export interface __AssemblyReferenceHandle$views {
|
|
|
762
740
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyReferenceHandle>;
|
|
763
741
|
|
|
764
742
|
// Structural method bridges for numeric interface constraints
|
|
765
|
-
|
|
743
|
+
equals(other: AssemblyReferenceHandle): boolean;
|
|
766
744
|
}
|
|
767
745
|
|
|
768
746
|
export type AssemblyReferenceHandle = AssemblyReferenceHandle$instance & __AssemblyReferenceHandle$views;
|
|
@@ -811,7 +789,7 @@ export type AssemblyReferenceHandleCollection_Enumerator = AssemblyReferenceHand
|
|
|
811
789
|
export interface Blob$instance {
|
|
812
790
|
readonly isDefault: boolean;
|
|
813
791
|
readonly length: int;
|
|
814
|
-
getBytes(): ArraySegment_1<
|
|
792
|
+
getBytes(): ArraySegment_1<System_Internal.Byte>;
|
|
815
793
|
}
|
|
816
794
|
|
|
817
795
|
|
|
@@ -858,10 +836,10 @@ export interface BlobContentId$instance {
|
|
|
858
836
|
|
|
859
837
|
export const BlobContentId: {
|
|
860
838
|
new(guid: Guid, stamp: uint): BlobContentId$instance;
|
|
861
|
-
new(id: ImmutableArray_1<
|
|
839
|
+
new(id: ImmutableArray_1<System_Internal.Byte>): BlobContentId$instance;
|
|
862
840
|
new(id: byte[]): BlobContentId$instance;
|
|
863
841
|
fromHash(hashCode: byte[]): BlobContentId;
|
|
864
|
-
fromHash(hashCode: ImmutableArray_1<
|
|
842
|
+
fromHash(hashCode: ImmutableArray_1<System_Internal.Byte>): BlobContentId;
|
|
865
843
|
getTimeBasedProvider(): Func_2<IEnumerable_1<Blob>, BlobContentId>;
|
|
866
844
|
};
|
|
867
845
|
|
|
@@ -870,7 +848,7 @@ export interface __BlobContentId$views {
|
|
|
870
848
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BlobContentId>;
|
|
871
849
|
|
|
872
850
|
// Structural method bridges for numeric interface constraints
|
|
873
|
-
|
|
851
|
+
equals(other: BlobContentId): boolean;
|
|
874
852
|
}
|
|
875
853
|
|
|
876
854
|
export type BlobContentId = BlobContentId$instance & __BlobContentId$views;
|
|
@@ -893,7 +871,7 @@ export interface __BlobHandle$views {
|
|
|
893
871
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BlobHandle>;
|
|
894
872
|
|
|
895
873
|
// Structural method bridges for numeric interface constraints
|
|
896
|
-
|
|
874
|
+
equals(other: BlobHandle): boolean;
|
|
897
875
|
}
|
|
898
876
|
|
|
899
877
|
export type BlobHandle = BlobHandle$instance & __BlobHandle$views;
|
|
@@ -936,8 +914,8 @@ export interface BlobReader$instance {
|
|
|
936
914
|
readUTF16(byteCount: int): string;
|
|
937
915
|
readUTF8(byteCount: int): string;
|
|
938
916
|
reset(): void;
|
|
939
|
-
tryReadCompressedInteger(value:
|
|
940
|
-
tryReadCompressedSignedInteger(value:
|
|
917
|
+
tryReadCompressedInteger(value: int): boolean;
|
|
918
|
+
tryReadCompressedSignedInteger(value: int): boolean;
|
|
941
919
|
}
|
|
942
920
|
|
|
943
921
|
|
|
@@ -959,16 +937,16 @@ export interface BlobWriter$instance {
|
|
|
959
937
|
padTo(offset: int): void;
|
|
960
938
|
toArray(): byte[];
|
|
961
939
|
toArray(start: int, byteCount: int): byte[];
|
|
962
|
-
toImmutableArray(): ImmutableArray_1<
|
|
963
|
-
toImmutableArray(start: int, byteCount: int): ImmutableArray_1<
|
|
940
|
+
toImmutableArray(): ImmutableArray_1<System_Internal.Byte>;
|
|
941
|
+
toImmutableArray(start: int, byteCount: int): ImmutableArray_1<System_Internal.Byte>;
|
|
964
942
|
writeBoolean(value: boolean): void;
|
|
965
943
|
writeByte(value: byte): void;
|
|
966
944
|
writeBytes(value: byte, byteCount: int): void;
|
|
967
945
|
writeBytes(buffer: ptr<byte>, byteCount: int): void;
|
|
968
946
|
writeBytes(source: BlobBuilder): void;
|
|
969
947
|
writeBytes(source: Stream, byteCount: int): int;
|
|
970
|
-
writeBytes(buffer: ImmutableArray_1<
|
|
971
|
-
writeBytes(buffer: ImmutableArray_1<
|
|
948
|
+
writeBytes(buffer: ImmutableArray_1<System_Internal.Byte>): void;
|
|
949
|
+
writeBytes(buffer: ImmutableArray_1<System_Internal.Byte>, start: int, byteCount: int): void;
|
|
972
950
|
writeBytes(buffer: byte[]): void;
|
|
973
951
|
writeBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
974
952
|
writeCompressedInteger(value: int): void;
|
|
@@ -1040,7 +1018,7 @@ export interface __ConstantHandle$views {
|
|
|
1040
1018
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ConstantHandle>;
|
|
1041
1019
|
|
|
1042
1020
|
// Structural method bridges for numeric interface constraints
|
|
1043
|
-
|
|
1021
|
+
equals(other: ConstantHandle): boolean;
|
|
1044
1022
|
}
|
|
1045
1023
|
|
|
1046
1024
|
export type ConstantHandle = ConstantHandle$instance & __ConstantHandle$views;
|
|
@@ -1078,7 +1056,7 @@ export interface __CustomAttributeHandle$views {
|
|
|
1078
1056
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeHandle>;
|
|
1079
1057
|
|
|
1080
1058
|
// Structural method bridges for numeric interface constraints
|
|
1081
|
-
|
|
1059
|
+
equals(other: CustomAttributeHandle): boolean;
|
|
1082
1060
|
}
|
|
1083
1061
|
|
|
1084
1062
|
export type CustomAttributeHandle = CustomAttributeHandle$instance & __CustomAttributeHandle$views;
|
|
@@ -1196,7 +1174,7 @@ export interface __CustomDebugInformationHandle$views {
|
|
|
1196
1174
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomDebugInformationHandle>;
|
|
1197
1175
|
|
|
1198
1176
|
// Structural method bridges for numeric interface constraints
|
|
1199
|
-
|
|
1177
|
+
equals(other: CustomDebugInformationHandle): boolean;
|
|
1200
1178
|
}
|
|
1201
1179
|
|
|
1202
1180
|
export type CustomDebugInformationHandle = CustomDebugInformationHandle$instance & __CustomDebugInformationHandle$views;
|
|
@@ -1273,7 +1251,7 @@ export interface __DeclarativeSecurityAttributeHandle$views {
|
|
|
1273
1251
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DeclarativeSecurityAttributeHandle>;
|
|
1274
1252
|
|
|
1275
1253
|
// Structural method bridges for numeric interface constraints
|
|
1276
|
-
|
|
1254
|
+
equals(other: DeclarativeSecurityAttributeHandle): boolean;
|
|
1277
1255
|
}
|
|
1278
1256
|
|
|
1279
1257
|
export type DeclarativeSecurityAttributeHandle = DeclarativeSecurityAttributeHandle$instance & __DeclarativeSecurityAttributeHandle$views;
|
|
@@ -1351,7 +1329,7 @@ export interface __DocumentHandle$views {
|
|
|
1351
1329
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DocumentHandle>;
|
|
1352
1330
|
|
|
1353
1331
|
// Structural method bridges for numeric interface constraints
|
|
1354
|
-
|
|
1332
|
+
equals(other: DocumentHandle): boolean;
|
|
1355
1333
|
}
|
|
1356
1334
|
|
|
1357
1335
|
export type DocumentHandle = DocumentHandle$instance & __DocumentHandle$views;
|
|
@@ -1414,7 +1392,7 @@ export interface __DocumentNameBlobHandle$views {
|
|
|
1414
1392
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DocumentNameBlobHandle>;
|
|
1415
1393
|
|
|
1416
1394
|
// Structural method bridges for numeric interface constraints
|
|
1417
|
-
|
|
1395
|
+
equals(other: DocumentNameBlobHandle): boolean;
|
|
1418
1396
|
}
|
|
1419
1397
|
|
|
1420
1398
|
export type DocumentNameBlobHandle = DocumentNameBlobHandle$instance & __DocumentNameBlobHandle$views;
|
|
@@ -1440,7 +1418,7 @@ export interface __EntityHandle$views {
|
|
|
1440
1418
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<EntityHandle>;
|
|
1441
1419
|
|
|
1442
1420
|
// Structural method bridges for numeric interface constraints
|
|
1443
|
-
|
|
1421
|
+
equals(other: EntityHandle): boolean;
|
|
1444
1422
|
}
|
|
1445
1423
|
|
|
1446
1424
|
export type EntityHandle = EntityHandle$instance & __EntityHandle$views;
|
|
@@ -1495,7 +1473,7 @@ export interface __EventDefinitionHandle$views {
|
|
|
1495
1473
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<EventDefinitionHandle>;
|
|
1496
1474
|
|
|
1497
1475
|
// Structural method bridges for numeric interface constraints
|
|
1498
|
-
|
|
1476
|
+
equals(other: EventDefinitionHandle): boolean;
|
|
1499
1477
|
}
|
|
1500
1478
|
|
|
1501
1479
|
export type EventDefinitionHandle = EventDefinitionHandle$instance & __EventDefinitionHandle$views;
|
|
@@ -1594,7 +1572,7 @@ export interface __ExportedTypeHandle$views {
|
|
|
1594
1572
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ExportedTypeHandle>;
|
|
1595
1573
|
|
|
1596
1574
|
// Structural method bridges for numeric interface constraints
|
|
1597
|
-
|
|
1575
|
+
equals(other: ExportedTypeHandle): boolean;
|
|
1598
1576
|
}
|
|
1599
1577
|
|
|
1600
1578
|
export type ExportedTypeHandle = ExportedTypeHandle$instance & __ExportedTypeHandle$views;
|
|
@@ -1678,7 +1656,7 @@ export interface __FieldDefinitionHandle$views {
|
|
|
1678
1656
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<FieldDefinitionHandle>;
|
|
1679
1657
|
|
|
1680
1658
|
// Structural method bridges for numeric interface constraints
|
|
1681
|
-
|
|
1659
|
+
equals(other: FieldDefinitionHandle): boolean;
|
|
1682
1660
|
}
|
|
1683
1661
|
|
|
1684
1662
|
export type FieldDefinitionHandle = FieldDefinitionHandle$instance & __FieldDefinitionHandle$views;
|
|
@@ -1772,7 +1750,7 @@ export interface __GenericParameterConstraintHandle$views {
|
|
|
1772
1750
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GenericParameterConstraintHandle>;
|
|
1773
1751
|
|
|
1774
1752
|
// Structural method bridges for numeric interface constraints
|
|
1775
|
-
|
|
1753
|
+
equals(other: GenericParameterConstraintHandle): boolean;
|
|
1776
1754
|
}
|
|
1777
1755
|
|
|
1778
1756
|
export type GenericParameterConstraintHandle = GenericParameterConstraintHandle$instance & __GenericParameterConstraintHandle$views;
|
|
@@ -1836,7 +1814,7 @@ export interface __GenericParameterHandle$views {
|
|
|
1836
1814
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GenericParameterHandle>;
|
|
1837
1815
|
|
|
1838
1816
|
// Structural method bridges for numeric interface constraints
|
|
1839
|
-
|
|
1817
|
+
equals(other: GenericParameterHandle): boolean;
|
|
1840
1818
|
}
|
|
1841
1819
|
|
|
1842
1820
|
export type GenericParameterHandle = GenericParameterHandle$instance & __GenericParameterHandle$views;
|
|
@@ -1900,7 +1878,7 @@ export interface __GuidHandle$views {
|
|
|
1900
1878
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GuidHandle>;
|
|
1901
1879
|
|
|
1902
1880
|
// Structural method bridges for numeric interface constraints
|
|
1903
|
-
|
|
1881
|
+
equals(other: GuidHandle): boolean;
|
|
1904
1882
|
}
|
|
1905
1883
|
|
|
1906
1884
|
export type GuidHandle = GuidHandle$instance & __GuidHandle$views;
|
|
@@ -1926,7 +1904,7 @@ export interface __Handle$views {
|
|
|
1926
1904
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Handle>;
|
|
1927
1905
|
|
|
1928
1906
|
// Structural method bridges for numeric interface constraints
|
|
1929
|
-
|
|
1907
|
+
equals(other: Handle): boolean;
|
|
1930
1908
|
}
|
|
1931
1909
|
|
|
1932
1910
|
export type Handle = Handle$instance & __Handle$views;
|
|
@@ -2058,7 +2036,7 @@ export interface __ImportScopeHandle$views {
|
|
|
2058
2036
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ImportScopeHandle>;
|
|
2059
2037
|
|
|
2060
2038
|
// Structural method bridges for numeric interface constraints
|
|
2061
|
-
|
|
2039
|
+
equals(other: ImportScopeHandle): boolean;
|
|
2062
2040
|
}
|
|
2063
2041
|
|
|
2064
2042
|
export type ImportScopeHandle = ImportScopeHandle$instance & __ImportScopeHandle$views;
|
|
@@ -2094,7 +2072,7 @@ export interface __InterfaceImplementationHandle$views {
|
|
|
2094
2072
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<InterfaceImplementationHandle>;
|
|
2095
2073
|
|
|
2096
2074
|
// Structural method bridges for numeric interface constraints
|
|
2097
|
-
|
|
2075
|
+
equals(other: InterfaceImplementationHandle): boolean;
|
|
2098
2076
|
}
|
|
2099
2077
|
|
|
2100
2078
|
export type InterfaceImplementationHandle = InterfaceImplementationHandle$instance & __InterfaceImplementationHandle$views;
|
|
@@ -2170,7 +2148,7 @@ export interface __LocalConstantHandle$views {
|
|
|
2170
2148
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalConstantHandle>;
|
|
2171
2149
|
|
|
2172
2150
|
// Structural method bridges for numeric interface constraints
|
|
2173
|
-
|
|
2151
|
+
equals(other: LocalConstantHandle): boolean;
|
|
2174
2152
|
}
|
|
2175
2153
|
|
|
2176
2154
|
export type LocalConstantHandle = LocalConstantHandle$instance & __LocalConstantHandle$views;
|
|
@@ -2252,7 +2230,7 @@ export interface __LocalScopeHandle$views {
|
|
|
2252
2230
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalScopeHandle>;
|
|
2253
2231
|
|
|
2254
2232
|
// Structural method bridges for numeric interface constraints
|
|
2255
|
-
|
|
2233
|
+
equals(other: LocalScopeHandle): boolean;
|
|
2256
2234
|
}
|
|
2257
2235
|
|
|
2258
2236
|
export type LocalScopeHandle = LocalScopeHandle$instance & __LocalScopeHandle$views;
|
|
@@ -2349,7 +2327,7 @@ export interface __LocalVariableHandle$views {
|
|
|
2349
2327
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalVariableHandle>;
|
|
2350
2328
|
|
|
2351
2329
|
// Structural method bridges for numeric interface constraints
|
|
2352
|
-
|
|
2330
|
+
equals(other: LocalVariableHandle): boolean;
|
|
2353
2331
|
}
|
|
2354
2332
|
|
|
2355
2333
|
export type LocalVariableHandle = LocalVariableHandle$instance & __LocalVariableHandle$views;
|
|
@@ -2428,7 +2406,7 @@ export interface __ManifestResourceHandle$views {
|
|
|
2428
2406
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ManifestResourceHandle>;
|
|
2429
2407
|
|
|
2430
2408
|
// Structural method bridges for numeric interface constraints
|
|
2431
|
-
|
|
2409
|
+
equals(other: ManifestResourceHandle): boolean;
|
|
2432
2410
|
}
|
|
2433
2411
|
|
|
2434
2412
|
export type ManifestResourceHandle = ManifestResourceHandle$instance & __ManifestResourceHandle$views;
|
|
@@ -2509,7 +2487,7 @@ export interface __MemberReferenceHandle$views {
|
|
|
2509
2487
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MemberReferenceHandle>;
|
|
2510
2488
|
|
|
2511
2489
|
// Structural method bridges for numeric interface constraints
|
|
2512
|
-
|
|
2490
|
+
equals(other: MemberReferenceHandle): boolean;
|
|
2513
2491
|
}
|
|
2514
2492
|
|
|
2515
2493
|
export type MemberReferenceHandle = MemberReferenceHandle$instance & __MemberReferenceHandle$views;
|
|
@@ -2608,7 +2586,7 @@ export interface __MethodDebugInformationHandle$views {
|
|
|
2608
2586
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodDebugInformationHandle>;
|
|
2609
2587
|
|
|
2610
2588
|
// Structural method bridges for numeric interface constraints
|
|
2611
|
-
|
|
2589
|
+
equals(other: MethodDebugInformationHandle): boolean;
|
|
2612
2590
|
}
|
|
2613
2591
|
|
|
2614
2592
|
export type MethodDebugInformationHandle = MethodDebugInformationHandle$instance & __MethodDebugInformationHandle$views;
|
|
@@ -2695,7 +2673,7 @@ export interface __MethodDefinitionHandle$views {
|
|
|
2695
2673
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodDefinitionHandle>;
|
|
2696
2674
|
|
|
2697
2675
|
// Structural method bridges for numeric interface constraints
|
|
2698
|
-
|
|
2676
|
+
equals(other: MethodDefinitionHandle): boolean;
|
|
2699
2677
|
}
|
|
2700
2678
|
|
|
2701
2679
|
export type MethodDefinitionHandle = MethodDefinitionHandle$instance & __MethodDefinitionHandle$views;
|
|
@@ -2773,7 +2751,7 @@ export interface __MethodImplementationHandle$views {
|
|
|
2773
2751
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodImplementationHandle>;
|
|
2774
2752
|
|
|
2775
2753
|
// Structural method bridges for numeric interface constraints
|
|
2776
|
-
|
|
2754
|
+
equals(other: MethodImplementationHandle): boolean;
|
|
2777
2755
|
}
|
|
2778
2756
|
|
|
2779
2757
|
export type MethodImplementationHandle = MethodImplementationHandle$instance & __MethodImplementationHandle$views;
|
|
@@ -2881,7 +2859,7 @@ export interface __MethodSpecificationHandle$views {
|
|
|
2881
2859
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodSpecificationHandle>;
|
|
2882
2860
|
|
|
2883
2861
|
// Structural method bridges for numeric interface constraints
|
|
2884
|
-
|
|
2862
|
+
equals(other: MethodSpecificationHandle): boolean;
|
|
2885
2863
|
}
|
|
2886
2864
|
|
|
2887
2865
|
export type MethodSpecificationHandle = MethodSpecificationHandle$instance & __MethodSpecificationHandle$views;
|
|
@@ -2921,7 +2899,7 @@ export interface __ModuleDefinitionHandle$views {
|
|
|
2921
2899
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ModuleDefinitionHandle>;
|
|
2922
2900
|
|
|
2923
2901
|
// Structural method bridges for numeric interface constraints
|
|
2924
|
-
|
|
2902
|
+
equals(other: ModuleDefinitionHandle): boolean;
|
|
2925
2903
|
}
|
|
2926
2904
|
|
|
2927
2905
|
export type ModuleDefinitionHandle = ModuleDefinitionHandle$instance & __ModuleDefinitionHandle$views;
|
|
@@ -2957,7 +2935,7 @@ export interface __ModuleReferenceHandle$views {
|
|
|
2957
2935
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ModuleReferenceHandle>;
|
|
2958
2936
|
|
|
2959
2937
|
// Structural method bridges for numeric interface constraints
|
|
2960
|
-
|
|
2938
|
+
equals(other: ModuleReferenceHandle): boolean;
|
|
2961
2939
|
}
|
|
2962
2940
|
|
|
2963
2941
|
export type ModuleReferenceHandle = ModuleReferenceHandle$instance & __ModuleReferenceHandle$views;
|
|
@@ -2996,7 +2974,7 @@ export interface __NamespaceDefinitionHandle$views {
|
|
|
2996
2974
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<NamespaceDefinitionHandle>;
|
|
2997
2975
|
|
|
2998
2976
|
// Structural method bridges for numeric interface constraints
|
|
2999
|
-
|
|
2977
|
+
equals(other: NamespaceDefinitionHandle): boolean;
|
|
3000
2978
|
}
|
|
3001
2979
|
|
|
3002
2980
|
export type NamespaceDefinitionHandle = NamespaceDefinitionHandle$instance & __NamespaceDefinitionHandle$views;
|
|
@@ -3036,7 +3014,7 @@ export interface __ParameterHandle$views {
|
|
|
3036
3014
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ParameterHandle>;
|
|
3037
3015
|
|
|
3038
3016
|
// Structural method bridges for numeric interface constraints
|
|
3039
|
-
|
|
3017
|
+
equals(other: ParameterHandle): boolean;
|
|
3040
3018
|
}
|
|
3041
3019
|
|
|
3042
3020
|
export type ParameterHandle = ParameterHandle$instance & __ParameterHandle$views;
|
|
@@ -3132,7 +3110,7 @@ export interface __PropertyDefinitionHandle$views {
|
|
|
3132
3110
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<PropertyDefinitionHandle>;
|
|
3133
3111
|
|
|
3134
3112
|
// Structural method bridges for numeric interface constraints
|
|
3135
|
-
|
|
3113
|
+
equals(other: PropertyDefinitionHandle): boolean;
|
|
3136
3114
|
}
|
|
3137
3115
|
|
|
3138
3116
|
export type PropertyDefinitionHandle = PropertyDefinitionHandle$instance & __PropertyDefinitionHandle$views;
|
|
@@ -3216,7 +3194,7 @@ export interface __SequencePoint$views {
|
|
|
3216
3194
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SequencePoint>;
|
|
3217
3195
|
|
|
3218
3196
|
// Structural method bridges for numeric interface constraints
|
|
3219
|
-
|
|
3197
|
+
equals(other: SequencePoint): boolean;
|
|
3220
3198
|
}
|
|
3221
3199
|
|
|
3222
3200
|
export type SequencePoint = SequencePoint$instance & __SequencePoint$views;
|
|
@@ -3287,7 +3265,7 @@ export interface __SignatureHeader$views {
|
|
|
3287
3265
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SignatureHeader>;
|
|
3288
3266
|
|
|
3289
3267
|
// Structural method bridges for numeric interface constraints
|
|
3290
|
-
|
|
3268
|
+
equals(other: SignatureHeader): boolean;
|
|
3291
3269
|
}
|
|
3292
3270
|
|
|
3293
3271
|
export type SignatureHeader = SignatureHeader$instance & __SignatureHeader$views;
|
|
@@ -3326,7 +3304,7 @@ export interface __StandaloneSignatureHandle$views {
|
|
|
3326
3304
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<StandaloneSignatureHandle>;
|
|
3327
3305
|
|
|
3328
3306
|
// Structural method bridges for numeric interface constraints
|
|
3329
|
-
|
|
3307
|
+
equals(other: StandaloneSignatureHandle): boolean;
|
|
3330
3308
|
}
|
|
3331
3309
|
|
|
3332
3310
|
export type StandaloneSignatureHandle = StandaloneSignatureHandle$instance & __StandaloneSignatureHandle$views;
|
|
@@ -3349,7 +3327,7 @@ export interface __StringHandle$views {
|
|
|
3349
3327
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<StringHandle>;
|
|
3350
3328
|
|
|
3351
3329
|
// Structural method bridges for numeric interface constraints
|
|
3352
|
-
|
|
3330
|
+
equals(other: StringHandle): boolean;
|
|
3353
3331
|
}
|
|
3354
3332
|
|
|
3355
3333
|
export type StringHandle = StringHandle$instance & __StringHandle$views;
|
|
@@ -3401,7 +3379,7 @@ export interface __TypeDefinitionHandle$views {
|
|
|
3401
3379
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeDefinitionHandle>;
|
|
3402
3380
|
|
|
3403
3381
|
// Structural method bridges for numeric interface constraints
|
|
3404
|
-
|
|
3382
|
+
equals(other: TypeDefinitionHandle): boolean;
|
|
3405
3383
|
}
|
|
3406
3384
|
|
|
3407
3385
|
export type TypeDefinitionHandle = TypeDefinitionHandle$instance & __TypeDefinitionHandle$views;
|
|
@@ -3492,7 +3470,7 @@ export interface __TypeReferenceHandle$views {
|
|
|
3492
3470
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeReferenceHandle>;
|
|
3493
3471
|
|
|
3494
3472
|
// Structural method bridges for numeric interface constraints
|
|
3495
|
-
|
|
3473
|
+
equals(other: TypeReferenceHandle): boolean;
|
|
3496
3474
|
}
|
|
3497
3475
|
|
|
3498
3476
|
export type TypeReferenceHandle = TypeReferenceHandle$instance & __TypeReferenceHandle$views;
|
|
@@ -3569,7 +3547,7 @@ export interface __TypeSpecificationHandle$views {
|
|
|
3569
3547
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeSpecificationHandle>;
|
|
3570
3548
|
|
|
3571
3549
|
// Structural method bridges for numeric interface constraints
|
|
3572
|
-
|
|
3550
|
+
equals(other: TypeSpecificationHandle): boolean;
|
|
3573
3551
|
}
|
|
3574
3552
|
|
|
3575
3553
|
export type TypeSpecificationHandle = TypeSpecificationHandle$instance & __TypeSpecificationHandle$views;
|
|
@@ -3592,7 +3570,7 @@ export interface __UserStringHandle$views {
|
|
|
3592
3570
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<UserStringHandle>;
|
|
3593
3571
|
|
|
3594
3572
|
// Structural method bridges for numeric interface constraints
|
|
3595
|
-
|
|
3573
|
+
equals(other: UserStringHandle): boolean;
|
|
3596
3574
|
}
|
|
3597
3575
|
|
|
3598
3576
|
export type UserStringHandle = UserStringHandle$instance & __UserStringHandle$views;
|
|
@@ -3603,16 +3581,16 @@ export interface AssemblyNameInfo$instance {
|
|
|
3603
3581
|
readonly flags: AssemblyNameFlags;
|
|
3604
3582
|
readonly fullName: string;
|
|
3605
3583
|
readonly name: string;
|
|
3606
|
-
readonly publicKeyOrToken: ImmutableArray_1<
|
|
3584
|
+
readonly publicKeyOrToken: ImmutableArray_1<System_Internal.Byte>;
|
|
3607
3585
|
readonly version: Version;
|
|
3608
3586
|
toAssemblyName(): AssemblyName;
|
|
3609
3587
|
}
|
|
3610
3588
|
|
|
3611
3589
|
|
|
3612
3590
|
export const AssemblyNameInfo: {
|
|
3613
|
-
new(name: string, version: Version, cultureName: string, flags: AssemblyNameFlags, publicKeyOrToken: ImmutableArray_1<
|
|
3614
|
-
parse(assemblyName: ReadOnlySpan_1<
|
|
3615
|
-
tryParse(assemblyName: ReadOnlySpan_1<
|
|
3591
|
+
new(name: string, version: Version, cultureName: string, flags: AssemblyNameFlags, publicKeyOrToken: ImmutableArray_1<System_Internal.Byte>): AssemblyNameInfo$instance;
|
|
3592
|
+
parse(assemblyName: ReadOnlySpan_1<System_Internal.Char>): AssemblyNameInfo;
|
|
3593
|
+
tryParse(assemblyName: ReadOnlySpan_1<System_Internal.Char>, result: AssemblyNameInfo): boolean;
|
|
3616
3594
|
};
|
|
3617
3595
|
|
|
3618
3596
|
|
|
@@ -3630,22 +3608,22 @@ export interface BlobBuilder$instance {
|
|
|
3630
3608
|
reserveBytes(byteCount: int): Blob;
|
|
3631
3609
|
toArray(): byte[];
|
|
3632
3610
|
toArray(start: int, byteCount: int): byte[];
|
|
3633
|
-
toImmutableArray(): ImmutableArray_1<
|
|
3634
|
-
toImmutableArray(start: int, byteCount: int): ImmutableArray_1<
|
|
3611
|
+
toImmutableArray(): ImmutableArray_1<System_Internal.Byte>;
|
|
3612
|
+
toImmutableArray(start: int, byteCount: int): ImmutableArray_1<System_Internal.Byte>;
|
|
3635
3613
|
tryWriteBytes(source: Stream, byteCount: int): int;
|
|
3636
3614
|
writeBoolean(value: boolean): void;
|
|
3637
3615
|
writeByte(value: byte): void;
|
|
3638
3616
|
writeBytes(value: byte, byteCount: int): void;
|
|
3639
3617
|
writeBytes(buffer: ptr<byte>, byteCount: int): void;
|
|
3640
|
-
writeBytes(buffer: ImmutableArray_1<
|
|
3641
|
-
writeBytes(buffer: ImmutableArray_1<
|
|
3618
|
+
writeBytes(buffer: ImmutableArray_1<System_Internal.Byte>): void;
|
|
3619
|
+
writeBytes(buffer: ImmutableArray_1<System_Internal.Byte>, start: int, byteCount: int): void;
|
|
3642
3620
|
writeBytes(buffer: byte[]): void;
|
|
3643
3621
|
writeBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
3644
3622
|
writeCompressedInteger(value: int): void;
|
|
3645
3623
|
writeCompressedSignedInteger(value: int): void;
|
|
3646
3624
|
writeConstant(value: unknown): void;
|
|
3647
3625
|
writeContentTo(destination: Stream): void;
|
|
3648
|
-
writeContentTo(destination:
|
|
3626
|
+
writeContentTo(destination: BlobWriter): void;
|
|
3649
3627
|
writeContentTo(destination: BlobBuilder): void;
|
|
3650
3628
|
writeDateTime(value: DateTime): void;
|
|
3651
3629
|
writeDecimal(value: decimal): void;
|
|
@@ -3681,7 +3659,7 @@ export type BlobBuilder = BlobBuilder$instance;
|
|
|
3681
3659
|
|
|
3682
3660
|
export interface DebugMetadataHeader$instance {
|
|
3683
3661
|
readonly entryPoint: MethodDefinitionHandle;
|
|
3684
|
-
readonly id: ImmutableArray_1<
|
|
3662
|
+
readonly id: ImmutableArray_1<System_Internal.Byte>;
|
|
3685
3663
|
readonly idStartOffset: int;
|
|
3686
3664
|
}
|
|
3687
3665
|
|
|
@@ -3772,7 +3750,7 @@ export interface MetadataReader$instance {
|
|
|
3772
3750
|
getAssemblyFile(handle: AssemblyFileHandle): AssemblyFile;
|
|
3773
3751
|
getAssemblyReference(handle: AssemblyReferenceHandle): AssemblyReference;
|
|
3774
3752
|
getBlobBytes(handle: BlobHandle): byte[];
|
|
3775
|
-
getBlobContent(handle: BlobHandle): ImmutableArray_1<
|
|
3753
|
+
getBlobContent(handle: BlobHandle): ImmutableArray_1<System_Internal.Byte>;
|
|
3776
3754
|
getBlobReader(handle: BlobHandle): BlobReader;
|
|
3777
3755
|
getBlobReader(handle: StringHandle): BlobReader;
|
|
3778
3756
|
getConstant(handle: ConstantHandle): Constant;
|
|
@@ -3838,10 +3816,10 @@ export interface MetadataReaderProvider$instance {
|
|
|
3838
3816
|
export const MetadataReaderProvider: {
|
|
3839
3817
|
new(): MetadataReaderProvider$instance;
|
|
3840
3818
|
fromMetadataImage(start: ptr<byte>, size: int): MetadataReaderProvider;
|
|
3841
|
-
fromMetadataImage(image: ImmutableArray_1<
|
|
3819
|
+
fromMetadataImage(image: ImmutableArray_1<System_Internal.Byte>): MetadataReaderProvider;
|
|
3842
3820
|
fromMetadataStream(stream: Stream, options?: MetadataStreamOptions, size?: int): MetadataReaderProvider;
|
|
3843
3821
|
fromPortablePdbImage(start: ptr<byte>, size: int): MetadataReaderProvider;
|
|
3844
|
-
fromPortablePdbImage(image: ImmutableArray_1<
|
|
3822
|
+
fromPortablePdbImage(image: ImmutableArray_1<System_Internal.Byte>): MetadataReaderProvider;
|
|
3845
3823
|
fromPortablePdbStream(stream: Stream, options?: MetadataStreamOptions, size?: int): MetadataReaderProvider;
|
|
3846
3824
|
};
|
|
3847
3825
|
|
|
@@ -3888,7 +3866,7 @@ export interface MethodBodyBlock$instance {
|
|
|
3888
3866
|
readonly maxStack: int;
|
|
3889
3867
|
readonly size: int;
|
|
3890
3868
|
getILBytes(): byte[];
|
|
3891
|
-
getILContent(): ImmutableArray_1<
|
|
3869
|
+
getILContent(): ImmutableArray_1<System_Internal.Byte>;
|
|
3892
3870
|
getILReader(): BlobReader;
|
|
3893
3871
|
}
|
|
3894
3872
|
|
|
@@ -3932,8 +3910,8 @@ export interface TypeName$instance {
|
|
|
3932
3910
|
|
|
3933
3911
|
export const TypeName: {
|
|
3934
3912
|
new(): TypeName$instance;
|
|
3935
|
-
parse(typeName: ReadOnlySpan_1<
|
|
3936
|
-
tryParse(typeName: ReadOnlySpan_1<
|
|
3913
|
+
parse(typeName: ReadOnlySpan_1<System_Internal.Char>, options?: TypeNameParseOptions): TypeName;
|
|
3914
|
+
tryParse(typeName: ReadOnlySpan_1<System_Internal.Char>, result: TypeName, options?: TypeNameParseOptions): boolean;
|
|
3937
3915
|
unescape(name: string): string;
|
|
3938
3916
|
};
|
|
3939
3917
|
|
|
@@ -3953,7 +3931,7 @@ export const TypeNameParseOptions: {
|
|
|
3953
3931
|
export type TypeNameParseOptions = TypeNameParseOptions$instance;
|
|
3954
3932
|
|
|
3955
3933
|
export abstract class AssemblyExtensions$instance {
|
|
3956
|
-
static tryGetRawMetadata(assembly: Assembly, blob:
|
|
3934
|
+
static tryGetRawMetadata(assembly: Assembly, blob: ptr<byte>, length: int): boolean;
|
|
3957
3935
|
}
|
|
3958
3936
|
|
|
3959
3937
|
|
|
@@ -3971,7 +3949,7 @@ export type ILOpCodeExtensions = ILOpCodeExtensions$instance;
|
|
|
3971
3949
|
|
|
3972
3950
|
export abstract class MetadataUpdater$instance {
|
|
3973
3951
|
static readonly isSupported: boolean;
|
|
3974
|
-
static applyUpdate(assembly: Assembly, metadataDelta: ReadOnlySpan_1<
|
|
3952
|
+
static applyUpdate(assembly: Assembly, metadataDelta: ReadOnlySpan_1<System_Internal.Byte>, ilDelta: ReadOnlySpan_1<System_Internal.Byte>, pdbDelta: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
3975
3953
|
}
|
|
3976
3954
|
|
|
3977
3955
|
|