@tsonic/dotnet 10.0.3 → 10.0.5
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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -209,6 +209,8 @@ export const CustomModifiersEncoder: {
|
|
|
209
209
|
export type CustomModifiersEncoder = CustomModifiersEncoder$instance;
|
|
210
210
|
|
|
211
211
|
export interface EditAndContinueLogEntry$instance {
|
|
212
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
213
|
+
|
|
212
214
|
readonly Handle: EntityHandle;
|
|
213
215
|
readonly Operation: EditAndContinueOperation;
|
|
214
216
|
Equals(obj: unknown): boolean;
|
|
@@ -331,6 +333,8 @@ export const InstructionEncoder: {
|
|
|
331
333
|
export type InstructionEncoder = InstructionEncoder$instance;
|
|
332
334
|
|
|
333
335
|
export interface LabelHandle$instance {
|
|
336
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
337
|
+
|
|
334
338
|
readonly Id: int;
|
|
335
339
|
readonly IsNil: boolean;
|
|
336
340
|
Equals(other: LabelHandle): boolean;
|
|
@@ -533,6 +533,8 @@ export const PEHeaders: {
|
|
|
533
533
|
export type PEHeaders = PEHeaders$instance;
|
|
534
534
|
|
|
535
535
|
export interface PEReader$instance {
|
|
536
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
537
|
+
|
|
536
538
|
readonly HasMetadata: boolean;
|
|
537
539
|
readonly IsEntireImageAvailable: boolean;
|
|
538
540
|
readonly IsLoadedImage: boolean;
|
|
@@ -26,6 +26,8 @@ export enum UltimateResourceFallbackLocation {
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
export interface IResourceReader$instance extends IEnumerable, IDisposable {
|
|
29
|
+
readonly __tsonic_iface_System_Resources_IResourceReader: never;
|
|
30
|
+
|
|
29
31
|
Close(): void;
|
|
30
32
|
GetEnumerator(): IEnumerator;
|
|
31
33
|
GetEnumerator(): IDictionaryEnumerator;
|
|
@@ -33,11 +35,13 @@ export interface IResourceReader$instance extends IEnumerable, IDisposable {
|
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
|
|
36
|
-
export interface IResourceReader$instance extends
|
|
38
|
+
export interface IResourceReader$instance extends System_Internal.IDisposable$instance {}
|
|
37
39
|
|
|
38
40
|
export type IResourceReader = IResourceReader$instance;
|
|
39
41
|
|
|
40
42
|
export interface IResourceWriter$instance extends IDisposable {
|
|
43
|
+
readonly __tsonic_iface_System_Resources_IResourceWriter: never;
|
|
44
|
+
|
|
41
45
|
AddResource(name: string, value: byte[]): void;
|
|
42
46
|
AddResource(name: string, value: unknown): void;
|
|
43
47
|
AddResource(name: string, value: string): void;
|
|
@@ -51,6 +55,8 @@ export interface IResourceWriter$instance extends System_Internal.IDisposable$in
|
|
|
51
55
|
export type IResourceWriter = IResourceWriter$instance;
|
|
52
56
|
|
|
53
57
|
export interface MissingManifestResourceException$instance extends SystemException {
|
|
58
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
59
|
+
|
|
54
60
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
55
61
|
}
|
|
56
62
|
|
|
@@ -70,6 +76,8 @@ export type MissingManifestResourceException = MissingManifestResourceException$
|
|
|
70
76
|
|
|
71
77
|
|
|
72
78
|
export interface MissingSatelliteAssemblyException$instance extends SystemException {
|
|
79
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
80
|
+
|
|
73
81
|
readonly CultureName: string | undefined;
|
|
74
82
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
75
83
|
}
|
|
@@ -136,6 +144,10 @@ export const ResourceManager: {
|
|
|
136
144
|
export type ResourceManager = ResourceManager$instance;
|
|
137
145
|
|
|
138
146
|
export interface ResourceReader$instance {
|
|
147
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
148
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
149
|
+
readonly __tsonic_iface_System_Resources_IResourceReader: never;
|
|
150
|
+
|
|
139
151
|
Close(): void;
|
|
140
152
|
Dispose(): void;
|
|
141
153
|
GetEnumerator(): IDictionaryEnumerator;
|
|
@@ -159,6 +171,9 @@ export type ResourceReader = ResourceReader$instance & __ResourceReader$views;
|
|
|
159
171
|
|
|
160
172
|
|
|
161
173
|
export interface ResourceSet$instance {
|
|
174
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
175
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
176
|
+
|
|
162
177
|
Close(): void;
|
|
163
178
|
Dispose(disposing: boolean): void;
|
|
164
179
|
Dispose(): void;
|
|
@@ -189,6 +204,9 @@ export type ResourceSet = ResourceSet$instance & __ResourceSet$views;
|
|
|
189
204
|
|
|
190
205
|
|
|
191
206
|
export interface ResourceWriter$instance {
|
|
207
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
208
|
+
readonly __tsonic_iface_System_Resources_IResourceWriter: never;
|
|
209
|
+
|
|
192
210
|
get TypeNameConverter(): Func_2<Type, System_Internal.String> | undefined;
|
|
193
211
|
set TypeNameConverter(value: Func_2<Type, System_Internal.String> | undefined);
|
|
194
212
|
AddResource(name: string, value: Stream): void;
|
|
@@ -32,6 +32,8 @@ export enum GCLatencyMode {
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
export interface DependentHandle$instance {
|
|
35
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
36
|
+
|
|
35
37
|
get Dependent(): unknown | undefined;
|
|
36
38
|
set Dependent(value: unknown | undefined);
|
|
37
39
|
readonly IsAllocated: boolean;
|
|
@@ -57,6 +59,8 @@ export type DependentHandle = DependentHandle$instance & __DependentHandle$views
|
|
|
57
59
|
|
|
58
60
|
|
|
59
61
|
export interface AmbiguousImplementationException$instance extends Exception {
|
|
62
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
63
|
+
|
|
60
64
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
61
65
|
}
|
|
62
66
|
|
|
@@ -88,6 +92,8 @@ export const AssemblyTargetedPatchBandAttribute: {
|
|
|
88
92
|
export type AssemblyTargetedPatchBandAttribute = AssemblyTargetedPatchBandAttribute$instance;
|
|
89
93
|
|
|
90
94
|
export interface MemoryFailPoint$instance extends CriticalFinalizerObject {
|
|
95
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
96
|
+
|
|
91
97
|
Dispose(): void;
|
|
92
98
|
Finalize(): void;
|
|
93
99
|
}
|
|
@@ -78,6 +78,8 @@ export type RuntimeHelpers_TryCode = (userData: unknown) => void;
|
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
export interface IAsyncStateMachine$instance {
|
|
81
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_IAsyncStateMachine: never;
|
|
82
|
+
|
|
81
83
|
MoveNext(): void;
|
|
82
84
|
SetStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
83
85
|
}
|
|
@@ -86,6 +88,8 @@ export interface IAsyncStateMachine$instance {
|
|
|
86
88
|
export type IAsyncStateMachine = IAsyncStateMachine$instance;
|
|
87
89
|
|
|
88
90
|
export interface ICriticalNotifyCompletion$instance extends INotifyCompletion {
|
|
91
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
92
|
+
|
|
89
93
|
UnsafeOnCompleted(continuation: Action): void;
|
|
90
94
|
OnCompleted(continuation: Action): void;
|
|
91
95
|
}
|
|
@@ -96,6 +100,8 @@ export interface ICriticalNotifyCompletion$instance extends INotifyCompletion$in
|
|
|
96
100
|
export type ICriticalNotifyCompletion = ICriticalNotifyCompletion$instance;
|
|
97
101
|
|
|
98
102
|
export interface INotifyCompletion$instance {
|
|
103
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
104
|
+
|
|
99
105
|
OnCompleted(continuation: Action): void;
|
|
100
106
|
}
|
|
101
107
|
|
|
@@ -103,15 +109,18 @@ export interface INotifyCompletion$instance {
|
|
|
103
109
|
export type INotifyCompletion = INotifyCompletion$instance;
|
|
104
110
|
|
|
105
111
|
export interface IRuntimeVariables$instance {
|
|
112
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_IRuntimeVariables: never;
|
|
113
|
+
|
|
106
114
|
readonly Count: int;
|
|
107
|
-
|
|
108
|
-
set Item(value: unknown | undefined);
|
|
115
|
+
[index: number]: unknown | undefined;
|
|
109
116
|
}
|
|
110
117
|
|
|
111
118
|
|
|
112
119
|
export type IRuntimeVariables = IRuntimeVariables$instance;
|
|
113
120
|
|
|
114
121
|
export interface IStrongBox$instance {
|
|
122
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_IStrongBox: never;
|
|
123
|
+
|
|
115
124
|
get Value(): unknown | undefined;
|
|
116
125
|
set Value(value: unknown | undefined);
|
|
117
126
|
}
|
|
@@ -120,8 +129,10 @@ export interface IStrongBox$instance {
|
|
|
120
129
|
export type IStrongBox = IStrongBox$instance;
|
|
121
130
|
|
|
122
131
|
export interface ITuple$instance {
|
|
132
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
133
|
+
|
|
123
134
|
readonly Length: int;
|
|
124
|
-
readonly
|
|
135
|
+
readonly [index: number]: unknown | undefined;
|
|
125
136
|
}
|
|
126
137
|
|
|
127
138
|
|
|
@@ -302,6 +313,9 @@ export const ConfiguredTaskAwaitable_1: {
|
|
|
302
313
|
export type ConfiguredTaskAwaitable_1<TResult> = ConfiguredTaskAwaitable_1$instance<TResult>;
|
|
303
314
|
|
|
304
315
|
export interface ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion {
|
|
316
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
317
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
318
|
+
|
|
305
319
|
readonly IsCompleted: boolean;
|
|
306
320
|
GetResult(): TResult;
|
|
307
321
|
OnCompleted(continuation: Action): void;
|
|
@@ -324,6 +338,9 @@ export type ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult> = Configure
|
|
|
324
338
|
|
|
325
339
|
|
|
326
340
|
export interface ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance extends ICriticalNotifyCompletion {
|
|
341
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
342
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
343
|
+
|
|
327
344
|
readonly IsCompleted: boolean;
|
|
328
345
|
GetResult(): void;
|
|
329
346
|
OnCompleted(continuation: Action): void;
|
|
@@ -370,6 +387,9 @@ export const ConfiguredValueTaskAwaitable_1: {
|
|
|
370
387
|
export type ConfiguredValueTaskAwaitable_1<TResult> = ConfiguredValueTaskAwaitable_1$instance<TResult>;
|
|
371
388
|
|
|
372
389
|
export interface ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion {
|
|
390
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
391
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
392
|
+
|
|
373
393
|
readonly IsCompleted: boolean;
|
|
374
394
|
GetResult(): TResult;
|
|
375
395
|
OnCompleted(continuation: Action): void;
|
|
@@ -392,6 +412,9 @@ export type ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult> =
|
|
|
392
412
|
|
|
393
413
|
|
|
394
414
|
export interface ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance extends ICriticalNotifyCompletion {
|
|
415
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
416
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
417
|
+
|
|
395
418
|
readonly IsCompleted: boolean;
|
|
396
419
|
GetResult(): void;
|
|
397
420
|
OnCompleted(continuation: Action): void;
|
|
@@ -644,6 +667,9 @@ export const PoolingAsyncValueTaskMethodBuilder_1: {
|
|
|
644
667
|
export type PoolingAsyncValueTaskMethodBuilder_1<TResult> = PoolingAsyncValueTaskMethodBuilder_1$instance<TResult>;
|
|
645
668
|
|
|
646
669
|
export interface TaskAwaiter$instance extends ICriticalNotifyCompletion {
|
|
670
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
671
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
672
|
+
|
|
647
673
|
readonly IsCompleted: boolean;
|
|
648
674
|
GetResult(): void;
|
|
649
675
|
OnCompleted(continuation: Action): void;
|
|
@@ -666,6 +692,9 @@ export type TaskAwaiter = TaskAwaiter$instance & __TaskAwaiter$views;
|
|
|
666
692
|
|
|
667
693
|
|
|
668
694
|
export interface TaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion {
|
|
695
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
696
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
697
|
+
|
|
669
698
|
readonly IsCompleted: boolean;
|
|
670
699
|
GetResult(): TResult;
|
|
671
700
|
OnCompleted(continuation: Action): void;
|
|
@@ -688,6 +717,9 @@ export type TaskAwaiter_1<TResult> = TaskAwaiter_1$instance<TResult> & __TaskAwa
|
|
|
688
717
|
|
|
689
718
|
|
|
690
719
|
export interface ValueTaskAwaiter$instance extends ICriticalNotifyCompletion {
|
|
720
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
721
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
722
|
+
|
|
691
723
|
readonly IsCompleted: boolean;
|
|
692
724
|
GetResult(): void;
|
|
693
725
|
OnCompleted(continuation: Action): void;
|
|
@@ -710,6 +742,9 @@ export type ValueTaskAwaiter = ValueTaskAwaiter$instance & __ValueTaskAwaiter$vi
|
|
|
710
742
|
|
|
711
743
|
|
|
712
744
|
export interface ValueTaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion {
|
|
745
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
746
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
747
|
+
|
|
713
748
|
readonly IsCompleted: boolean;
|
|
714
749
|
GetResult(): TResult;
|
|
715
750
|
OnCompleted(continuation: Action): void;
|
|
@@ -744,6 +779,9 @@ export const YieldAwaitable: {
|
|
|
744
779
|
export type YieldAwaitable = YieldAwaitable$instance;
|
|
745
780
|
|
|
746
781
|
export interface YieldAwaitable_YieldAwaiter$instance extends ICriticalNotifyCompletion {
|
|
782
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
783
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
784
|
+
|
|
747
785
|
readonly IsCompleted: boolean;
|
|
748
786
|
GetResult(): void;
|
|
749
787
|
OnCompleted(continuation: Action): void;
|
|
@@ -1058,6 +1096,9 @@ export const CompilerLoweringPreserveAttribute: {
|
|
|
1058
1096
|
export type CompilerLoweringPreserveAttribute = CompilerLoweringPreserveAttribute$instance;
|
|
1059
1097
|
|
|
1060
1098
|
export interface ConditionalWeakTable_2$instance<TKey, TValue> {
|
|
1099
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1100
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1101
|
+
|
|
1061
1102
|
Add(key: TKey, value: TValue): void;
|
|
1062
1103
|
AddOrUpdate(key: TKey, value: TValue): void;
|
|
1063
1104
|
Clear(): void;
|
|
@@ -1558,9 +1599,16 @@ export const PreserveBaseOverridesAttribute: {
|
|
|
1558
1599
|
export type PreserveBaseOverridesAttribute = PreserveBaseOverridesAttribute$instance;
|
|
1559
1600
|
|
|
1560
1601
|
export interface ReadOnlyCollectionBuilder_1$instance<T> {
|
|
1602
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1603
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1604
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
1605
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1606
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1607
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1608
|
+
|
|
1561
1609
|
Capacity: int;
|
|
1562
1610
|
readonly Count: int;
|
|
1563
|
-
|
|
1611
|
+
[index: number]: T;
|
|
1564
1612
|
Add(item: T): void;
|
|
1565
1613
|
Clear(): void;
|
|
1566
1614
|
Contains(item: T): boolean;
|
|
@@ -1678,6 +1726,8 @@ export const RuntimeCompatibilityAttribute: {
|
|
|
1678
1726
|
export type RuntimeCompatibilityAttribute = RuntimeCompatibilityAttribute$instance;
|
|
1679
1727
|
|
|
1680
1728
|
export interface RuntimeWrappedException$instance extends Exception {
|
|
1729
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1730
|
+
|
|
1681
1731
|
readonly WrappedException: unknown;
|
|
1682
1732
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1683
1733
|
}
|
|
@@ -1763,6 +1813,8 @@ export const StringFreezingAttribute: {
|
|
|
1763
1813
|
export type StringFreezingAttribute = StringFreezingAttribute$instance;
|
|
1764
1814
|
|
|
1765
1815
|
export interface StrongBox_1$instance<T> {
|
|
1816
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_IStrongBox: never;
|
|
1817
|
+
|
|
1766
1818
|
Value: T;
|
|
1767
1819
|
}
|
|
1768
1820
|
|
|
@@ -1794,6 +1846,8 @@ export const SuppressIldasmAttribute: {
|
|
|
1794
1846
|
export type SuppressIldasmAttribute = SuppressIldasmAttribute$instance;
|
|
1795
1847
|
|
|
1796
1848
|
export interface SwitchExpressionException$instance extends InvalidOperationException {
|
|
1849
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1850
|
+
|
|
1797
1851
|
readonly Message: string;
|
|
1798
1852
|
readonly UnmatchedValue: unknown | undefined;
|
|
1799
1853
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -357,6 +357,8 @@ export type DllImportResolver = (libraryName: string, assembly: Assembly, search
|
|
|
357
357
|
|
|
358
358
|
|
|
359
359
|
export interface ICustomAdapter$instance {
|
|
360
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ICustomAdapter: never;
|
|
361
|
+
|
|
360
362
|
GetUnderlyingObject(): unknown;
|
|
361
363
|
}
|
|
362
364
|
|
|
@@ -364,6 +366,8 @@ export interface ICustomAdapter$instance {
|
|
|
364
366
|
export type ICustomAdapter = ICustomAdapter$instance;
|
|
365
367
|
|
|
366
368
|
export interface ICustomFactory$instance {
|
|
369
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ICustomFactory: never;
|
|
370
|
+
|
|
367
371
|
CreateInstance(serverType: Type): MarshalByRefObject;
|
|
368
372
|
}
|
|
369
373
|
|
|
@@ -371,6 +375,8 @@ export interface ICustomFactory$instance {
|
|
|
371
375
|
export type ICustomFactory = ICustomFactory$instance;
|
|
372
376
|
|
|
373
377
|
export interface ICustomMarshaler$instance {
|
|
378
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ICustomMarshaler: never;
|
|
379
|
+
|
|
374
380
|
CleanUpManagedData(ManagedObj: unknown): void;
|
|
375
381
|
CleanUpNativeData(pNativeData: nint): void;
|
|
376
382
|
GetNativeDataSize(): int;
|
|
@@ -382,6 +388,8 @@ export interface ICustomMarshaler$instance {
|
|
|
382
388
|
export type ICustomMarshaler = ICustomMarshaler$instance;
|
|
383
389
|
|
|
384
390
|
export interface ICustomQueryInterface$instance {
|
|
391
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_ICustomQueryInterface: never;
|
|
392
|
+
|
|
385
393
|
GetInterface(iid: Guid, ppv: nint): CustomQueryInterfaceResult;
|
|
386
394
|
}
|
|
387
395
|
|
|
@@ -389,6 +397,8 @@ export interface ICustomQueryInterface$instance {
|
|
|
389
397
|
export type ICustomQueryInterface = ICustomQueryInterface$instance;
|
|
390
398
|
|
|
391
399
|
export interface IDynamicInterfaceCastable$instance {
|
|
400
|
+
readonly __tsonic_iface_System_Runtime_InteropServices_IDynamicInterfaceCastable: never;
|
|
401
|
+
|
|
392
402
|
GetInterfaceImplementation(interfaceType: RuntimeTypeHandle): RuntimeTypeHandle;
|
|
393
403
|
IsInterfaceImplemented(interfaceType: RuntimeTypeHandle, throwIfNotImplemented: boolean): boolean;
|
|
394
404
|
}
|
|
@@ -397,6 +407,8 @@ export interface IDynamicInterfaceCastable$instance {
|
|
|
397
407
|
export type IDynamicInterfaceCastable = IDynamicInterfaceCastable$instance;
|
|
398
408
|
|
|
399
409
|
export interface ArrayWithOffset$instance {
|
|
410
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
411
|
+
|
|
400
412
|
Equals(obj: unknown): boolean;
|
|
401
413
|
Equals(obj: ArrayWithOffset): boolean;
|
|
402
414
|
GetArray(): unknown | undefined;
|
|
@@ -421,6 +433,8 @@ export type ArrayWithOffset = ArrayWithOffset$instance & __ArrayWithOffset$views
|
|
|
421
433
|
|
|
422
434
|
|
|
423
435
|
export interface CLong$instance {
|
|
436
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
437
|
+
|
|
424
438
|
readonly Value: nint;
|
|
425
439
|
Equals(o: unknown): boolean;
|
|
426
440
|
Equals(other: CLong): boolean;
|
|
@@ -472,6 +486,8 @@ export const ComWrappers_ComInterfaceEntry: {
|
|
|
472
486
|
export type ComWrappers_ComInterfaceEntry = ComWrappers_ComInterfaceEntry$instance;
|
|
473
487
|
|
|
474
488
|
export interface CULong$instance {
|
|
489
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
490
|
+
|
|
475
491
|
readonly Value: nuint;
|
|
476
492
|
Equals(o: unknown): boolean;
|
|
477
493
|
Equals(other: CULong): boolean;
|
|
@@ -497,6 +513,8 @@ export type CULong = CULong$instance & __CULong$views;
|
|
|
497
513
|
|
|
498
514
|
|
|
499
515
|
export interface GCHandle$instance {
|
|
516
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
517
|
+
|
|
500
518
|
readonly IsAllocated: boolean;
|
|
501
519
|
get Target(): unknown | undefined;
|
|
502
520
|
set Target(value: unknown | undefined);
|
|
@@ -528,6 +546,9 @@ export type GCHandle = GCHandle$instance & __GCHandle$views;
|
|
|
528
546
|
|
|
529
547
|
|
|
530
548
|
export interface GCHandle_1$instance<T> {
|
|
549
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
550
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
551
|
+
|
|
531
552
|
readonly IsAllocated: boolean;
|
|
532
553
|
Target: T;
|
|
533
554
|
Dispose(): void;
|
|
@@ -572,6 +593,45 @@ export const HandleRef: {
|
|
|
572
593
|
export type HandleRef = HandleRef$instance;
|
|
573
594
|
|
|
574
595
|
export interface NFloat$instance extends IBitwiseOperators_3<NFloat, NFloat, NFloat>, IComparisonOperators_3<NFloat, NFloat, System_Internal.Boolean>, IEqualityOperators_3<NFloat, NFloat, System_Internal.Boolean>, IModulusOperators_3<NFloat, NFloat, NFloat>, IAdditionOperators_3<NFloat, NFloat, NFloat>, IDecrementOperators_1<NFloat>, IDivisionOperators_3<NFloat, NFloat, NFloat>, IIncrementOperators_1<NFloat>, IMultiplyOperators_3<NFloat, NFloat, NFloat>, ISubtractionOperators_3<NFloat, NFloat, NFloat>, IUnaryPlusOperators_2<NFloat, NFloat>, IUnaryNegationOperators_2<NFloat, NFloat> {
|
|
596
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
597
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
598
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
599
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
600
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
601
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
602
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
603
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
604
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
605
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
606
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
607
|
+
readonly __tsonic_iface_System_Numerics_IBinaryFloatingPointIeee754_1: never;
|
|
608
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
609
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
610
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
611
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
612
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
613
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
614
|
+
readonly __tsonic_iface_System_Numerics_IExponentialFunctions_1: never;
|
|
615
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPointConstants_1: never;
|
|
616
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPointIeee754_1: never;
|
|
617
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPoint_1: never;
|
|
618
|
+
readonly __tsonic_iface_System_Numerics_IHyperbolicFunctions_1: never;
|
|
619
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
620
|
+
readonly __tsonic_iface_System_Numerics_ILogarithmicFunctions_1: never;
|
|
621
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
622
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
623
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
624
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
625
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
626
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
627
|
+
readonly __tsonic_iface_System_Numerics_IPowerFunctions_1: never;
|
|
628
|
+
readonly __tsonic_iface_System_Numerics_IRootFunctions_1: never;
|
|
629
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
630
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
631
|
+
readonly __tsonic_iface_System_Numerics_ITrigonometricFunctions_1: never;
|
|
632
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
633
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
634
|
+
|
|
575
635
|
readonly Value: double;
|
|
576
636
|
CompareTo(obj: unknown): int;
|
|
577
637
|
CompareTo(other: NFloat): int;
|
|
@@ -751,6 +811,8 @@ export type NFloat = NFloat$instance & __NFloat$views;
|
|
|
751
811
|
|
|
752
812
|
|
|
753
813
|
export interface OSPlatform$instance {
|
|
814
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
815
|
+
|
|
754
816
|
Equals(other: OSPlatform): boolean;
|
|
755
817
|
Equals(obj: unknown): boolean;
|
|
756
818
|
GetHashCode(): int;
|
|
@@ -779,6 +841,9 @@ export type OSPlatform = OSPlatform$instance & __OSPlatform$views;
|
|
|
779
841
|
|
|
780
842
|
|
|
781
843
|
export interface PinnedGCHandle_1$instance<T> {
|
|
844
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
845
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
846
|
+
|
|
782
847
|
readonly IsAllocated: boolean;
|
|
783
848
|
Target: T;
|
|
784
849
|
Dispose(): void;
|
|
@@ -810,6 +875,9 @@ export type PinnedGCHandle_1<T> = PinnedGCHandle_1$instance<T> & __PinnedGCHandl
|
|
|
810
875
|
|
|
811
876
|
|
|
812
877
|
export interface WeakGCHandle_1$instance<T> {
|
|
878
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
879
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
880
|
+
|
|
813
881
|
readonly IsAllocated: boolean;
|
|
814
882
|
Dispose(): void;
|
|
815
883
|
Equals(obj: unknown): boolean;
|
|
@@ -927,6 +995,8 @@ export const ComAliasNameAttribute: {
|
|
|
927
995
|
export type ComAliasNameAttribute = ComAliasNameAttribute$instance;
|
|
928
996
|
|
|
929
997
|
export interface ComAwareEventInfo$instance extends EventInfo {
|
|
998
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
999
|
+
|
|
930
1000
|
readonly Attributes: EventAttributes;
|
|
931
1001
|
readonly DeclaringType: Type | undefined;
|
|
932
1002
|
readonly MetadataToken: int;
|
|
@@ -1015,6 +1085,8 @@ export const ComEventInterfaceAttribute: {
|
|
|
1015
1085
|
export type ComEventInterfaceAttribute = ComEventInterfaceAttribute$instance;
|
|
1016
1086
|
|
|
1017
1087
|
export interface COMException$instance extends ExternalException$instance {
|
|
1088
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1089
|
+
|
|
1018
1090
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1019
1091
|
ToString(): string;
|
|
1020
1092
|
}
|
|
@@ -1121,6 +1193,8 @@ export const ComWrappers: (abstract new() => ComWrappers) & {
|
|
|
1121
1193
|
export type ComWrappers = ComWrappers$instance;
|
|
1122
1194
|
|
|
1123
1195
|
export interface CriticalHandle$instance extends CriticalFinalizerObject {
|
|
1196
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1197
|
+
|
|
1124
1198
|
readonly IsClosed: boolean;
|
|
1125
1199
|
readonly IsInvalid: boolean;
|
|
1126
1200
|
Close(): void;
|
|
@@ -1262,6 +1336,8 @@ export const ErrorWrapper: {
|
|
|
1262
1336
|
export type ErrorWrapper = ErrorWrapper$instance;
|
|
1263
1337
|
|
|
1264
1338
|
export interface ExternalException$instance extends SystemException {
|
|
1339
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1340
|
+
|
|
1265
1341
|
readonly ErrorCode: int;
|
|
1266
1342
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1267
1343
|
ToString(): string;
|
|
@@ -1362,6 +1438,8 @@ export const InterfaceTypeAttribute: {
|
|
|
1362
1438
|
export type InterfaceTypeAttribute = InterfaceTypeAttribute$instance;
|
|
1363
1439
|
|
|
1364
1440
|
export interface InvalidComObjectException$instance extends SystemException {
|
|
1441
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1442
|
+
|
|
1365
1443
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1366
1444
|
}
|
|
1367
1445
|
|
|
@@ -1381,6 +1459,8 @@ export type InvalidComObjectException = InvalidComObjectException$instance & __I
|
|
|
1381
1459
|
|
|
1382
1460
|
|
|
1383
1461
|
export interface InvalidOleVariantTypeException$instance extends SystemException {
|
|
1462
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1463
|
+
|
|
1384
1464
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1385
1465
|
}
|
|
1386
1466
|
|
|
@@ -1465,6 +1545,8 @@ export const MarshalAsAttribute: {
|
|
|
1465
1545
|
export type MarshalAsAttribute = MarshalAsAttribute$instance;
|
|
1466
1546
|
|
|
1467
1547
|
export interface MarshalDirectiveException$instance extends SystemException {
|
|
1548
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1549
|
+
|
|
1468
1550
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1469
1551
|
}
|
|
1470
1552
|
|
|
@@ -1519,6 +1601,8 @@ export const PosixSignalContext: {
|
|
|
1519
1601
|
export type PosixSignalContext = PosixSignalContext$instance;
|
|
1520
1602
|
|
|
1521
1603
|
export interface PosixSignalRegistration$instance {
|
|
1604
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1605
|
+
|
|
1522
1606
|
Dispose(): void;
|
|
1523
1607
|
Finalize(): void;
|
|
1524
1608
|
}
|
|
@@ -1575,6 +1659,8 @@ export const ProgIdAttribute: {
|
|
|
1575
1659
|
export type ProgIdAttribute = ProgIdAttribute$instance;
|
|
1576
1660
|
|
|
1577
1661
|
export interface SafeArrayRankMismatchException$instance extends SystemException {
|
|
1662
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1663
|
+
|
|
1578
1664
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1579
1665
|
}
|
|
1580
1666
|
|
|
@@ -1594,6 +1680,8 @@ export type SafeArrayRankMismatchException = SafeArrayRankMismatchException$inst
|
|
|
1594
1680
|
|
|
1595
1681
|
|
|
1596
1682
|
export interface SafeArrayTypeMismatchException$instance extends SystemException {
|
|
1683
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1684
|
+
|
|
1597
1685
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1598
1686
|
}
|
|
1599
1687
|
|
|
@@ -1613,6 +1701,8 @@ export type SafeArrayTypeMismatchException = SafeArrayTypeMismatchException$inst
|
|
|
1613
1701
|
|
|
1614
1702
|
|
|
1615
1703
|
export interface SafeBuffer$instance extends SafeHandleZeroOrMinusOneIsInvalid {
|
|
1704
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1705
|
+
|
|
1616
1706
|
readonly ByteLength: ulong;
|
|
1617
1707
|
AcquirePointer(pointer: ptr<byte>): void;
|
|
1618
1708
|
Dispose(): void;
|
|
@@ -1642,6 +1732,8 @@ export type SafeBuffer = SafeBuffer$instance & __SafeBuffer$views;
|
|
|
1642
1732
|
|
|
1643
1733
|
|
|
1644
1734
|
export interface SafeHandle$instance extends CriticalFinalizerObject {
|
|
1735
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1736
|
+
|
|
1645
1737
|
readonly IsClosed: boolean;
|
|
1646
1738
|
readonly IsInvalid: boolean;
|
|
1647
1739
|
Close(): void;
|
|
@@ -1668,6 +1760,8 @@ export type SafeHandle = SafeHandle$instance & __SafeHandle$views;
|
|
|
1668
1760
|
|
|
1669
1761
|
|
|
1670
1762
|
export interface SEHException$instance extends ExternalException$instance {
|
|
1763
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1764
|
+
|
|
1671
1765
|
CanResume(): boolean;
|
|
1672
1766
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1673
1767
|
}
|