@tsonic/dotnet 10.0.4 → 10.0.9

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.
Files changed (128) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +10 -0
  2. package/Microsoft.VisualBasic/internal/index.d.ts +42 -0
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +60 -0
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +12 -0
  5. package/Microsoft.Win32/internal/index.d.ts +5 -3
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +68 -0
  7. package/System/internal/index.d.ts +1438 -161
  8. package/System.Buffers/internal/index.d.ts +42 -6
  9. package/System.CodeDom.Compiler/internal/index.d.ts +7 -0
  10. package/System.Collections/internal/index.d.ts +109 -27
  11. package/System.Collections.Concurrent/internal/index.d.ts +52 -3
  12. package/System.Collections.Frozen/internal/index.d.ts +37 -0
  13. package/System.Collections.Generic/internal/index.d.ts +422 -33
  14. package/System.Collections.Immutable/internal/index.d.ts +193 -2
  15. package/System.Collections.ObjectModel/internal/index.d.ts +98 -6
  16. package/System.Collections.Specialized/internal/index.d.ts +72 -10
  17. package/System.ComponentModel/internal/index.d.ts +392 -23
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +79 -3
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
  20. package/System.ComponentModel.Design/internal/index.d.ts +120 -3
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +40 -0
  22. package/System.Data/internal/index.d.ts +273 -20
  23. package/System.Data.Common/internal/index.d.ts +146 -32
  24. package/System.Data.SqlTypes/internal/index.d.ts +147 -48
  25. package/System.Diagnostics/internal/index.d.ts +213 -13
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +28 -0
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +37 -3
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +30 -0
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +56 -6
  31. package/System.Drawing/internal/index.d.ts +38 -0
  32. package/System.Dynamic/internal/index.d.ts +50 -5
  33. package/System.Formats.Asn1/internal/index.d.ts +19 -3
  34. package/System.Formats.Tar/internal/index.d.ts +26 -6
  35. package/System.Globalization/internal/index.d.ts +116 -20
  36. package/System.IO/internal/index.d.ts +141 -18
  37. package/System.IO.Compression/internal/index.d.ts +46 -9
  38. package/System.IO.Enumeration/internal/index.d.ts +13 -0
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +18 -3
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +13 -0
  41. package/System.IO.Pipelines/internal/index.d.ts +22 -2
  42. package/System.IO.Pipes/internal/index.d.ts +31 -0
  43. package/System.Linq/internal/index.d.ts +55 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +103 -18
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
  46. package/System.Net/internal/index.d.ts +202 -21
  47. package/System.Net.Cache/internal/index.d.ts +4 -0
  48. package/System.Net.Http/internal/index.d.ts +103 -0
  49. package/System.Net.Http.Headers/internal/index.d.ts +151 -60
  50. package/System.Net.Http.Json/internal/index.d.ts +4 -0
  51. package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
  52. package/System.Net.Mail/internal/index.d.ts +88 -9
  53. package/System.Net.Mime/internal/index.d.ts +4 -0
  54. package/System.Net.NetworkInformation/internal/index.d.ts +89 -0
  55. package/System.Net.Quic/internal/index.d.ts +31 -6
  56. package/System.Net.Security/internal/index.d.ts +40 -3
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
  58. package/System.Net.Sockets/internal/index.d.ts +59 -6
  59. package/System.Net.WebSockets/internal/index.d.ts +32 -3
  60. package/System.Numerics/internal/index.d.ts +173 -7
  61. package/System.Reflection/internal/index.d.ts +202 -30
  62. package/System.Reflection.Emit/internal/index.d.ts +80 -9
  63. package/System.Reflection.Metadata/internal/index.d.ts +650 -5
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +80 -0
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +39 -3
  66. package/System.Resources/internal/index.d.ts +35 -1
  67. package/System.Runtime/internal/index.d.ts +18 -6
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +330 -33
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
  71. package/System.Runtime.InteropServices/internal/index.d.ts +268 -14
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +82 -0
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +59 -3
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +82 -12
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +56 -12
  79. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
  80. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
  81. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
  82. package/System.Runtime.Loader/internal/index.d.ts +9 -3
  83. package/System.Runtime.Remoting/internal/index.d.ts +2 -0
  84. package/System.Runtime.Serialization/internal/index.d.ts +111 -9
  85. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
  86. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
  87. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
  88. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -0
  89. package/System.Runtime.Versioning/internal/index.d.ts +28 -0
  90. package/System.Security/internal/index.d.ts +46 -6
  91. package/System.Security.AccessControl/internal/index.d.ts +116 -2
  92. package/System.Security.Authentication/internal/index.d.ts +8 -0
  93. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +16 -5
  94. package/System.Security.Claims/internal/index.d.ts +12 -6
  95. package/System.Security.Cryptography/internal/index.d.ts +568 -42
  96. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +114 -9
  97. package/System.Security.Permissions/internal/index.d.ts +6 -0
  98. package/System.Security.Policy/internal/index.d.ts +7 -0
  99. package/System.Security.Principal/internal/index.d.ts +42 -5
  100. package/System.Text/internal/index.d.ts +108 -8
  101. package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
  102. package/System.Text.Json/internal/index.d.ts +53 -6
  103. package/System.Text.Json.Nodes/internal/index.d.ts +21 -0
  104. package/System.Text.Json.Schema/internal/index.d.ts +4 -0
  105. package/System.Text.Json.Serialization/internal/index.d.ts +64 -0
  106. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +27 -3
  107. package/System.Text.RegularExpressions/internal/index.d.ts +75 -3
  108. package/System.Text.Unicode/internal/index.d.ts +4 -0
  109. package/System.Threading/internal/index.d.ts +186 -24
  110. package/System.Threading.Channels/internal/index.d.ts +20 -0
  111. package/System.Threading.Tasks/internal/index.d.ts +48 -6
  112. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +99 -0
  113. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -0
  114. package/System.Timers/internal/index.d.ts +11 -3
  115. package/System.Transactions/internal/index.d.ts +76 -15
  116. package/System.Web/internal/index.d.ts +4 -0
  117. package/System.Windows.Input/internal/index.d.ts +2 -0
  118. package/System.Windows.Markup/internal/index.d.ts +2 -0
  119. package/System.Xml/internal/index.d.ts +245 -20
  120. package/System.Xml.Linq/internal/index.d.ts +73 -17
  121. package/System.Xml.Resolvers/internal/index.d.ts +2 -0
  122. package/System.Xml.Schema/internal/index.d.ts +171 -0
  123. package/System.Xml.Serialization/internal/index.d.ts +141 -0
  124. package/System.Xml.XPath/internal/index.d.ts +27 -8
  125. package/System.Xml.Xsl/internal/index.d.ts +27 -0
  126. package/System.Xml.Xsl.Runtime/internal/index.d.ts +112 -0
  127. package/__internal/extensions/index.d.ts +2143 -1955
  128. package/package.json +2 -2
@@ -38,6 +38,8 @@ export enum SecurityRuleSet {
38
38
 
39
39
 
40
40
  export interface IPermission$instance extends ISecurityEncodable {
41
+ readonly __tsonic_iface_System_Security_IPermission: never;
42
+
41
43
  Copy(): IPermission;
42
44
  Demand(): void;
43
45
  FromXml(e: SecurityElement): void;
@@ -52,6 +54,8 @@ export interface IPermission$instance extends ISecurityEncodable$instance {}
52
54
  export type IPermission = IPermission$instance;
53
55
 
54
56
  export interface ISecurityEncodable$instance {
57
+ readonly __tsonic_iface_System_Security_ISecurityEncodable: never;
58
+
55
59
  FromXml(e: SecurityElement): void;
56
60
  ToXml(): SecurityElement | undefined;
57
61
  }
@@ -60,6 +64,8 @@ export interface ISecurityEncodable$instance {
60
64
  export type ISecurityEncodable = ISecurityEncodable$instance;
61
65
 
62
66
  export interface IStackWalk$instance {
67
+ readonly __tsonic_iface_System_Security_IStackWalk: never;
68
+
63
69
  Assert(): void;
64
70
  }
65
71
 
@@ -67,6 +73,8 @@ export interface IStackWalk$instance {
67
73
  export type IStackWalk = IStackWalk$instance;
68
74
 
69
75
  export interface AllowPartiallyTrustedCallersAttribute$instance extends Attribute {
76
+ readonly __tsonic_type_System_Security_AllowPartiallyTrustedCallersAttribute: never;
77
+
70
78
  PartialTrustVisibilityLevel: PartialTrustVisibilityLevel;
71
79
  }
72
80
 
@@ -78,7 +86,15 @@ export const AllowPartiallyTrustedCallersAttribute: {
78
86
 
79
87
  export type AllowPartiallyTrustedCallersAttribute = AllowPartiallyTrustedCallersAttribute$instance;
80
88
 
81
- export interface PermissionSet$instance {
89
+ export interface PermissionSet$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, ISecurityEncodable$instance, IStackWalk$instance {
90
+ readonly __tsonic_type_System_Security_PermissionSet: never;
91
+
92
+ readonly __tsonic_iface_System_Collections_ICollection: never;
93
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
94
+ readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
95
+ readonly __tsonic_iface_System_Security_ISecurityEncodable: never;
96
+ readonly __tsonic_iface_System_Security_IStackWalk: never;
97
+
82
98
  readonly Count: int;
83
99
  readonly IsReadOnly: boolean;
84
100
  readonly IsSynchronized: boolean;
@@ -129,12 +145,14 @@ export interface __PermissionSet$views {
129
145
  As_IStackWalk(): IStackWalk$instance;
130
146
  }
131
147
 
132
- export interface PermissionSet$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, ISecurityEncodable$instance, IStackWalk$instance {}
133
-
134
148
  export type PermissionSet = PermissionSet$instance & __PermissionSet$views;
135
149
 
136
150
 
137
- export interface SecureString$instance {
151
+ export interface SecureString$instance extends System_Internal.IDisposable$instance {
152
+ readonly __tsonic_type_System_Security_SecureString: never;
153
+
154
+ readonly __tsonic_iface_System_IDisposable: never;
155
+
138
156
  readonly Length: int;
139
157
  AppendChar(c: char): void;
140
158
  Clear(): void;
@@ -158,12 +176,12 @@ export interface __SecureString$views {
158
176
  As_IDisposable(): System_Internal.IDisposable$instance;
159
177
  }
160
178
 
161
- export interface SecureString$instance extends System_Internal.IDisposable$instance {}
162
-
163
179
  export type SecureString = SecureString$instance & __SecureString$views;
164
180
 
165
181
 
166
182
  export interface SecurityCriticalAttribute$instance extends Attribute {
183
+ readonly __tsonic_type_System_Security_SecurityCriticalAttribute: never;
184
+
167
185
  readonly Scope: SecurityCriticalScope;
168
186
  }
169
187
 
@@ -177,6 +195,8 @@ export const SecurityCriticalAttribute: {
177
195
  export type SecurityCriticalAttribute = SecurityCriticalAttribute$instance;
178
196
 
179
197
  export interface SecurityElement$instance {
198
+ readonly __tsonic_type_System_Security_SecurityElement: never;
199
+
180
200
  get Attributes(): Hashtable | undefined;
181
201
  set Attributes(value: Hashtable | undefined);
182
202
  get Children(): ArrayList | undefined;
@@ -210,6 +230,10 @@ export const SecurityElement: {
210
230
  export type SecurityElement = SecurityElement$instance;
211
231
 
212
232
  export interface SecurityException$instance extends SystemException {
233
+ readonly __tsonic_type_System_Security_SecurityException: never;
234
+
235
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
236
+
213
237
  get Demanded(): unknown | undefined;
214
238
  set Demanded(value: unknown | undefined);
215
239
  get DenySetInstance(): unknown | undefined;
@@ -252,6 +276,8 @@ export type SecurityException = SecurityException$instance & __SecurityException
252
276
 
253
277
 
254
278
  export interface SecurityRulesAttribute$instance extends Attribute {
279
+ readonly __tsonic_type_System_Security_SecurityRulesAttribute: never;
280
+
255
281
  readonly RuleSet: SecurityRuleSet;
256
282
  SkipVerificationInFullTrust: boolean;
257
283
  }
@@ -265,6 +291,8 @@ export const SecurityRulesAttribute: {
265
291
  export type SecurityRulesAttribute = SecurityRulesAttribute$instance;
266
292
 
267
293
  export interface SecuritySafeCriticalAttribute$instance extends Attribute {
294
+ readonly __tsonic_type_System_Security_SecuritySafeCriticalAttribute: never;
295
+
268
296
  }
269
297
 
270
298
 
@@ -276,6 +304,8 @@ export const SecuritySafeCriticalAttribute: {
276
304
  export type SecuritySafeCriticalAttribute = SecuritySafeCriticalAttribute$instance;
277
305
 
278
306
  export interface SecurityTransparentAttribute$instance extends Attribute {
307
+ readonly __tsonic_type_System_Security_SecurityTransparentAttribute: never;
308
+
279
309
  }
280
310
 
281
311
 
@@ -287,6 +317,8 @@ export const SecurityTransparentAttribute: {
287
317
  export type SecurityTransparentAttribute = SecurityTransparentAttribute$instance;
288
318
 
289
319
  export interface SecurityTreatAsSafeAttribute$instance extends Attribute {
320
+ readonly __tsonic_type_System_Security_SecurityTreatAsSafeAttribute: never;
321
+
290
322
  }
291
323
 
292
324
 
@@ -298,6 +330,8 @@ export const SecurityTreatAsSafeAttribute: {
298
330
  export type SecurityTreatAsSafeAttribute = SecurityTreatAsSafeAttribute$instance;
299
331
 
300
332
  export interface SuppressUnmanagedCodeSecurityAttribute$instance extends Attribute {
333
+ readonly __tsonic_type_System_Security_SuppressUnmanagedCodeSecurityAttribute: never;
334
+
301
335
  }
302
336
 
303
337
 
@@ -309,6 +343,8 @@ export const SuppressUnmanagedCodeSecurityAttribute: {
309
343
  export type SuppressUnmanagedCodeSecurityAttribute = SuppressUnmanagedCodeSecurityAttribute$instance;
310
344
 
311
345
  export interface UnverifiableCodeAttribute$instance extends Attribute {
346
+ readonly __tsonic_type_System_Security_UnverifiableCodeAttribute: never;
347
+
312
348
  }
313
349
 
314
350
 
@@ -320,6 +356,10 @@ export const UnverifiableCodeAttribute: {
320
356
  export type UnverifiableCodeAttribute = UnverifiableCodeAttribute$instance;
321
357
 
322
358
  export interface VerificationException$instance extends SystemException {
359
+ readonly __tsonic_type_System_Security_VerificationException: never;
360
+
361
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
362
+
323
363
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
324
364
  }
325
365
 
@@ -254,6 +254,8 @@ export enum SemaphoreRights {
254
254
 
255
255
 
256
256
  export interface AccessRule$instance extends AuthorizationRule {
257
+ readonly __tsonic_type_System_Security_AccessControl_AccessRule: never;
258
+
257
259
  readonly AccessControlType: AccessControlType;
258
260
  }
259
261
 
@@ -265,6 +267,8 @@ export const AccessRule: (abstract new(identity: IdentityReference, accessMask:
265
267
  export type AccessRule = AccessRule$instance;
266
268
 
267
269
  export interface AccessRule_1$instance<T extends unknown> extends AccessRule {
270
+ readonly __tsonic_type_System_Security_AccessControl_AccessRule_1: never;
271
+
268
272
  readonly Rights: T;
269
273
  }
270
274
 
@@ -280,6 +284,10 @@ export const AccessRule_1: {
280
284
  export type AccessRule_1<T> = AccessRule_1$instance<T>;
281
285
 
282
286
  export interface AceEnumerator$instance {
287
+ readonly __tsonic_type_System_Security_AccessControl_AceEnumerator: never;
288
+
289
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
290
+
283
291
  readonly Current: GenericAce;
284
292
  MoveNext(): boolean;
285
293
  Reset(): void;
@@ -298,6 +306,8 @@ export type AceEnumerator = AceEnumerator$instance & __AceEnumerator$views;
298
306
 
299
307
 
300
308
  export interface AuditRule$instance extends AuthorizationRule {
309
+ readonly __tsonic_type_System_Security_AccessControl_AuditRule: never;
310
+
301
311
  readonly AuditFlags: AuditFlags;
302
312
  }
303
313
 
@@ -309,6 +319,8 @@ export const AuditRule: (abstract new(identity: IdentityReference, accessMask: i
309
319
  export type AuditRule = AuditRule$instance;
310
320
 
311
321
  export interface AuditRule_1$instance<T extends unknown> extends AuditRule {
322
+ readonly __tsonic_type_System_Security_AccessControl_AuditRule_1: never;
323
+
312
324
  readonly Rights: T;
313
325
  }
314
326
 
@@ -324,6 +336,8 @@ export const AuditRule_1: {
324
336
  export type AuditRule_1<T> = AuditRule_1$instance<T>;
325
337
 
326
338
  export interface AuthorizationRule$instance {
339
+ readonly __tsonic_type_System_Security_AccessControl_AuthorizationRule: never;
340
+
327
341
  readonly IdentityReference: IdentityReference;
328
342
  readonly InheritanceFlags: InheritanceFlags;
329
343
  readonly IsInherited: boolean;
@@ -338,6 +352,11 @@ export const AuthorizationRule: (abstract new(identity: IdentityReference, acces
338
352
  export type AuthorizationRule = AuthorizationRule$instance;
339
353
 
340
354
  export interface AuthorizationRuleCollection$instance extends ReadOnlyCollectionBase {
355
+ readonly __tsonic_type_System_Security_AccessControl_AuthorizationRuleCollection: never;
356
+
357
+ readonly __tsonic_iface_System_Collections_ICollection: never;
358
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
359
+
341
360
  readonly [index: number]: AuthorizationRule | undefined;
342
361
  AddRule(rule: AuthorizationRule): void;
343
362
  CopyTo(array: ClrArray, index: int): void;
@@ -355,12 +374,12 @@ export interface __AuthorizationRuleCollection$views {
355
374
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
356
375
  }
357
376
 
358
- export interface AuthorizationRuleCollection$instance extends System_Collections_Internal.ICollection$instance {}
359
-
360
377
  export type AuthorizationRuleCollection = AuthorizationRuleCollection$instance & __AuthorizationRuleCollection$views;
361
378
 
362
379
 
363
380
  export interface CommonAce$instance extends QualifiedAce {
381
+ readonly __tsonic_type_System_Security_AccessControl_CommonAce: never;
382
+
364
383
  readonly BinaryLength: int;
365
384
  GetBinaryForm(binaryForm: byte[], offset: int): void;
366
385
  }
@@ -375,6 +394,11 @@ export const CommonAce: {
375
394
  export type CommonAce = CommonAce$instance;
376
395
 
377
396
  export interface CommonAcl$instance extends GenericAcl$instance {
397
+ readonly __tsonic_type_System_Security_AccessControl_CommonAcl: never;
398
+
399
+ readonly __tsonic_iface_System_Collections_ICollection: never;
400
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
401
+
378
402
  readonly BinaryLength: int;
379
403
  readonly Count: int;
380
404
  readonly IsCanonical: boolean;
@@ -405,6 +429,8 @@ export type CommonAcl = CommonAcl$instance & __CommonAcl$views;
405
429
 
406
430
 
407
431
  export interface CommonObjectSecurity$instance extends ObjectSecurity {
432
+ readonly __tsonic_type_System_Security_AccessControl_CommonObjectSecurity: never;
433
+
408
434
  GetAccessRules(includeExplicit: boolean, includeInherited: boolean, targetType: Type): AuthorizationRuleCollection;
409
435
  GetAuditRules(includeExplicit: boolean, includeInherited: boolean, targetType: Type): AuthorizationRuleCollection;
410
436
  ModifyAccess(modification: AccessControlModification, rule: AccessRule, modified: boolean): boolean;
@@ -419,6 +445,8 @@ export const CommonObjectSecurity: (abstract new(isContainer: boolean) => Common
419
445
  export type CommonObjectSecurity = CommonObjectSecurity$instance;
420
446
 
421
447
  export interface CommonSecurityDescriptor$instance extends GenericSecurityDescriptor {
448
+ readonly __tsonic_type_System_Security_AccessControl_CommonSecurityDescriptor: never;
449
+
422
450
  readonly ControlFlags: ControlFlags;
423
451
  get DiscretionaryAcl(): DiscretionaryAcl | undefined;
424
452
  set DiscretionaryAcl(value: DiscretionaryAcl | undefined);
@@ -452,6 +480,8 @@ export const CommonSecurityDescriptor: {
452
480
  export type CommonSecurityDescriptor = CommonSecurityDescriptor$instance;
453
481
 
454
482
  export interface CompoundAce$instance extends KnownAce {
483
+ readonly __tsonic_type_System_Security_AccessControl_CompoundAce: never;
484
+
455
485
  readonly BinaryLength: int;
456
486
  CompoundAceType: CompoundAceType;
457
487
  GetBinaryForm(binaryForm: byte[], offset: int): void;
@@ -466,6 +496,8 @@ export const CompoundAce: {
466
496
  export type CompoundAce = CompoundAce$instance;
467
497
 
468
498
  export interface CustomAce$instance extends GenericAce {
499
+ readonly __tsonic_type_System_Security_AccessControl_CustomAce: never;
500
+
469
501
  readonly BinaryLength: int;
470
502
  readonly OpaqueLength: int;
471
503
  GetBinaryForm(binaryForm: byte[], offset: int): void;
@@ -483,6 +515,8 @@ export const CustomAce: {
483
515
  export type CustomAce = CustomAce$instance;
484
516
 
485
517
  export interface DirectoryObjectSecurity$instance extends ObjectSecurity {
518
+ readonly __tsonic_type_System_Security_AccessControl_DirectoryObjectSecurity: never;
519
+
486
520
  AccessRuleFactory(identityReference: IdentityReference, accessMask: int, isInherited: boolean, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type: AccessControlType, objectType: Guid, inheritedObjectType: Guid): AccessRule;
487
521
  AccessRuleFactory(identityReference: IdentityReference, accessMask: int, isInherited: boolean, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type: AccessControlType): AccessRule;
488
522
  AuditRuleFactory(identityReference: IdentityReference, accessMask: int, isInherited: boolean, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags, objectType: Guid, inheritedObjectType: Guid): AuditRule;
@@ -501,6 +535,8 @@ export const DirectoryObjectSecurity: (abstract new() => DirectoryObjectSecurity
501
535
  export type DirectoryObjectSecurity = DirectoryObjectSecurity$instance;
502
536
 
503
537
  export interface DirectorySecurity$instance extends FileSystemSecurity {
538
+ readonly __tsonic_type_System_Security_AccessControl_DirectorySecurity: never;
539
+
504
540
  }
505
541
 
506
542
 
@@ -513,6 +549,11 @@ export const DirectorySecurity: {
513
549
  export type DirectorySecurity = DirectorySecurity$instance;
514
550
 
515
551
  export interface DiscretionaryAcl$instance extends CommonAcl$instance {
552
+ readonly __tsonic_type_System_Security_AccessControl_DiscretionaryAcl: never;
553
+
554
+ readonly __tsonic_iface_System_Collections_ICollection: never;
555
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
556
+
516
557
  AddAccess(accessType: AccessControlType, sid: SecurityIdentifier, accessMask: int, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags): void;
517
558
  AddAccess(accessType: AccessControlType, sid: SecurityIdentifier, accessMask: int, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, objectFlags: ObjectAceFlags, objectType: Guid, inheritedObjectType: Guid): void;
518
559
  AddAccess(accessType: AccessControlType, sid: SecurityIdentifier, rule: ObjectAccessRule): void;
@@ -548,6 +589,8 @@ export type DiscretionaryAcl = DiscretionaryAcl$instance & __DiscretionaryAcl$vi
548
589
 
549
590
 
550
591
  export interface EventWaitHandleAccessRule$instance extends AccessRule {
592
+ readonly __tsonic_type_System_Security_AccessControl_EventWaitHandleAccessRule: never;
593
+
551
594
  readonly EventWaitHandleRights: EventWaitHandleRights;
552
595
  }
553
596
 
@@ -561,6 +604,8 @@ export const EventWaitHandleAccessRule: {
561
604
  export type EventWaitHandleAccessRule = EventWaitHandleAccessRule$instance;
562
605
 
563
606
  export interface EventWaitHandleAuditRule$instance extends AuditRule {
607
+ readonly __tsonic_type_System_Security_AccessControl_EventWaitHandleAuditRule: never;
608
+
564
609
  readonly EventWaitHandleRights: EventWaitHandleRights;
565
610
  }
566
611
 
@@ -573,6 +618,8 @@ export const EventWaitHandleAuditRule: {
573
618
  export type EventWaitHandleAuditRule = EventWaitHandleAuditRule$instance;
574
619
 
575
620
  export interface EventWaitHandleSecurity$instance extends NativeObjectSecurity {
621
+ readonly __tsonic_type_System_Security_AccessControl_EventWaitHandleSecurity: never;
622
+
576
623
  readonly AccessRightType: Type;
577
624
  readonly AccessRuleType: Type;
578
625
  readonly AuditRuleType: Type;
@@ -600,6 +647,8 @@ export const EventWaitHandleSecurity: {
600
647
  export type EventWaitHandleSecurity = EventWaitHandleSecurity$instance;
601
648
 
602
649
  export interface FileSecurity$instance extends FileSystemSecurity {
650
+ readonly __tsonic_type_System_Security_AccessControl_FileSecurity: never;
651
+
603
652
  }
604
653
 
605
654
 
@@ -612,6 +661,8 @@ export const FileSecurity: {
612
661
  export type FileSecurity = FileSecurity$instance;
613
662
 
614
663
  export interface FileSystemAccessRule$instance extends AccessRule {
664
+ readonly __tsonic_type_System_Security_AccessControl_FileSystemAccessRule: never;
665
+
615
666
  readonly FileSystemRights: FileSystemRights;
616
667
  }
617
668
 
@@ -627,6 +678,8 @@ export const FileSystemAccessRule: {
627
678
  export type FileSystemAccessRule = FileSystemAccessRule$instance;
628
679
 
629
680
  export interface FileSystemAuditRule$instance extends AuditRule {
681
+ readonly __tsonic_type_System_Security_AccessControl_FileSystemAuditRule: never;
682
+
630
683
  readonly FileSystemRights: FileSystemRights;
631
684
  }
632
685
 
@@ -642,6 +695,8 @@ export const FileSystemAuditRule: {
642
695
  export type FileSystemAuditRule = FileSystemAuditRule$instance;
643
696
 
644
697
  export interface FileSystemSecurity$instance extends NativeObjectSecurity {
698
+ readonly __tsonic_type_System_Security_AccessControl_FileSystemSecurity: never;
699
+
645
700
  readonly AccessRightType: Type;
646
701
  readonly AccessRuleType: Type;
647
702
  readonly AuditRuleType: Type;
@@ -668,6 +723,8 @@ export const FileSystemSecurity: {
668
723
  export type FileSystemSecurity = FileSystemSecurity$instance;
669
724
 
670
725
  export interface GenericAce$instance {
726
+ readonly __tsonic_type_System_Security_AccessControl_GenericAce: never;
727
+
671
728
  AceFlags: AceFlags;
672
729
  readonly AceType: AceType;
673
730
  readonly AuditFlags: AuditFlags;
@@ -690,6 +747,11 @@ export const GenericAce: {
690
747
  export type GenericAce = GenericAce$instance;
691
748
 
692
749
  export interface GenericAcl$instance {
750
+ readonly __tsonic_type_System_Security_AccessControl_GenericAcl: never;
751
+
752
+ readonly __tsonic_iface_System_Collections_ICollection: never;
753
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
754
+
693
755
  readonly BinaryLength: int;
694
756
  readonly Count: int;
695
757
  readonly IsSynchronized: boolean;
@@ -718,6 +780,8 @@ export type GenericAcl = GenericAcl$instance & __GenericAcl$views;
718
780
 
719
781
 
720
782
  export interface GenericSecurityDescriptor$instance {
783
+ readonly __tsonic_type_System_Security_AccessControl_GenericSecurityDescriptor: never;
784
+
721
785
  readonly BinaryLength: int;
722
786
  readonly ControlFlags: ControlFlags;
723
787
  get Group(): SecurityIdentifier | undefined;
@@ -738,6 +802,8 @@ export const GenericSecurityDescriptor: {
738
802
  export type GenericSecurityDescriptor = GenericSecurityDescriptor$instance;
739
803
 
740
804
  export interface KnownAce$instance extends GenericAce {
805
+ readonly __tsonic_type_System_Security_AccessControl_KnownAce: never;
806
+
741
807
  AccessMask: int;
742
808
  SecurityIdentifier: SecurityIdentifier;
743
809
  }
@@ -750,6 +816,8 @@ export const KnownAce: {
750
816
  export type KnownAce = KnownAce$instance;
751
817
 
752
818
  export interface MutexAccessRule$instance extends AccessRule {
819
+ readonly __tsonic_type_System_Security_AccessControl_MutexAccessRule: never;
820
+
753
821
  readonly MutexRights: MutexRights;
754
822
  }
755
823
 
@@ -763,6 +831,8 @@ export const MutexAccessRule: {
763
831
  export type MutexAccessRule = MutexAccessRule$instance;
764
832
 
765
833
  export interface MutexAuditRule$instance extends AuditRule {
834
+ readonly __tsonic_type_System_Security_AccessControl_MutexAuditRule: never;
835
+
766
836
  readonly MutexRights: MutexRights;
767
837
  }
768
838
 
@@ -775,6 +845,8 @@ export const MutexAuditRule: {
775
845
  export type MutexAuditRule = MutexAuditRule$instance;
776
846
 
777
847
  export interface MutexSecurity$instance extends NativeObjectSecurity {
848
+ readonly __tsonic_type_System_Security_AccessControl_MutexSecurity: never;
849
+
778
850
  readonly AccessRightType: Type;
779
851
  readonly AccessRuleType: Type;
780
852
  readonly AuditRuleType: Type;
@@ -803,6 +875,8 @@ export const MutexSecurity: {
803
875
  export type MutexSecurity = MutexSecurity$instance;
804
876
 
805
877
  export interface NativeObjectSecurity$instance extends CommonObjectSecurity {
878
+ readonly __tsonic_type_System_Security_AccessControl_NativeObjectSecurity: never;
879
+
806
880
  Persist(handle: SafeHandle, includeSections: AccessControlSections): void;
807
881
  Persist(name: string, includeSections: AccessControlSections): void;
808
882
  Persist(enableOwnershipPrivilege: boolean, name: string, includeSections: AccessControlSections): void;
@@ -816,6 +890,8 @@ export const NativeObjectSecurity: (abstract new(isContainer: boolean, resourceT
816
890
  export type NativeObjectSecurity = NativeObjectSecurity$instance;
817
891
 
818
892
  export interface ObjectAccessRule$instance extends AccessRule {
893
+ readonly __tsonic_type_System_Security_AccessControl_ObjectAccessRule: never;
894
+
819
895
  readonly InheritedObjectType: Guid;
820
896
  readonly ObjectFlags: ObjectAceFlags;
821
897
  readonly ObjectType: Guid;
@@ -829,6 +905,8 @@ export const ObjectAccessRule: (abstract new(identity: IdentityReference, access
829
905
  export type ObjectAccessRule = ObjectAccessRule$instance;
830
906
 
831
907
  export interface ObjectAce$instance extends QualifiedAce {
908
+ readonly __tsonic_type_System_Security_AccessControl_ObjectAce: never;
909
+
832
910
  readonly BinaryLength: int;
833
911
  InheritedObjectAceType: Guid;
834
912
  ObjectAceFlags: ObjectAceFlags;
@@ -846,6 +924,8 @@ export const ObjectAce: {
846
924
  export type ObjectAce = ObjectAce$instance;
847
925
 
848
926
  export interface ObjectAuditRule$instance extends AuditRule {
927
+ readonly __tsonic_type_System_Security_AccessControl_ObjectAuditRule: never;
928
+
849
929
  readonly InheritedObjectType: Guid;
850
930
  readonly ObjectFlags: ObjectAceFlags;
851
931
  readonly ObjectType: Guid;
@@ -859,6 +939,8 @@ export const ObjectAuditRule: (abstract new(identity: IdentityReference, accessM
859
939
  export type ObjectAuditRule = ObjectAuditRule$instance;
860
940
 
861
941
  export interface ObjectSecurity$instance {
942
+ readonly __tsonic_type_System_Security_AccessControl_ObjectSecurity: never;
943
+
862
944
  readonly AccessRightType: Type;
863
945
  readonly AccessRuleType: Type;
864
946
  readonly AreAccessRulesCanonical: boolean;
@@ -900,6 +982,8 @@ export const ObjectSecurity: (abstract new() => ObjectSecurity) & (abstract new(
900
982
  export type ObjectSecurity = ObjectSecurity$instance;
901
983
 
902
984
  export interface ObjectSecurity_1$instance<T extends unknown> extends NativeObjectSecurity {
985
+ readonly __tsonic_type_System_Security_AccessControl_ObjectSecurity_1: never;
986
+
903
987
  readonly AccessRightType: Type;
904
988
  readonly AccessRuleType: Type;
905
989
  readonly AuditRuleType: Type;
@@ -929,6 +1013,10 @@ export const ObjectSecurity_1: (abstract new<T extends unknown>(isContainer: boo
929
1013
  export type ObjectSecurity_1<T> = ObjectSecurity_1$instance<T>;
930
1014
 
931
1015
  export interface PrivilegeNotHeldException$instance extends UnauthorizedAccessException {
1016
+ readonly __tsonic_type_System_Security_AccessControl_PrivilegeNotHeldException: never;
1017
+
1018
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1019
+
932
1020
  readonly PrivilegeName: string | undefined;
933
1021
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
934
1022
  }
@@ -949,6 +1037,8 @@ export type PrivilegeNotHeldException = PrivilegeNotHeldException$instance & __P
949
1037
 
950
1038
 
951
1039
  export interface QualifiedAce$instance extends KnownAce {
1040
+ readonly __tsonic_type_System_Security_AccessControl_QualifiedAce: never;
1041
+
952
1042
  readonly AceQualifier: AceQualifier;
953
1043
  readonly IsCallback: boolean;
954
1044
  readonly OpaqueLength: int;
@@ -964,6 +1054,11 @@ export const QualifiedAce: {
964
1054
  export type QualifiedAce = QualifiedAce$instance;
965
1055
 
966
1056
  export interface RawAcl$instance extends GenericAcl$instance {
1057
+ readonly __tsonic_type_System_Security_AccessControl_RawAcl: never;
1058
+
1059
+ readonly __tsonic_iface_System_Collections_ICollection: never;
1060
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1061
+
967
1062
  readonly BinaryLength: int;
968
1063
  readonly Count: int;
969
1064
  [index: number]: GenericAce;
@@ -993,6 +1088,8 @@ export type RawAcl = RawAcl$instance & __RawAcl$views;
993
1088
 
994
1089
 
995
1090
  export interface RawSecurityDescriptor$instance extends GenericSecurityDescriptor {
1091
+ readonly __tsonic_type_System_Security_AccessControl_RawSecurityDescriptor: never;
1092
+
996
1093
  readonly ControlFlags: ControlFlags;
997
1094
  get DiscretionaryAcl(): RawAcl | undefined;
998
1095
  set DiscretionaryAcl(value: RawAcl | undefined);
@@ -1017,6 +1114,8 @@ export const RawSecurityDescriptor: {
1017
1114
  export type RawSecurityDescriptor = RawSecurityDescriptor$instance;
1018
1115
 
1019
1116
  export interface RegistryAccessRule$instance extends AccessRule {
1117
+ readonly __tsonic_type_System_Security_AccessControl_RegistryAccessRule: never;
1118
+
1020
1119
  readonly RegistryRights: RegistryRights;
1021
1120
  }
1022
1121
 
@@ -1032,6 +1131,8 @@ export const RegistryAccessRule: {
1032
1131
  export type RegistryAccessRule = RegistryAccessRule$instance;
1033
1132
 
1034
1133
  export interface RegistryAuditRule$instance extends AuditRule {
1134
+ readonly __tsonic_type_System_Security_AccessControl_RegistryAuditRule: never;
1135
+
1035
1136
  readonly RegistryRights: RegistryRights;
1036
1137
  }
1037
1138
 
@@ -1045,6 +1146,8 @@ export const RegistryAuditRule: {
1045
1146
  export type RegistryAuditRule = RegistryAuditRule$instance;
1046
1147
 
1047
1148
  export interface RegistrySecurity$instance extends NativeObjectSecurity {
1149
+ readonly __tsonic_type_System_Security_AccessControl_RegistrySecurity: never;
1150
+
1048
1151
  readonly AccessRightType: Type;
1049
1152
  readonly AccessRuleType: Type;
1050
1153
  readonly AuditRuleType: Type;
@@ -1072,6 +1175,8 @@ export const RegistrySecurity: {
1072
1175
  export type RegistrySecurity = RegistrySecurity$instance;
1073
1176
 
1074
1177
  export interface SemaphoreAccessRule$instance extends AccessRule {
1178
+ readonly __tsonic_type_System_Security_AccessControl_SemaphoreAccessRule: never;
1179
+
1075
1180
  readonly SemaphoreRights: SemaphoreRights;
1076
1181
  }
1077
1182
 
@@ -1085,6 +1190,8 @@ export const SemaphoreAccessRule: {
1085
1190
  export type SemaphoreAccessRule = SemaphoreAccessRule$instance;
1086
1191
 
1087
1192
  export interface SemaphoreAuditRule$instance extends AuditRule {
1193
+ readonly __tsonic_type_System_Security_AccessControl_SemaphoreAuditRule: never;
1194
+
1088
1195
  readonly SemaphoreRights: SemaphoreRights;
1089
1196
  }
1090
1197
 
@@ -1097,6 +1204,8 @@ export const SemaphoreAuditRule: {
1097
1204
  export type SemaphoreAuditRule = SemaphoreAuditRule$instance;
1098
1205
 
1099
1206
  export interface SemaphoreSecurity$instance extends NativeObjectSecurity {
1207
+ readonly __tsonic_type_System_Security_AccessControl_SemaphoreSecurity: never;
1208
+
1100
1209
  readonly AccessRightType: Type;
1101
1210
  readonly AccessRuleType: Type;
1102
1211
  readonly AuditRuleType: Type;
@@ -1125,6 +1234,11 @@ export const SemaphoreSecurity: {
1125
1234
  export type SemaphoreSecurity = SemaphoreSecurity$instance;
1126
1235
 
1127
1236
  export interface SystemAcl$instance extends CommonAcl$instance {
1237
+ readonly __tsonic_type_System_Security_AccessControl_SystemAcl: never;
1238
+
1239
+ readonly __tsonic_iface_System_Collections_ICollection: never;
1240
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1241
+
1128
1242
  AddAudit(auditFlags: AuditFlags, sid: SecurityIdentifier, accessMask: int, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags): void;
1129
1243
  AddAudit(auditFlags: AuditFlags, sid: SecurityIdentifier, accessMask: int, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, objectFlags: ObjectAceFlags, objectType: Guid, inheritedObjectType: Guid): void;
1130
1244
  AddAudit(sid: SecurityIdentifier, rule: ObjectAuditRule): void;
@@ -58,6 +58,10 @@ export enum SslProtocols {
58
58
 
59
59
 
60
60
  export interface AuthenticationException$instance extends SystemException {
61
+ readonly __tsonic_type_System_Security_Authentication_AuthenticationException: never;
62
+
63
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
64
+
61
65
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
62
66
  }
63
67
 
@@ -77,6 +81,10 @@ export type AuthenticationException = AuthenticationException$instance & __Authe
77
81
 
78
82
 
79
83
  export interface InvalidCredentialException$instance extends AuthenticationException$instance {
84
+ readonly __tsonic_type_System_Security_Authentication_InvalidCredentialException: never;
85
+
86
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
87
+
80
88
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
81
89
  }
82
90
 
@@ -39,6 +39,10 @@ export enum ProtectionScenario {
39
39
 
40
40
 
41
41
  export interface ChannelBinding$instance extends SafeHandleZeroOrMinusOneIsInvalid {
42
+ readonly __tsonic_type_System_Security_Authentication_ExtendedProtection_ChannelBinding: never;
43
+
44
+ readonly __tsonic_iface_System_IDisposable: never;
45
+
42
46
  readonly Size: int;
43
47
  Dispose(): void;
44
48
  Dispose(disposing: boolean): void;
@@ -56,7 +60,11 @@ export interface __ChannelBinding$views {
56
60
  export type ChannelBinding = ChannelBinding$instance & __ChannelBinding$views;
57
61
 
58
62
 
59
- export interface ExtendedProtectionPolicy$instance {
63
+ export interface ExtendedProtectionPolicy$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
64
+ readonly __tsonic_type_System_Security_Authentication_ExtendedProtection_ExtendedProtectionPolicy: never;
65
+
66
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
67
+
60
68
  readonly CustomChannelBinding: ChannelBinding | undefined;
61
69
  readonly CustomServiceNames: ServiceNameCollection | undefined;
62
70
  readonly PolicyEnforcement: PolicyEnforcement;
@@ -78,12 +86,12 @@ export interface __ExtendedProtectionPolicy$views {
78
86
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
79
87
  }
80
88
 
81
- export interface ExtendedProtectionPolicy$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
82
-
83
89
  export type ExtendedProtectionPolicy = ExtendedProtectionPolicy$instance & __ExtendedProtectionPolicy$views;
84
90
 
85
91
 
86
92
  export interface ExtendedProtectionPolicyTypeConverter$instance extends TypeConverter {
93
+ readonly __tsonic_type_System_Security_Authentication_ExtendedProtection_ExtendedProtectionPolicyTypeConverter: never;
94
+
87
95
  CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
88
96
  CanConvertTo(destinationType: Type): boolean;
89
97
  ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
@@ -99,6 +107,11 @@ export const ExtendedProtectionPolicyTypeConverter: {
99
107
  export type ExtendedProtectionPolicyTypeConverter = ExtendedProtectionPolicyTypeConverter$instance;
100
108
 
101
109
  export interface ServiceNameCollection$instance extends ReadOnlyCollectionBase {
110
+ readonly __tsonic_type_System_Security_Authentication_ExtendedProtection_ServiceNameCollection: never;
111
+
112
+ readonly __tsonic_iface_System_Collections_ICollection: never;
113
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
114
+
102
115
  Contains(searchServiceName: string): boolean;
103
116
  CopyTo(array: ClrArray, index: int): void;
104
117
  GetEnumerator(): IEnumerator;
@@ -117,8 +130,6 @@ export interface __ServiceNameCollection$views {
117
130
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
118
131
  }
119
132
 
120
- export interface ServiceNameCollection$instance extends System_Collections_Internal.ICollection$instance {}
121
-
122
133
  export type ServiceNameCollection = ServiceNameCollection$instance & __ServiceNameCollection$views;
123
134
 
124
135