@tsonic/dotnet 0.7.4 → 0.7.7
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 +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- 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 +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- 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.CodeDom.Compiler/internal/index.d.ts +6 -31
- 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 +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- 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 +36 -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 +49 -74
- 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.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- 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 +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- 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 +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- 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.SymbolStore/internal/index.d.ts +0 -25
- 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 +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- 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 +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- 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 +332 -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 +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -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 +21 -46
- 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 +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- 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 +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- 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 +31 -56
- 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 +24 -49
- 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 +3 -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 +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- 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 +68 -93
- 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.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.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- 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.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 +0 -25
- 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.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 +593 -618
- 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 +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- 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 +7 -32
- 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 +141 -166
- 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 +20 -45
- 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 +149 -174
- 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.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- 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 +0 -25
- 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 +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -29727,7 +29727,17 @@
|
|
|
29727
29727
|
"parameterCount": 7,
|
|
29728
29728
|
"declaringClrType": "System.Reflection.Binder",
|
|
29729
29729
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29730
|
-
"isExtensionMethod": false
|
|
29730
|
+
"isExtensionMethod": false,
|
|
29731
|
+
"parameterModifiers": [
|
|
29732
|
+
{
|
|
29733
|
+
"index": 2,
|
|
29734
|
+
"modifier": "ref"
|
|
29735
|
+
},
|
|
29736
|
+
{
|
|
29737
|
+
"index": 6,
|
|
29738
|
+
"modifier": "out"
|
|
29739
|
+
}
|
|
29740
|
+
]
|
|
29731
29741
|
},
|
|
29732
29742
|
{
|
|
29733
29743
|
"stableId": "System.Private.CoreLib:System.Reflection.Binder::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo):System.Object",
|
|
@@ -29755,7 +29765,13 @@
|
|
|
29755
29765
|
"parameterCount": 2,
|
|
29756
29766
|
"declaringClrType": "System.Reflection.Binder",
|
|
29757
29767
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29758
|
-
"isExtensionMethod": false
|
|
29768
|
+
"isExtensionMethod": false,
|
|
29769
|
+
"parameterModifiers": [
|
|
29770
|
+
{
|
|
29771
|
+
"index": 0,
|
|
29772
|
+
"modifier": "ref"
|
|
29773
|
+
}
|
|
29774
|
+
]
|
|
29759
29775
|
},
|
|
29760
29776
|
{
|
|
29761
29777
|
"stableId": "System.Private.CoreLib:System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]):System.Reflection.MethodBase",
|
|
@@ -37765,7 +37781,17 @@
|
|
|
37765
37781
|
"parameterCount": 2,
|
|
37766
37782
|
"declaringClrType": "System.Reflection.Module",
|
|
37767
37783
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
37768
|
-
"isExtensionMethod": false
|
|
37784
|
+
"isExtensionMethod": false,
|
|
37785
|
+
"parameterModifiers": [
|
|
37786
|
+
{
|
|
37787
|
+
"index": 0,
|
|
37788
|
+
"modifier": "out"
|
|
37789
|
+
},
|
|
37790
|
+
{
|
|
37791
|
+
"index": 1,
|
|
37792
|
+
"modifier": "out"
|
|
37793
|
+
}
|
|
37794
|
+
]
|
|
37769
37795
|
},
|
|
37770
37796
|
{
|
|
37771
37797
|
"stableId": "System.Private.CoreLib:System.Reflection.Module::IsResource():System.Boolean",
|
|
@@ -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 type { IEnumerable_1, IList_1 } from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -21,31 +21,6 @@ import type { SecurityRuleSet } from "../../System.Security/internal/index.js";
|
|
|
21
21
|
import * as System_Internal from "../../System/internal/index.js";
|
|
22
22
|
import type { ApplicationException, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Delegate, Enum, Exception, FormatException, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MarshalByRefObject, ModuleHandle, MulticastDelegate, Object as ClrObject, ResolveEventArgs, RuntimeFieldHandle, RuntimeMethodHandle, RuntimeTypeHandle, Span_1, String as ClrString, SystemException, Type, TypeCode, TypedReference, UInt32, ValueType, Version, Void } from "../../System/internal/index.js";
|
|
23
23
|
|
|
24
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
25
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
26
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
27
|
-
export type CLROf<T> =
|
|
28
|
-
T extends sbyte ? System_Internal.SByte :
|
|
29
|
-
T extends short ? System_Internal.Int16 :
|
|
30
|
-
T extends int ? System_Internal.Int32 :
|
|
31
|
-
T extends long ? System_Internal.Int64 :
|
|
32
|
-
T extends int128 ? System_Internal.Int128 :
|
|
33
|
-
T extends nint ? System_Internal.IntPtr :
|
|
34
|
-
T extends byte ? System_Internal.Byte :
|
|
35
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
36
|
-
T extends uint ? System_Internal.UInt32 :
|
|
37
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
38
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
39
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
40
|
-
T extends half ? System_Internal.Half :
|
|
41
|
-
T extends float ? System_Internal.Single :
|
|
42
|
-
T extends double ? System_Internal.Double :
|
|
43
|
-
T extends decimal ? System_Internal.Decimal :
|
|
44
|
-
T extends char ? System_Internal.Char :
|
|
45
|
-
T extends boolean ? System_Internal.Boolean :
|
|
46
|
-
T extends string ? System_Internal.String :
|
|
47
|
-
T; // Identity fallback for non-primitive types
|
|
48
|
-
|
|
49
24
|
export enum AssemblyContentType {
|
|
50
25
|
default_ = 0,
|
|
51
26
|
windowsRuntime = 1
|
|
@@ -927,9 +902,9 @@ export type AssemblyVersionAttribute = AssemblyVersionAttribute$instance;
|
|
|
927
902
|
|
|
928
903
|
export interface Binder$instance {
|
|
929
904
|
bindToField(bindingAttr: BindingFlags, match: FieldInfo[], value: unknown, culture: CultureInfo): FieldInfo;
|
|
930
|
-
bindToMethod(bindingAttr: BindingFlags, match: MethodBase[], args:
|
|
905
|
+
bindToMethod(bindingAttr: BindingFlags, match: MethodBase[], args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, names: string[], state: unknown): MethodBase;
|
|
931
906
|
changeType(value: unknown, type_: Type, culture: CultureInfo): unknown;
|
|
932
|
-
reorderArgumentArray(args:
|
|
907
|
+
reorderArgumentArray(args: unknown[], state: unknown): void;
|
|
933
908
|
selectMethod(bindingAttr: BindingFlags, match: MethodBase[], types: Type[], modifiers: ParameterModifier[]): MethodBase;
|
|
934
909
|
selectProperty(bindingAttr: BindingFlags, match: PropertyInfo[], returnType: Type, indexes: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
935
910
|
}
|
|
@@ -1399,7 +1374,7 @@ export interface Module$instance {
|
|
|
1399
1374
|
getMethods(): MethodInfo[];
|
|
1400
1375
|
getMethods(bindingFlags: BindingFlags): MethodInfo[];
|
|
1401
1376
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1402
|
-
getPEKind(peKind:
|
|
1377
|
+
getPEKind(peKind: PortableExecutableKinds, machine: ImageFileMachine): void;
|
|
1403
1378
|
getType(className: string): Type;
|
|
1404
1379
|
getType(className: string, ignoreCase: boolean): Type;
|
|
1405
1380
|
getType(className: string, throwOnError: boolean, ignoreCase: boolean): Type;
|
|
@@ -6434,7 +6434,17 @@
|
|
|
6434
6434
|
"isSealed": false,
|
|
6435
6435
|
"arity": 0,
|
|
6436
6436
|
"parameterCount": 7,
|
|
6437
|
-
"isExtensionMethod": false
|
|
6437
|
+
"isExtensionMethod": false,
|
|
6438
|
+
"parameterModifiers": [
|
|
6439
|
+
{
|
|
6440
|
+
"index": 2,
|
|
6441
|
+
"modifier": "ref"
|
|
6442
|
+
},
|
|
6443
|
+
{
|
|
6444
|
+
"index": 6,
|
|
6445
|
+
"modifier": "out"
|
|
6446
|
+
}
|
|
6447
|
+
]
|
|
6438
6448
|
},
|
|
6439
6449
|
{
|
|
6440
6450
|
"stableId": "System.Private.CoreLib:System.Reflection.Binder::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo):System.Object",
|
|
@@ -6466,7 +6476,13 @@
|
|
|
6466
6476
|
"isSealed": false,
|
|
6467
6477
|
"arity": 0,
|
|
6468
6478
|
"parameterCount": 2,
|
|
6469
|
-
"isExtensionMethod": false
|
|
6479
|
+
"isExtensionMethod": false,
|
|
6480
|
+
"parameterModifiers": [
|
|
6481
|
+
{
|
|
6482
|
+
"index": 0,
|
|
6483
|
+
"modifier": "ref"
|
|
6484
|
+
}
|
|
6485
|
+
]
|
|
6470
6486
|
},
|
|
6471
6487
|
{
|
|
6472
6488
|
"stableId": "System.Private.CoreLib:System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]):System.Reflection.MethodBase",
|
|
@@ -10182,7 +10198,17 @@
|
|
|
10182
10198
|
"isSealed": false,
|
|
10183
10199
|
"arity": 0,
|
|
10184
10200
|
"parameterCount": 2,
|
|
10185
|
-
"isExtensionMethod": false
|
|
10201
|
+
"isExtensionMethod": false,
|
|
10202
|
+
"parameterModifiers": [
|
|
10203
|
+
{
|
|
10204
|
+
"index": 0,
|
|
10205
|
+
"modifier": "out"
|
|
10206
|
+
},
|
|
10207
|
+
{
|
|
10208
|
+
"index": 1,
|
|
10209
|
+
"modifier": "out"
|
|
10210
|
+
}
|
|
10211
|
+
]
|
|
10186
10212
|
},
|
|
10187
10213
|
{
|
|
10188
10214
|
"stableId": "System.Private.CoreLib:System.Reflection.Module::IsResource():System.Boolean",
|
|
@@ -25958,7 +25958,17 @@
|
|
|
25958
25958
|
"parameterCount": 2,
|
|
25959
25959
|
"declaringClrType": "System.Reflection.Emit.PersistedAssemblyBuilder",
|
|
25960
25960
|
"declaringAssemblyName": "System.Reflection.Emit",
|
|
25961
|
-
"isExtensionMethod": false
|
|
25961
|
+
"isExtensionMethod": false,
|
|
25962
|
+
"parameterModifiers": [
|
|
25963
|
+
{
|
|
25964
|
+
"index": 0,
|
|
25965
|
+
"modifier": "out"
|
|
25966
|
+
},
|
|
25967
|
+
{
|
|
25968
|
+
"index": 1,
|
|
25969
|
+
"modifier": "out"
|
|
25970
|
+
}
|
|
25971
|
+
]
|
|
25962
25972
|
},
|
|
25963
25973
|
{
|
|
25964
25974
|
"stableId": "System.Reflection.Emit:System.Reflection.Emit.PersistedAssemblyBuilder::GenerateMetadata(System.Reflection.Metadata.BlobBuilder\u0026,System.Reflection.Metadata.BlobBuilder\u0026,System.Reflection.Metadata.Ecma335.MetadataBuilder\u0026):System.Reflection.Metadata.Ecma335.MetadataBuilder",
|
|
@@ -25972,7 +25982,21 @@
|
|
|
25972
25982
|
"parameterCount": 3,
|
|
25973
25983
|
"declaringClrType": "System.Reflection.Emit.PersistedAssemblyBuilder",
|
|
25974
25984
|
"declaringAssemblyName": "System.Reflection.Emit",
|
|
25975
|
-
"isExtensionMethod": false
|
|
25985
|
+
"isExtensionMethod": false,
|
|
25986
|
+
"parameterModifiers": [
|
|
25987
|
+
{
|
|
25988
|
+
"index": 0,
|
|
25989
|
+
"modifier": "out"
|
|
25990
|
+
},
|
|
25991
|
+
{
|
|
25992
|
+
"index": 1,
|
|
25993
|
+
"modifier": "out"
|
|
25994
|
+
},
|
|
25995
|
+
{
|
|
25996
|
+
"index": 2,
|
|
25997
|
+
"modifier": "out"
|
|
25998
|
+
}
|
|
25999
|
+
]
|
|
25976
26000
|
},
|
|
25977
26001
|
{
|
|
25978
26002
|
"stableId": "System.Reflection.Emit:System.Reflection.Emit.PersistedAssemblyBuilder::GetName(System.Boolean):System.Reflection.AssemblyName",
|
|
@@ -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 type { IEnumerable_1, IList_1 } from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -25,31 +25,6 @@ import type { SecurityRuleSet } from "../../System.Security/internal/index.js";
|
|
|
25
25
|
import * as System_Internal from "../../System/internal/index.js";
|
|
26
26
|
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";
|
|
27
27
|
|
|
28
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
29
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
30
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
31
|
-
export type CLROf<T> =
|
|
32
|
-
T extends sbyte ? System_Internal.SByte :
|
|
33
|
-
T extends short ? System_Internal.Int16 :
|
|
34
|
-
T extends int ? System_Internal.Int32 :
|
|
35
|
-
T extends long ? System_Internal.Int64 :
|
|
36
|
-
T extends int128 ? System_Internal.Int128 :
|
|
37
|
-
T extends nint ? System_Internal.IntPtr :
|
|
38
|
-
T extends byte ? System_Internal.Byte :
|
|
39
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
40
|
-
T extends uint ? System_Internal.UInt32 :
|
|
41
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
42
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
43
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
44
|
-
T extends half ? System_Internal.Half :
|
|
45
|
-
T extends float ? System_Internal.Single :
|
|
46
|
-
T extends double ? System_Internal.Double :
|
|
47
|
-
T extends decimal ? System_Internal.Decimal :
|
|
48
|
-
T extends char ? System_Internal.Char :
|
|
49
|
-
T extends boolean ? System_Internal.Boolean :
|
|
50
|
-
T extends string ? System_Internal.String :
|
|
51
|
-
T; // Identity fallback for non-primitive types
|
|
52
|
-
|
|
53
28
|
export enum AssemblyBuilderAccess {
|
|
54
29
|
run = 1,
|
|
55
30
|
runAndCollect = 9
|
|
@@ -931,8 +906,8 @@ export type ParameterBuilder = ParameterBuilder$instance;
|
|
|
931
906
|
export interface PersistedAssemblyBuilder$instance extends AssemblyBuilder$instance {
|
|
932
907
|
readonly fullName: string;
|
|
933
908
|
readonly manifestModule: Module;
|
|
934
|
-
generateMetadata(ilStream:
|
|
935
|
-
generateMetadata(ilStream:
|
|
909
|
+
generateMetadata(ilStream: BlobBuilder, mappedFieldData: BlobBuilder): MetadataBuilder;
|
|
910
|
+
generateMetadata(ilStream: BlobBuilder, mappedFieldData: BlobBuilder, pdbBuilder: MetadataBuilder): MetadataBuilder;
|
|
936
911
|
getCustomAttributes(inherit: boolean): unknown[];
|
|
937
912
|
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
938
913
|
getName(copiedName: boolean): AssemblyName;
|
|
@@ -8937,7 +8937,17 @@
|
|
|
8937
8937
|
"isSealed": false,
|
|
8938
8938
|
"arity": 0,
|
|
8939
8939
|
"parameterCount": 2,
|
|
8940
|
-
"isExtensionMethod": false
|
|
8940
|
+
"isExtensionMethod": false,
|
|
8941
|
+
"parameterModifiers": [
|
|
8942
|
+
{
|
|
8943
|
+
"index": 0,
|
|
8944
|
+
"modifier": "out"
|
|
8945
|
+
},
|
|
8946
|
+
{
|
|
8947
|
+
"index": 1,
|
|
8948
|
+
"modifier": "out"
|
|
8949
|
+
}
|
|
8950
|
+
]
|
|
8941
8951
|
},
|
|
8942
8952
|
{
|
|
8943
8953
|
"stableId": "System.Reflection.Emit:System.Reflection.Emit.PersistedAssemblyBuilder::GenerateMetadata(System.Reflection.Metadata.BlobBuilder\u0026,System.Reflection.Metadata.BlobBuilder\u0026,System.Reflection.Metadata.Ecma335.MetadataBuilder\u0026):System.Reflection.Metadata.Ecma335.MetadataBuilder",
|
|
@@ -8953,7 +8963,21 @@
|
|
|
8953
8963
|
"isSealed": false,
|
|
8954
8964
|
"arity": 0,
|
|
8955
8965
|
"parameterCount": 3,
|
|
8956
|
-
"isExtensionMethod": false
|
|
8966
|
+
"isExtensionMethod": false,
|
|
8967
|
+
"parameterModifiers": [
|
|
8968
|
+
{
|
|
8969
|
+
"index": 0,
|
|
8970
|
+
"modifier": "out"
|
|
8971
|
+
},
|
|
8972
|
+
{
|
|
8973
|
+
"index": 1,
|
|
8974
|
+
"modifier": "out"
|
|
8975
|
+
},
|
|
8976
|
+
{
|
|
8977
|
+
"index": 2,
|
|
8978
|
+
"modifier": "out"
|
|
8979
|
+
}
|
|
8980
|
+
]
|
|
8957
8981
|
},
|
|
8958
8982
|
{
|
|
8959
8983
|
"stableId": "System.Reflection.Emit:System.Reflection.Emit.PersistedAssemblyBuilder::GetName(System.Boolean):System.Reflection.AssemblyName",
|
|
@@ -24184,7 +24184,13 @@
|
|
|
24184
24184
|
"parameterCount": 1,
|
|
24185
24185
|
"declaringClrType": "System.Reflection.Metadata.BlobReader",
|
|
24186
24186
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
24187
|
-
"isExtensionMethod": false
|
|
24187
|
+
"isExtensionMethod": false,
|
|
24188
|
+
"parameterModifiers": [
|
|
24189
|
+
{
|
|
24190
|
+
"index": 0,
|
|
24191
|
+
"modifier": "out"
|
|
24192
|
+
}
|
|
24193
|
+
]
|
|
24188
24194
|
},
|
|
24189
24195
|
{
|
|
24190
24196
|
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobReader::ReadCompressedInteger():System.Int32",
|
|
@@ -24212,7 +24218,13 @@
|
|
|
24212
24218
|
"parameterCount": 1,
|
|
24213
24219
|
"declaringClrType": "System.Reflection.Metadata.BlobReader",
|
|
24214
24220
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
24215
|
-
"isExtensionMethod": false
|
|
24221
|
+
"isExtensionMethod": false,
|
|
24222
|
+
"parameterModifiers": [
|
|
24223
|
+
{
|
|
24224
|
+
"index": 0,
|
|
24225
|
+
"modifier": "out"
|
|
24226
|
+
}
|
|
24227
|
+
]
|
|
24216
24228
|
},
|
|
24217
24229
|
{
|
|
24218
24230
|
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobReader::ReadCompressedSignedInteger():System.Int32",
|
|
@@ -53249,7 +53261,13 @@
|
|
|
53249
53261
|
"parameterCount": 2,
|
|
53250
53262
|
"declaringClrType": "System.Reflection.Metadata.AssemblyNameInfo",
|
|
53251
53263
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
53252
|
-
"isExtensionMethod": false
|
|
53264
|
+
"isExtensionMethod": false,
|
|
53265
|
+
"parameterModifiers": [
|
|
53266
|
+
{
|
|
53267
|
+
"index": 1,
|
|
53268
|
+
"modifier": "out"
|
|
53269
|
+
}
|
|
53270
|
+
]
|
|
53253
53271
|
}
|
|
53254
53272
|
],
|
|
53255
53273
|
"properties": [
|
|
@@ -53649,7 +53667,13 @@
|
|
|
53649
53667
|
"parameterCount": 1,
|
|
53650
53668
|
"declaringClrType": "System.Reflection.Metadata.BlobBuilder",
|
|
53651
53669
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
53652
|
-
"isExtensionMethod": false
|
|
53670
|
+
"isExtensionMethod": false,
|
|
53671
|
+
"parameterModifiers": [
|
|
53672
|
+
{
|
|
53673
|
+
"index": 0,
|
|
53674
|
+
"modifier": "ref"
|
|
53675
|
+
}
|
|
53676
|
+
]
|
|
53653
53677
|
},
|
|
53654
53678
|
{
|
|
53655
53679
|
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder::WriteContentTo(System.Reflection.Metadata.BlobBuilder):System.Void",
|
|
@@ -58625,7 +58649,13 @@
|
|
|
58625
58649
|
"parameterCount": 3,
|
|
58626
58650
|
"declaringClrType": "System.Reflection.Metadata.TypeName",
|
|
58627
58651
|
"declaringAssemblyName": "System.Reflection.Metadata",
|
|
58628
|
-
"isExtensionMethod": false
|
|
58652
|
+
"isExtensionMethod": false,
|
|
58653
|
+
"parameterModifiers": [
|
|
58654
|
+
{
|
|
58655
|
+
"index": 1,
|
|
58656
|
+
"modifier": "out"
|
|
58657
|
+
}
|
|
58658
|
+
]
|
|
58629
58659
|
},
|
|
58630
58660
|
{
|
|
58631
58661
|
"stableId": "System.Reflection.Metadata:System.Reflection.Metadata.TypeName::Unescape(System.String):System.String",
|
|
@@ -59442,7 +59472,17 @@
|
|
|
59442
59472
|
"parameterCount": 3,
|
|
59443
59473
|
"declaringClrType": "System.Reflection.Metadata.AssemblyExtensions",
|
|
59444
59474
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
59445
|
-
"isExtensionMethod": true
|
|
59475
|
+
"isExtensionMethod": true,
|
|
59476
|
+
"parameterModifiers": [
|
|
59477
|
+
{
|
|
59478
|
+
"index": 1,
|
|
59479
|
+
"modifier": "out"
|
|
59480
|
+
},
|
|
59481
|
+
{
|
|
59482
|
+
"index": 2,
|
|
59483
|
+
"modifier": "out"
|
|
59484
|
+
}
|
|
59485
|
+
]
|
|
59446
59486
|
}
|
|
59447
59487
|
],
|
|
59448
59488
|
"properties": [],
|
|
@@ -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,
|
|
@@ -593,14 +568,14 @@ export interface ISZArrayTypeProvider_1$instance<TType> {
|
|
|
593
568
|
export type ISZArrayTypeProvider_1<TType> = ISZArrayTypeProvider_1$instance<TType>;
|
|
594
569
|
|
|
595
570
|
export interface ArrayShape$instance {
|
|
596
|
-
readonly lowerBounds: ImmutableArray_1<
|
|
571
|
+
readonly lowerBounds: ImmutableArray_1<System_Internal.Int32>;
|
|
597
572
|
readonly rank: int;
|
|
598
|
-
readonly sizes: ImmutableArray_1<
|
|
573
|
+
readonly sizes: ImmutableArray_1<System_Internal.Int32>;
|
|
599
574
|
}
|
|
600
575
|
|
|
601
576
|
|
|
602
577
|
export const ArrayShape: {
|
|
603
|
-
new(rank: int, sizes: ImmutableArray_1<
|
|
578
|
+
new(rank: int, sizes: ImmutableArray_1<System_Internal.Int32>, lowerBounds: ImmutableArray_1<System_Internal.Int32>): ArrayShape$instance;
|
|
604
579
|
};
|
|
605
580
|
|
|
606
581
|
|
|
@@ -814,7 +789,7 @@ export type AssemblyReferenceHandleCollection_Enumerator = AssemblyReferenceHand
|
|
|
814
789
|
export interface Blob$instance {
|
|
815
790
|
readonly isDefault: boolean;
|
|
816
791
|
readonly length: int;
|
|
817
|
-
getBytes(): ArraySegment_1<
|
|
792
|
+
getBytes(): ArraySegment_1<System_Internal.Byte>;
|
|
818
793
|
}
|
|
819
794
|
|
|
820
795
|
|
|
@@ -861,10 +836,10 @@ export interface BlobContentId$instance {
|
|
|
861
836
|
|
|
862
837
|
export const BlobContentId: {
|
|
863
838
|
new(guid: Guid, stamp: uint): BlobContentId$instance;
|
|
864
|
-
new(id: ImmutableArray_1<
|
|
839
|
+
new(id: ImmutableArray_1<System_Internal.Byte>): BlobContentId$instance;
|
|
865
840
|
new(id: byte[]): BlobContentId$instance;
|
|
866
841
|
fromHash(hashCode: byte[]): BlobContentId;
|
|
867
|
-
fromHash(hashCode: ImmutableArray_1<
|
|
842
|
+
fromHash(hashCode: ImmutableArray_1<System_Internal.Byte>): BlobContentId;
|
|
868
843
|
getTimeBasedProvider(): Func_2<IEnumerable_1<Blob>, BlobContentId>;
|
|
869
844
|
};
|
|
870
845
|
|
|
@@ -939,8 +914,8 @@ export interface BlobReader$instance {
|
|
|
939
914
|
readUTF16(byteCount: int): string;
|
|
940
915
|
readUTF8(byteCount: int): string;
|
|
941
916
|
reset(): void;
|
|
942
|
-
tryReadCompressedInteger(value:
|
|
943
|
-
tryReadCompressedSignedInteger(value:
|
|
917
|
+
tryReadCompressedInteger(value: int): boolean;
|
|
918
|
+
tryReadCompressedSignedInteger(value: int): boolean;
|
|
944
919
|
}
|
|
945
920
|
|
|
946
921
|
|
|
@@ -962,16 +937,16 @@ export interface BlobWriter$instance {
|
|
|
962
937
|
padTo(offset: int): void;
|
|
963
938
|
toArray(): byte[];
|
|
964
939
|
toArray(start: int, byteCount: int): byte[];
|
|
965
|
-
toImmutableArray(): ImmutableArray_1<
|
|
966
|
-
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>;
|
|
967
942
|
writeBoolean(value: boolean): void;
|
|
968
943
|
writeByte(value: byte): void;
|
|
969
944
|
writeBytes(value: byte, byteCount: int): void;
|
|
970
945
|
writeBytes(buffer: ptr<byte>, byteCount: int): void;
|
|
971
946
|
writeBytes(source: BlobBuilder): void;
|
|
972
947
|
writeBytes(source: Stream, byteCount: int): int;
|
|
973
|
-
writeBytes(buffer: ImmutableArray_1<
|
|
974
|
-
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;
|
|
975
950
|
writeBytes(buffer: byte[]): void;
|
|
976
951
|
writeBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
977
952
|
writeCompressedInteger(value: int): void;
|
|
@@ -3606,16 +3581,16 @@ export interface AssemblyNameInfo$instance {
|
|
|
3606
3581
|
readonly flags: AssemblyNameFlags;
|
|
3607
3582
|
readonly fullName: string;
|
|
3608
3583
|
readonly name: string;
|
|
3609
|
-
readonly publicKeyOrToken: ImmutableArray_1<
|
|
3584
|
+
readonly publicKeyOrToken: ImmutableArray_1<System_Internal.Byte>;
|
|
3610
3585
|
readonly version: Version;
|
|
3611
3586
|
toAssemblyName(): AssemblyName;
|
|
3612
3587
|
}
|
|
3613
3588
|
|
|
3614
3589
|
|
|
3615
3590
|
export const AssemblyNameInfo: {
|
|
3616
|
-
new(name: string, version: Version, cultureName: string, flags: AssemblyNameFlags, publicKeyOrToken: ImmutableArray_1<
|
|
3617
|
-
parse(assemblyName: ReadOnlySpan_1<
|
|
3618
|
-
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;
|
|
3619
3594
|
};
|
|
3620
3595
|
|
|
3621
3596
|
|
|
@@ -3633,22 +3608,22 @@ export interface BlobBuilder$instance {
|
|
|
3633
3608
|
reserveBytes(byteCount: int): Blob;
|
|
3634
3609
|
toArray(): byte[];
|
|
3635
3610
|
toArray(start: int, byteCount: int): byte[];
|
|
3636
|
-
toImmutableArray(): ImmutableArray_1<
|
|
3637
|
-
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>;
|
|
3638
3613
|
tryWriteBytes(source: Stream, byteCount: int): int;
|
|
3639
3614
|
writeBoolean(value: boolean): void;
|
|
3640
3615
|
writeByte(value: byte): void;
|
|
3641
3616
|
writeBytes(value: byte, byteCount: int): void;
|
|
3642
3617
|
writeBytes(buffer: ptr<byte>, byteCount: int): void;
|
|
3643
|
-
writeBytes(buffer: ImmutableArray_1<
|
|
3644
|
-
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;
|
|
3645
3620
|
writeBytes(buffer: byte[]): void;
|
|
3646
3621
|
writeBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
3647
3622
|
writeCompressedInteger(value: int): void;
|
|
3648
3623
|
writeCompressedSignedInteger(value: int): void;
|
|
3649
3624
|
writeConstant(value: unknown): void;
|
|
3650
3625
|
writeContentTo(destination: Stream): void;
|
|
3651
|
-
writeContentTo(destination:
|
|
3626
|
+
writeContentTo(destination: BlobWriter): void;
|
|
3652
3627
|
writeContentTo(destination: BlobBuilder): void;
|
|
3653
3628
|
writeDateTime(value: DateTime): void;
|
|
3654
3629
|
writeDecimal(value: decimal): void;
|
|
@@ -3684,7 +3659,7 @@ export type BlobBuilder = BlobBuilder$instance;
|
|
|
3684
3659
|
|
|
3685
3660
|
export interface DebugMetadataHeader$instance {
|
|
3686
3661
|
readonly entryPoint: MethodDefinitionHandle;
|
|
3687
|
-
readonly id: ImmutableArray_1<
|
|
3662
|
+
readonly id: ImmutableArray_1<System_Internal.Byte>;
|
|
3688
3663
|
readonly idStartOffset: int;
|
|
3689
3664
|
}
|
|
3690
3665
|
|
|
@@ -3775,7 +3750,7 @@ export interface MetadataReader$instance {
|
|
|
3775
3750
|
getAssemblyFile(handle: AssemblyFileHandle): AssemblyFile;
|
|
3776
3751
|
getAssemblyReference(handle: AssemblyReferenceHandle): AssemblyReference;
|
|
3777
3752
|
getBlobBytes(handle: BlobHandle): byte[];
|
|
3778
|
-
getBlobContent(handle: BlobHandle): ImmutableArray_1<
|
|
3753
|
+
getBlobContent(handle: BlobHandle): ImmutableArray_1<System_Internal.Byte>;
|
|
3779
3754
|
getBlobReader(handle: BlobHandle): BlobReader;
|
|
3780
3755
|
getBlobReader(handle: StringHandle): BlobReader;
|
|
3781
3756
|
getConstant(handle: ConstantHandle): Constant;
|
|
@@ -3841,10 +3816,10 @@ export interface MetadataReaderProvider$instance {
|
|
|
3841
3816
|
export const MetadataReaderProvider: {
|
|
3842
3817
|
new(): MetadataReaderProvider$instance;
|
|
3843
3818
|
fromMetadataImage(start: ptr<byte>, size: int): MetadataReaderProvider;
|
|
3844
|
-
fromMetadataImage(image: ImmutableArray_1<
|
|
3819
|
+
fromMetadataImage(image: ImmutableArray_1<System_Internal.Byte>): MetadataReaderProvider;
|
|
3845
3820
|
fromMetadataStream(stream: Stream, options?: MetadataStreamOptions, size?: int): MetadataReaderProvider;
|
|
3846
3821
|
fromPortablePdbImage(start: ptr<byte>, size: int): MetadataReaderProvider;
|
|
3847
|
-
fromPortablePdbImage(image: ImmutableArray_1<
|
|
3822
|
+
fromPortablePdbImage(image: ImmutableArray_1<System_Internal.Byte>): MetadataReaderProvider;
|
|
3848
3823
|
fromPortablePdbStream(stream: Stream, options?: MetadataStreamOptions, size?: int): MetadataReaderProvider;
|
|
3849
3824
|
};
|
|
3850
3825
|
|
|
@@ -3891,7 +3866,7 @@ export interface MethodBodyBlock$instance {
|
|
|
3891
3866
|
readonly maxStack: int;
|
|
3892
3867
|
readonly size: int;
|
|
3893
3868
|
getILBytes(): byte[];
|
|
3894
|
-
getILContent(): ImmutableArray_1<
|
|
3869
|
+
getILContent(): ImmutableArray_1<System_Internal.Byte>;
|
|
3895
3870
|
getILReader(): BlobReader;
|
|
3896
3871
|
}
|
|
3897
3872
|
|
|
@@ -3935,8 +3910,8 @@ export interface TypeName$instance {
|
|
|
3935
3910
|
|
|
3936
3911
|
export const TypeName: {
|
|
3937
3912
|
new(): TypeName$instance;
|
|
3938
|
-
parse(typeName: ReadOnlySpan_1<
|
|
3939
|
-
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;
|
|
3940
3915
|
unescape(name: string): string;
|
|
3941
3916
|
};
|
|
3942
3917
|
|
|
@@ -3956,7 +3931,7 @@ export const TypeNameParseOptions: {
|
|
|
3956
3931
|
export type TypeNameParseOptions = TypeNameParseOptions$instance;
|
|
3957
3932
|
|
|
3958
3933
|
export abstract class AssemblyExtensions$instance {
|
|
3959
|
-
static tryGetRawMetadata(assembly: Assembly, blob:
|
|
3934
|
+
static tryGetRawMetadata(assembly: Assembly, blob: ptr<byte>, length: int): boolean;
|
|
3960
3935
|
}
|
|
3961
3936
|
|
|
3962
3937
|
|
|
@@ -3974,7 +3949,7 @@ export type ILOpCodeExtensions = ILOpCodeExtensions$instance;
|
|
|
3974
3949
|
|
|
3975
3950
|
export abstract class MetadataUpdater$instance {
|
|
3976
3951
|
static readonly isSupported: boolean;
|
|
3977
|
-
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;
|
|
3978
3953
|
}
|
|
3979
3954
|
|
|
3980
3955
|
|