@tsonic/dotnet 0.5.2 → 0.6.0
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 +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -104,8 +104,8 @@ export class Regex_ValueMatchEnumerator$instance {
|
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
export interface __Regex_ValueMatchEnumerator$views {
|
|
107
|
-
|
|
108
|
-
|
|
107
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ValueMatch>;
|
|
108
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
export type Regex_ValueMatchEnumerator = Regex_ValueMatchEnumerator$instance & __Regex_ValueMatchEnumerator$views;
|
|
@@ -119,8 +119,8 @@ export class Regex_ValueSplitEnumerator$instance {
|
|
|
119
119
|
|
|
120
120
|
|
|
121
121
|
export interface __Regex_ValueSplitEnumerator$views {
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<Range>;
|
|
123
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
export type Regex_ValueSplitEnumerator = Regex_ValueSplitEnumerator$instance & __Regex_ValueSplitEnumerator$views;
|
|
@@ -138,7 +138,7 @@ export class Capture$instance {
|
|
|
138
138
|
readonly index: int;
|
|
139
139
|
readonly length: int;
|
|
140
140
|
readonly value: string;
|
|
141
|
-
readonly valueSpan: ReadOnlySpan_1<CLROf<
|
|
141
|
+
readonly valueSpan: ReadOnlySpan_1<CLROf<char>>;
|
|
142
142
|
toString(): string;
|
|
143
143
|
}
|
|
144
144
|
|
|
@@ -150,7 +150,7 @@ export class CaptureCollection$instance {
|
|
|
150
150
|
readonly isReadOnly: boolean;
|
|
151
151
|
readonly isSynchronized: boolean;
|
|
152
152
|
readonly item: Capture;
|
|
153
|
-
readonly syncRoot:
|
|
153
|
+
readonly syncRoot: unknown;
|
|
154
154
|
copyTo(array: ClrArray, arrayIndex: int): void;
|
|
155
155
|
copyTo(array: Capture[], arrayIndex: int): void;
|
|
156
156
|
getEnumerator(): IEnumerator;
|
|
@@ -158,13 +158,13 @@ export class CaptureCollection$instance {
|
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
export interface __CaptureCollection$views {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
161
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<Capture>;
|
|
162
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<Capture>;
|
|
163
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<Capture>;
|
|
164
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<Capture>;
|
|
165
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
166
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
167
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
export type CaptureCollection = CaptureCollection$instance & __CaptureCollection$views;
|
|
@@ -189,7 +189,7 @@ export class Group$instance extends Capture$instance {
|
|
|
189
189
|
readonly captures: CaptureCollection;
|
|
190
190
|
readonly name: string;
|
|
191
191
|
readonly success: boolean;
|
|
192
|
-
static
|
|
192
|
+
static synchronized(inner: Group): Group;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
|
|
@@ -200,7 +200,7 @@ export class GroupCollection$instance {
|
|
|
200
200
|
readonly isReadOnly: boolean;
|
|
201
201
|
readonly isSynchronized: boolean;
|
|
202
202
|
readonly keys: IEnumerable_1<CLROf<string>>;
|
|
203
|
-
readonly syncRoot:
|
|
203
|
+
readonly syncRoot: unknown;
|
|
204
204
|
readonly values: IEnumerable_1<Group>;
|
|
205
205
|
containsKey(key: string): boolean;
|
|
206
206
|
copyTo(array: ClrArray, arrayIndex: int): void;
|
|
@@ -213,14 +213,14 @@ export class GroupCollection$instance {
|
|
|
213
213
|
|
|
214
214
|
|
|
215
215
|
export interface __GroupCollection$views {
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
216
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<Group>;
|
|
217
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<Group>;
|
|
218
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<Group>;
|
|
219
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<Group>;
|
|
220
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<CLROf<string>, Group>;
|
|
221
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
222
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
223
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
export type GroupCollection = GroupCollection$instance & __GroupCollection$views;
|
|
@@ -230,7 +230,7 @@ export class Match$instance extends Group$instance {
|
|
|
230
230
|
readonly groups: GroupCollection;
|
|
231
231
|
nextMatch(): Match;
|
|
232
232
|
result(replacement: string): string;
|
|
233
|
-
static readonly
|
|
233
|
+
static readonly empty: Match;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
|
|
@@ -241,7 +241,7 @@ export class MatchCollection$instance {
|
|
|
241
241
|
readonly isReadOnly: boolean;
|
|
242
242
|
readonly isSynchronized: boolean;
|
|
243
243
|
readonly item: Match;
|
|
244
|
-
readonly syncRoot:
|
|
244
|
+
readonly syncRoot: unknown;
|
|
245
245
|
copyTo(array: ClrArray, arrayIndex: int): void;
|
|
246
246
|
copyTo(array: Match[], arrayIndex: int): void;
|
|
247
247
|
getEnumerator(): IEnumerator;
|
|
@@ -249,22 +249,22 @@ export class MatchCollection$instance {
|
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
export interface __MatchCollection$views {
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
252
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<Match>;
|
|
253
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<Match>;
|
|
254
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<Match>;
|
|
255
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<Match>;
|
|
256
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
257
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
258
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
export type MatchCollection = MatchCollection$instance & __MatchCollection$views;
|
|
262
262
|
|
|
263
263
|
|
|
264
264
|
export class MatchEvaluator$instance extends Function {
|
|
265
|
-
constructor(object_:
|
|
266
|
-
beginInvoke(match: Match, callback: AsyncCallback, object_:
|
|
267
|
-
clone():
|
|
265
|
+
constructor(object_: unknown, method: nint);
|
|
266
|
+
beginInvoke(match: Match, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
267
|
+
clone(): unknown;
|
|
268
268
|
endInvoke(result: IAsyncResult): string;
|
|
269
269
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
270
270
|
invoke(match: Match): string;
|
|
@@ -272,8 +272,8 @@ export class MatchEvaluator$instance extends Function {
|
|
|
272
272
|
|
|
273
273
|
|
|
274
274
|
export interface __MatchEvaluator$views {
|
|
275
|
-
|
|
276
|
-
|
|
275
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
276
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
export type MatchEvaluator = MatchEvaluator$instance & __MatchEvaluator$views;
|
|
@@ -287,21 +287,21 @@ export class Regex$instance {
|
|
|
287
287
|
readonly options: RegexOptions;
|
|
288
288
|
readonly rightToLeft: boolean;
|
|
289
289
|
count(input: string): int;
|
|
290
|
-
count(input: ReadOnlySpan_1<CLROf<
|
|
291
|
-
count(input: ReadOnlySpan_1<CLROf<
|
|
292
|
-
enumerateMatches(input: ReadOnlySpan_1<CLROf<
|
|
293
|
-
enumerateMatches(input: ReadOnlySpan_1<CLROf<
|
|
294
|
-
enumerateSplits(input: ReadOnlySpan_1<CLROf<
|
|
295
|
-
enumerateSplits(input: ReadOnlySpan_1<CLROf<
|
|
296
|
-
enumerateSplits(input: ReadOnlySpan_1<CLROf<
|
|
290
|
+
count(input: ReadOnlySpan_1<CLROf<char>>): int;
|
|
291
|
+
count(input: ReadOnlySpan_1<CLROf<char>>, startat: int): int;
|
|
292
|
+
enumerateMatches(input: ReadOnlySpan_1<CLROf<char>>): Regex_ValueMatchEnumerator;
|
|
293
|
+
enumerateMatches(input: ReadOnlySpan_1<CLROf<char>>, startat: int): Regex_ValueMatchEnumerator;
|
|
294
|
+
enumerateSplits(input: ReadOnlySpan_1<CLROf<char>>): Regex_ValueSplitEnumerator;
|
|
295
|
+
enumerateSplits(input: ReadOnlySpan_1<CLROf<char>>, count: int): Regex_ValueSplitEnumerator;
|
|
296
|
+
enumerateSplits(input: ReadOnlySpan_1<CLROf<char>>, count: int, startat: int): Regex_ValueSplitEnumerator;
|
|
297
297
|
getGroupNames(): string[];
|
|
298
298
|
getGroupNumbers(): int[];
|
|
299
299
|
groupNameFromNumber(i: int): string;
|
|
300
300
|
groupNumberFromName(name: string): int;
|
|
301
301
|
isMatch(input: string): boolean;
|
|
302
302
|
isMatch(input: string, startat: int): boolean;
|
|
303
|
-
isMatch(input: ReadOnlySpan_1<CLROf<
|
|
304
|
-
isMatch(input: ReadOnlySpan_1<CLROf<
|
|
303
|
+
isMatch(input: ReadOnlySpan_1<CLROf<char>>): boolean;
|
|
304
|
+
isMatch(input: ReadOnlySpan_1<CLROf<char>>, startat: int): boolean;
|
|
305
305
|
match(input: string): Match;
|
|
306
306
|
match(input: string, startat: int): Match;
|
|
307
307
|
match(input: string, beginning: int, length: int): Match;
|
|
@@ -318,52 +318,54 @@ export class Regex$instance {
|
|
|
318
318
|
split(input: string, count: int, startat: int): string[];
|
|
319
319
|
toString(): string;
|
|
320
320
|
static readonly infiniteMatchTimeout: TimeSpan;
|
|
321
|
-
static
|
|
322
|
-
static
|
|
323
|
-
static
|
|
324
|
-
static
|
|
325
|
-
static
|
|
326
|
-
static
|
|
327
|
-
static
|
|
328
|
-
static
|
|
329
|
-
static
|
|
330
|
-
static
|
|
331
|
-
static
|
|
332
|
-
static
|
|
333
|
-
static
|
|
334
|
-
static
|
|
335
|
-
static
|
|
336
|
-
static
|
|
337
|
-
static
|
|
338
|
-
static
|
|
339
|
-
static
|
|
340
|
-
static
|
|
341
|
-
static
|
|
342
|
-
static
|
|
343
|
-
static
|
|
344
|
-
static
|
|
345
|
-
static
|
|
346
|
-
static
|
|
347
|
-
static
|
|
348
|
-
static
|
|
349
|
-
static
|
|
350
|
-
static
|
|
351
|
-
static
|
|
352
|
-
static
|
|
353
|
-
static
|
|
354
|
-
static
|
|
355
|
-
static
|
|
356
|
-
static
|
|
357
|
-
static
|
|
358
|
-
static
|
|
359
|
-
static
|
|
321
|
+
static cacheSize: int;
|
|
322
|
+
static compileToAssembly3(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[], resourceFile: string): void;
|
|
323
|
+
static compileToAssembly3(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[]): void;
|
|
324
|
+
static compileToAssembly3(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName): void;
|
|
325
|
+
static count6(input: ReadOnlySpan_1<CLROf<char>>, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): int;
|
|
326
|
+
static count6(input: ReadOnlySpan_1<CLROf<char>>, pattern: string, options: RegexOptions): int;
|
|
327
|
+
static count6(input: ReadOnlySpan_1<CLROf<char>>, pattern: string): int;
|
|
328
|
+
static count6(input: string, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): int;
|
|
329
|
+
static count6(input: string, pattern: string, options: RegexOptions): int;
|
|
330
|
+
static count6(input: string, pattern: string): int;
|
|
331
|
+
static enumerateMatches3(input: ReadOnlySpan_1<CLROf<char>>, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): Regex_ValueMatchEnumerator;
|
|
332
|
+
static enumerateMatches3(input: ReadOnlySpan_1<CLROf<char>>, pattern: string, options: RegexOptions): Regex_ValueMatchEnumerator;
|
|
333
|
+
static enumerateMatches3(input: ReadOnlySpan_1<CLROf<char>>, pattern: string): Regex_ValueMatchEnumerator;
|
|
334
|
+
static enumerateSplits3(input: ReadOnlySpan_1<CLROf<char>>, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): Regex_ValueSplitEnumerator;
|
|
335
|
+
static enumerateSplits3(input: ReadOnlySpan_1<CLROf<char>>, pattern: string, options: RegexOptions): Regex_ValueSplitEnumerator;
|
|
336
|
+
static enumerateSplits3(input: ReadOnlySpan_1<CLROf<char>>, pattern: string): Regex_ValueSplitEnumerator;
|
|
337
|
+
static escape(str: string): string;
|
|
338
|
+
static isMatch6(input: ReadOnlySpan_1<CLROf<char>>, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): boolean;
|
|
339
|
+
static isMatch6(input: ReadOnlySpan_1<CLROf<char>>, pattern: string, options: RegexOptions): boolean;
|
|
340
|
+
static isMatch6(input: ReadOnlySpan_1<CLROf<char>>, pattern: string): boolean;
|
|
341
|
+
static isMatch6(input: string, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): boolean;
|
|
342
|
+
static isMatch6(input: string, pattern: string, options: RegexOptions): boolean;
|
|
343
|
+
static isMatch6(input: string, pattern: string): boolean;
|
|
344
|
+
static match3(input: string, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): Match;
|
|
345
|
+
static match3(input: string, pattern: string, options: RegexOptions): Match;
|
|
346
|
+
static match3(input: string, pattern: string): Match;
|
|
347
|
+
static matches3(input: string, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): MatchCollection;
|
|
348
|
+
static matches3(input: string, pattern: string, options: RegexOptions): MatchCollection;
|
|
349
|
+
static matches3(input: string, pattern: string): MatchCollection;
|
|
350
|
+
static replace3(input: string, pattern: string, replacement: string, options: RegexOptions, matchTimeout: TimeSpan): string;
|
|
351
|
+
static replace3(input: string, pattern: string, replacement: string, options: RegexOptions): string;
|
|
352
|
+
static replace3(input: string, pattern: string, replacement: string): string;
|
|
353
|
+
static replace3(input: string, pattern: string, evaluator: MatchEvaluator, options: RegexOptions, matchTimeout: TimeSpan): string;
|
|
354
|
+
static replace3(input: string, pattern: string, evaluator: MatchEvaluator, options: RegexOptions): string;
|
|
355
|
+
static replace3(input: string, pattern: string, evaluator: MatchEvaluator): string;
|
|
356
|
+
static split3(input: string, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): string[];
|
|
357
|
+
static split3(input: string, pattern: string, options: RegexOptions): string[];
|
|
358
|
+
static split3(input: string, pattern: string): string[];
|
|
359
|
+
static unescape(str: string): string;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
|
|
363
363
|
export interface __Regex$views {
|
|
364
|
-
|
|
364
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
365
365
|
}
|
|
366
366
|
|
|
367
|
+
export interface Regex$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
368
|
+
|
|
367
369
|
export type Regex = Regex$instance & __Regex$views;
|
|
368
370
|
|
|
369
371
|
|
|
@@ -394,7 +396,7 @@ export class RegexMatchTimeoutException$instance extends System_Internal.Timeout
|
|
|
394
396
|
|
|
395
397
|
|
|
396
398
|
export interface __RegexMatchTimeoutException$views {
|
|
397
|
-
|
|
399
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
398
400
|
}
|
|
399
401
|
|
|
400
402
|
export type RegexMatchTimeoutException = RegexMatchTimeoutException$instance & __RegexMatchTimeoutException$views;
|
|
@@ -408,14 +410,14 @@ export class RegexParseException$instance extends System_Internal.ArgumentExcept
|
|
|
408
410
|
|
|
409
411
|
|
|
410
412
|
export interface __RegexParseException$views {
|
|
411
|
-
|
|
413
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
412
414
|
}
|
|
413
415
|
|
|
414
416
|
export type RegexParseException = RegexParseException$instance & __RegexParseException$views;
|
|
415
417
|
|
|
416
418
|
|
|
417
419
|
export abstract class RegexRunner$instance {
|
|
418
|
-
static
|
|
420
|
+
static charInClass(ch: char, charClass: string): boolean;
|
|
419
421
|
}
|
|
420
422
|
|
|
421
423
|
|
|
@@ -589,14 +589,7 @@
|
|
|
589
589
|
],
|
|
590
590
|
"fields": [],
|
|
591
591
|
"events": [],
|
|
592
|
-
"constructors": []
|
|
593
|
-
"unsatisfiableInterfaces": [
|
|
594
|
-
{
|
|
595
|
-
"interfaceClrName": "System.IDisposable",
|
|
596
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
597
|
-
"issueCount": 1
|
|
598
|
-
}
|
|
599
|
-
]
|
|
592
|
+
"constructors": []
|
|
600
593
|
},
|
|
601
594
|
{
|
|
602
595
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
@@ -744,14 +737,7 @@
|
|
|
744
737
|
],
|
|
745
738
|
"fields": [],
|
|
746
739
|
"events": [],
|
|
747
|
-
"constructors": []
|
|
748
|
-
"unsatisfiableInterfaces": [
|
|
749
|
-
{
|
|
750
|
-
"interfaceClrName": "System.IDisposable",
|
|
751
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
752
|
-
"issueCount": 1
|
|
753
|
-
}
|
|
754
|
-
]
|
|
740
|
+
"constructors": []
|
|
755
741
|
},
|
|
756
742
|
{
|
|
757
743
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.ValueMatch",
|
|
@@ -1433,14 +1419,7 @@
|
|
|
1433
1419
|
],
|
|
1434
1420
|
"fields": [],
|
|
1435
1421
|
"events": [],
|
|
1436
|
-
"constructors": []
|
|
1437
|
-
"unsatisfiableInterfaces": [
|
|
1438
|
-
{
|
|
1439
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
1440
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
1441
|
-
"issueCount": 2
|
|
1442
|
-
}
|
|
1443
|
-
]
|
|
1422
|
+
"constructors": []
|
|
1444
1423
|
},
|
|
1445
1424
|
{
|
|
1446
1425
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GeneratedRegexAttribute",
|
|
@@ -2308,14 +2287,7 @@
|
|
|
2308
2287
|
],
|
|
2309
2288
|
"fields": [],
|
|
2310
2289
|
"events": [],
|
|
2311
|
-
"constructors": []
|
|
2312
|
-
"unsatisfiableInterfaces": [
|
|
2313
|
-
{
|
|
2314
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
2315
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
2316
|
-
"issueCount": 3
|
|
2317
|
-
}
|
|
2318
|
-
]
|
|
2290
|
+
"constructors": []
|
|
2319
2291
|
},
|
|
2320
2292
|
{
|
|
2321
2293
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Match",
|
|
@@ -2952,14 +2924,7 @@
|
|
|
2952
2924
|
],
|
|
2953
2925
|
"fields": [],
|
|
2954
2926
|
"events": [],
|
|
2955
|
-
"constructors": []
|
|
2956
|
-
"unsatisfiableInterfaces": [
|
|
2957
|
-
{
|
|
2958
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
2959
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
2960
|
-
"issueCount": 2
|
|
2961
|
-
}
|
|
2962
|
-
]
|
|
2927
|
+
"constructors": []
|
|
2963
2928
|
},
|
|
2964
2929
|
{
|
|
2965
2930
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.MatchEvaluator",
|