@tsonic/dotnet 0.8.0 → 0.8.1

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 (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +1 -1
@@ -72,7 +72,7 @@ export interface AllowPartiallyTrustedCallersAttribute$instance extends Attribut
72
72
 
73
73
 
74
74
  export const AllowPartiallyTrustedCallersAttribute: {
75
- new(): AllowPartiallyTrustedCallersAttribute$instance;
75
+ new(): AllowPartiallyTrustedCallersAttribute;
76
76
  };
77
77
 
78
78
 
@@ -109,8 +109,8 @@ export interface PermissionSet$instance {
109
109
 
110
110
 
111
111
  export const PermissionSet: {
112
- new(state: PermissionState): PermissionSet$instance;
113
- new(permSet: PermissionSet): PermissionSet$instance;
112
+ new(state: PermissionState): PermissionSet;
113
+ new(permSet: PermissionSet): PermissionSet;
114
114
  convertPermissionSet(inFormat: string, inData: byte[], outFormat: string): byte[];
115
115
  revertAssert(): void;
116
116
  };
@@ -144,8 +144,8 @@ export interface SecureString$instance {
144
144
 
145
145
 
146
146
  export const SecureString: {
147
- new(): SecureString$instance;
148
- new(value: ptr<char>, length: int): SecureString$instance;
147
+ new(): SecureString;
148
+ new(value: ptr<char>, length: int): SecureString;
149
149
  };
150
150
 
151
151
 
@@ -164,8 +164,8 @@ export interface SecurityCriticalAttribute$instance extends Attribute {
164
164
 
165
165
 
166
166
  export const SecurityCriticalAttribute: {
167
- new(): SecurityCriticalAttribute$instance;
168
- new(scope: SecurityCriticalScope): SecurityCriticalAttribute$instance;
167
+ new(): SecurityCriticalAttribute;
168
+ new(scope: SecurityCriticalScope): SecurityCriticalAttribute;
169
169
  };
170
170
 
171
171
 
@@ -188,8 +188,8 @@ export interface SecurityElement$instance {
188
188
 
189
189
 
190
190
  export const SecurityElement: {
191
- new(tag: string): SecurityElement$instance;
192
- new(tag: string, text: string): SecurityElement$instance;
191
+ new(tag: string): SecurityElement;
192
+ new(tag: string, text: string): SecurityElement;
193
193
  escape(str: string): string;
194
194
  fromString(xml: string): SecurityElement;
195
195
  isValidAttributeName(name: string): boolean;
@@ -218,11 +218,11 @@ export interface SecurityException$instance extends SystemException {
218
218
 
219
219
 
220
220
  export const SecurityException: {
221
- new(): SecurityException$instance;
222
- new(message: string): SecurityException$instance;
223
- new(message: string, inner: Exception): SecurityException$instance;
224
- new(message: string, type_: Type): SecurityException$instance;
225
- new(message: string, type_: Type, state: string): SecurityException$instance;
221
+ new(): SecurityException;
222
+ new(message: string): SecurityException;
223
+ new(message: string, inner: Exception): SecurityException;
224
+ new(message: string, type_: Type): SecurityException;
225
+ new(message: string, type_: Type, state: string): SecurityException;
226
226
  };
227
227
 
228
228
 
@@ -240,7 +240,7 @@ export interface SecurityRulesAttribute$instance extends Attribute {
240
240
 
241
241
 
242
242
  export const SecurityRulesAttribute: {
243
- new(ruleSet: SecurityRuleSet): SecurityRulesAttribute$instance;
243
+ new(ruleSet: SecurityRuleSet): SecurityRulesAttribute;
244
244
  };
245
245
 
246
246
 
@@ -251,7 +251,7 @@ export interface SecuritySafeCriticalAttribute$instance extends Attribute {
251
251
 
252
252
 
253
253
  export const SecuritySafeCriticalAttribute: {
254
- new(): SecuritySafeCriticalAttribute$instance;
254
+ new(): SecuritySafeCriticalAttribute;
255
255
  };
256
256
 
257
257
 
@@ -262,7 +262,7 @@ export interface SecurityTransparentAttribute$instance extends Attribute {
262
262
 
263
263
 
264
264
  export const SecurityTransparentAttribute: {
265
- new(): SecurityTransparentAttribute$instance;
265
+ new(): SecurityTransparentAttribute;
266
266
  };
267
267
 
268
268
 
@@ -273,7 +273,7 @@ export interface SecurityTreatAsSafeAttribute$instance extends Attribute {
273
273
 
274
274
 
275
275
  export const SecurityTreatAsSafeAttribute: {
276
- new(): SecurityTreatAsSafeAttribute$instance;
276
+ new(): SecurityTreatAsSafeAttribute;
277
277
  };
278
278
 
279
279
 
@@ -284,7 +284,7 @@ export interface SuppressUnmanagedCodeSecurityAttribute$instance extends Attribu
284
284
 
285
285
 
286
286
  export const SuppressUnmanagedCodeSecurityAttribute: {
287
- new(): SuppressUnmanagedCodeSecurityAttribute$instance;
287
+ new(): SuppressUnmanagedCodeSecurityAttribute;
288
288
  };
289
289
 
290
290
 
@@ -295,7 +295,7 @@ export interface UnverifiableCodeAttribute$instance extends Attribute {
295
295
 
296
296
 
297
297
  export const UnverifiableCodeAttribute: {
298
- new(): UnverifiableCodeAttribute$instance;
298
+ new(): UnverifiableCodeAttribute;
299
299
  };
300
300
 
301
301
 
@@ -307,9 +307,9 @@ export interface VerificationException$instance extends SystemException {
307
307
 
308
308
 
309
309
  export const VerificationException: {
310
- new(): VerificationException$instance;
311
- new(message: string): VerificationException$instance;
312
- new(message: string, innerException: Exception): VerificationException$instance;
310
+ new(): VerificationException;
311
+ new(message: string): VerificationException;
312
+ new(message: string, innerException: Exception): VerificationException;
313
313
  };
314
314
 
315
315
 
@@ -269,10 +269,10 @@ export interface AccessRule_1$instance<T extends unknown> extends AccessRule {
269
269
 
270
270
 
271
271
  export const AccessRule_1: {
272
- new<T extends unknown>(identity: IdentityReference, rights: T, type_: AccessControlType): AccessRule_1$instance<T>;
273
- new<T extends unknown>(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): AccessRule_1$instance<T>;
274
- new<T extends unknown>(identity: string, rights: T, type_: AccessControlType): AccessRule_1$instance<T>;
275
- new<T extends unknown>(identity: string, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): AccessRule_1$instance<T>;
272
+ new<T extends unknown>(identity: IdentityReference, rights: T, type_: AccessControlType): AccessRule_1<T>;
273
+ new<T extends unknown>(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): AccessRule_1<T>;
274
+ new<T extends unknown>(identity: string, rights: T, type_: AccessControlType): AccessRule_1<T>;
275
+ new<T extends unknown>(identity: string, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): AccessRule_1<T>;
276
276
  };
277
277
 
278
278
 
@@ -286,7 +286,7 @@ export interface AceEnumerator$instance {
286
286
 
287
287
 
288
288
  export const AceEnumerator: {
289
- new(): AceEnumerator$instance;
289
+ new(): AceEnumerator;
290
290
  };
291
291
 
292
292
 
@@ -314,10 +314,10 @@ export interface AuditRule_1$instance<T extends unknown> extends AuditRule {
314
314
 
315
315
 
316
316
  export const AuditRule_1: {
317
- new<T extends unknown>(identity: IdentityReference, rights: T, flags: AuditFlags): AuditRule_1$instance<T>;
318
- new<T extends unknown>(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): AuditRule_1$instance<T>;
319
- new<T extends unknown>(identity: string, rights: T, flags: AuditFlags): AuditRule_1$instance<T>;
320
- new<T extends unknown>(identity: string, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): AuditRule_1$instance<T>;
317
+ new<T extends unknown>(identity: IdentityReference, rights: T, flags: AuditFlags): AuditRule_1<T>;
318
+ new<T extends unknown>(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): AuditRule_1<T>;
319
+ new<T extends unknown>(identity: string, rights: T, flags: AuditFlags): AuditRule_1<T>;
320
+ new<T extends unknown>(identity: string, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): AuditRule_1<T>;
321
321
  };
322
322
 
323
323
 
@@ -346,7 +346,7 @@ export interface AuthorizationRuleCollection$instance extends ReadOnlyCollection
346
346
 
347
347
 
348
348
  export const AuthorizationRuleCollection: {
349
- new(): AuthorizationRuleCollection$instance;
349
+ new(): AuthorizationRuleCollection;
350
350
  };
351
351
 
352
352
 
@@ -367,7 +367,7 @@ export interface CommonAce$instance extends QualifiedAce {
367
367
 
368
368
 
369
369
  export const CommonAce: {
370
- new(flags: AceFlags, qualifier: AceQualifier, accessMask: int, sid: SecurityIdentifier, isCallback: boolean, opaque: byte[]): CommonAce$instance;
370
+ new(flags: AceFlags, qualifier: AceQualifier, accessMask: int, sid: SecurityIdentifier, isCallback: boolean, opaque: byte[]): CommonAce;
371
371
  maxOpaqueLength(isCallback: boolean): int;
372
372
  };
373
373
 
@@ -436,10 +436,10 @@ export interface CommonSecurityDescriptor$instance extends GenericSecurityDescri
436
436
 
437
437
 
438
438
  export const CommonSecurityDescriptor: {
439
- new(isContainer: boolean, isDS: boolean, binaryForm: byte[], offset: int): CommonSecurityDescriptor$instance;
440
- new(isContainer: boolean, isDS: boolean, flags: ControlFlags, owner: SecurityIdentifier, group: SecurityIdentifier, systemAcl: SystemAcl, discretionaryAcl: DiscretionaryAcl): CommonSecurityDescriptor$instance;
441
- new(isContainer: boolean, isDS: boolean, rawSecurityDescriptor: RawSecurityDescriptor): CommonSecurityDescriptor$instance;
442
- new(isContainer: boolean, isDS: boolean, sddlForm: string): CommonSecurityDescriptor$instance;
439
+ new(isContainer: boolean, isDS: boolean, binaryForm: byte[], offset: int): CommonSecurityDescriptor;
440
+ new(isContainer: boolean, isDS: boolean, flags: ControlFlags, owner: SecurityIdentifier, group: SecurityIdentifier, systemAcl: SystemAcl, discretionaryAcl: DiscretionaryAcl): CommonSecurityDescriptor;
441
+ new(isContainer: boolean, isDS: boolean, rawSecurityDescriptor: RawSecurityDescriptor): CommonSecurityDescriptor;
442
+ new(isContainer: boolean, isDS: boolean, sddlForm: string): CommonSecurityDescriptor;
443
443
  };
444
444
 
445
445
 
@@ -453,7 +453,7 @@ export interface CompoundAce$instance extends KnownAce {
453
453
 
454
454
 
455
455
  export const CompoundAce: {
456
- new(flags: AceFlags, accessMask: int, compoundAceType: CompoundAceType, sid: SecurityIdentifier): CompoundAce$instance;
456
+ new(flags: AceFlags, accessMask: int, compoundAceType: CompoundAceType, sid: SecurityIdentifier): CompoundAce;
457
457
  };
458
458
 
459
459
 
@@ -469,7 +469,7 @@ export interface CustomAce$instance extends GenericAce {
469
469
 
470
470
 
471
471
  export const CustomAce: {
472
- new(type_: AceType, flags: AceFlags, opaque: byte[]): CustomAce$instance;
472
+ new(type_: AceType, flags: AceFlags, opaque: byte[]): CustomAce;
473
473
  readonly maxOpaqueLength: int;
474
474
  };
475
475
 
@@ -497,8 +497,8 @@ export interface DirectorySecurity$instance extends FileSystemSecurity {
497
497
 
498
498
 
499
499
  export const DirectorySecurity: {
500
- new(): DirectorySecurity$instance;
501
- new(name: string, includeSections: AccessControlSections): DirectorySecurity$instance;
500
+ new(): DirectorySecurity;
501
+ new(name: string, includeSections: AccessControlSections): DirectorySecurity;
502
502
  };
503
503
 
504
504
 
@@ -525,9 +525,9 @@ export interface DiscretionaryAcl$instance extends CommonAcl$instance {
525
525
 
526
526
 
527
527
  export const DiscretionaryAcl: {
528
- new(isContainer: boolean, isDS: boolean, revision: byte, capacity: int): DiscretionaryAcl$instance;
529
- new(isContainer: boolean, isDS: boolean, capacity: int): DiscretionaryAcl$instance;
530
- new(isContainer: boolean, isDS: boolean, rawAcl: RawAcl): DiscretionaryAcl$instance;
528
+ new(isContainer: boolean, isDS: boolean, revision: byte, capacity: int): DiscretionaryAcl;
529
+ new(isContainer: boolean, isDS: boolean, capacity: int): DiscretionaryAcl;
530
+ new(isContainer: boolean, isDS: boolean, rawAcl: RawAcl): DiscretionaryAcl;
531
531
  };
532
532
 
533
533
 
@@ -545,8 +545,8 @@ export interface EventWaitHandleAccessRule$instance extends AccessRule {
545
545
 
546
546
 
547
547
  export const EventWaitHandleAccessRule: {
548
- new(identity: IdentityReference, eventRights: EventWaitHandleRights, type_: AccessControlType): EventWaitHandleAccessRule$instance;
549
- new(identity: string, eventRights: EventWaitHandleRights, type_: AccessControlType): EventWaitHandleAccessRule$instance;
548
+ new(identity: IdentityReference, eventRights: EventWaitHandleRights, type_: AccessControlType): EventWaitHandleAccessRule;
549
+ new(identity: string, eventRights: EventWaitHandleRights, type_: AccessControlType): EventWaitHandleAccessRule;
550
550
  };
551
551
 
552
552
 
@@ -558,7 +558,7 @@ export interface EventWaitHandleAuditRule$instance extends AuditRule {
558
558
 
559
559
 
560
560
  export const EventWaitHandleAuditRule: {
561
- new(identity: IdentityReference, eventRights: EventWaitHandleRights, flags: AuditFlags): EventWaitHandleAuditRule$instance;
561
+ new(identity: IdentityReference, eventRights: EventWaitHandleRights, flags: AuditFlags): EventWaitHandleAuditRule;
562
562
  };
563
563
 
564
564
 
@@ -585,7 +585,7 @@ export interface EventWaitHandleSecurity$instance extends NativeObjectSecurity {
585
585
 
586
586
 
587
587
  export const EventWaitHandleSecurity: {
588
- new(): EventWaitHandleSecurity$instance;
588
+ new(): EventWaitHandleSecurity;
589
589
  };
590
590
 
591
591
 
@@ -596,8 +596,8 @@ export interface FileSecurity$instance extends FileSystemSecurity {
596
596
 
597
597
 
598
598
  export const FileSecurity: {
599
- new(): FileSecurity$instance;
600
- new(fileName: string, includeSections: AccessControlSections): FileSecurity$instance;
599
+ new(): FileSecurity;
600
+ new(fileName: string, includeSections: AccessControlSections): FileSecurity;
601
601
  };
602
602
 
603
603
 
@@ -609,10 +609,10 @@ export interface FileSystemAccessRule$instance extends AccessRule {
609
609
 
610
610
 
611
611
  export const FileSystemAccessRule: {
612
- new(identity: IdentityReference, fileSystemRights: FileSystemRights, type_: AccessControlType): FileSystemAccessRule$instance;
613
- new(identity: IdentityReference, fileSystemRights: FileSystemRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): FileSystemAccessRule$instance;
614
- new(identity: string, fileSystemRights: FileSystemRights, type_: AccessControlType): FileSystemAccessRule$instance;
615
- new(identity: string, fileSystemRights: FileSystemRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): FileSystemAccessRule$instance;
612
+ new(identity: IdentityReference, fileSystemRights: FileSystemRights, type_: AccessControlType): FileSystemAccessRule;
613
+ new(identity: IdentityReference, fileSystemRights: FileSystemRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): FileSystemAccessRule;
614
+ new(identity: string, fileSystemRights: FileSystemRights, type_: AccessControlType): FileSystemAccessRule;
615
+ new(identity: string, fileSystemRights: FileSystemRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): FileSystemAccessRule;
616
616
  };
617
617
 
618
618
 
@@ -624,10 +624,10 @@ export interface FileSystemAuditRule$instance extends AuditRule {
624
624
 
625
625
 
626
626
  export const FileSystemAuditRule: {
627
- new(identity: IdentityReference, fileSystemRights: FileSystemRights, flags: AuditFlags): FileSystemAuditRule$instance;
628
- new(identity: IdentityReference, fileSystemRights: FileSystemRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): FileSystemAuditRule$instance;
629
- new(identity: string, fileSystemRights: FileSystemRights, flags: AuditFlags): FileSystemAuditRule$instance;
630
- new(identity: string, fileSystemRights: FileSystemRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): FileSystemAuditRule$instance;
627
+ new(identity: IdentityReference, fileSystemRights: FileSystemRights, flags: AuditFlags): FileSystemAuditRule;
628
+ new(identity: IdentityReference, fileSystemRights: FileSystemRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): FileSystemAuditRule;
629
+ new(identity: string, fileSystemRights: FileSystemRights, flags: AuditFlags): FileSystemAuditRule;
630
+ new(identity: string, fileSystemRights: FileSystemRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): FileSystemAuditRule;
631
631
  };
632
632
 
633
633
 
@@ -745,8 +745,8 @@ export interface MutexAccessRule$instance extends AccessRule {
745
745
 
746
746
 
747
747
  export const MutexAccessRule: {
748
- new(identity: IdentityReference, eventRights: MutexRights, type_: AccessControlType): MutexAccessRule$instance;
749
- new(identity: string, eventRights: MutexRights, type_: AccessControlType): MutexAccessRule$instance;
748
+ new(identity: IdentityReference, eventRights: MutexRights, type_: AccessControlType): MutexAccessRule;
749
+ new(identity: string, eventRights: MutexRights, type_: AccessControlType): MutexAccessRule;
750
750
  };
751
751
 
752
752
 
@@ -758,7 +758,7 @@ export interface MutexAuditRule$instance extends AuditRule {
758
758
 
759
759
 
760
760
  export const MutexAuditRule: {
761
- new(identity: IdentityReference, eventRights: MutexRights, flags: AuditFlags): MutexAuditRule$instance;
761
+ new(identity: IdentityReference, eventRights: MutexRights, flags: AuditFlags): MutexAuditRule;
762
762
  };
763
763
 
764
764
 
@@ -785,8 +785,8 @@ export interface MutexSecurity$instance extends NativeObjectSecurity {
785
785
 
786
786
 
787
787
  export const MutexSecurity: {
788
- new(): MutexSecurity$instance;
789
- new(name: string, includeSections: AccessControlSections): MutexSecurity$instance;
788
+ new(): MutexSecurity;
789
+ new(name: string, includeSections: AccessControlSections): MutexSecurity;
790
790
  };
791
791
 
792
792
 
@@ -825,7 +825,7 @@ export interface ObjectAce$instance extends QualifiedAce {
825
825
 
826
826
 
827
827
  export const ObjectAce: {
828
- new(aceFlags: AceFlags, qualifier: AceQualifier, accessMask: int, sid: SecurityIdentifier, flags: ObjectAceFlags, type_: Guid, inheritedType: Guid, isCallback: boolean, opaque: byte[]): ObjectAce$instance;
828
+ new(aceFlags: AceFlags, qualifier: AceQualifier, accessMask: int, sid: SecurityIdentifier, flags: ObjectAceFlags, type_: Guid, inheritedType: Guid, isCallback: boolean, opaque: byte[]): ObjectAce;
829
829
  maxOpaqueLength(isCallback: boolean): int;
830
830
  };
831
831
 
@@ -914,9 +914,9 @@ export interface PrivilegeNotHeldException$instance extends UnauthorizedAccessEx
914
914
 
915
915
 
916
916
  export const PrivilegeNotHeldException: {
917
- new(): PrivilegeNotHeldException$instance;
918
- new(privilege: string): PrivilegeNotHeldException$instance;
919
- new(privilege: string, inner: Exception): PrivilegeNotHeldException$instance;
917
+ new(): PrivilegeNotHeldException;
918
+ new(privilege: string): PrivilegeNotHeldException;
919
+ new(privilege: string, inner: Exception): PrivilegeNotHeldException;
920
920
  };
921
921
 
922
922
 
@@ -958,8 +958,8 @@ export interface RawAcl$instance extends GenericAcl$instance {
958
958
 
959
959
 
960
960
  export const RawAcl: {
961
- new(revision: byte, capacity: int): RawAcl$instance;
962
- new(binaryForm: byte[], offset: int): RawAcl$instance;
961
+ new(revision: byte, capacity: int): RawAcl;
962
+ new(binaryForm: byte[], offset: int): RawAcl;
963
963
  };
964
964
 
965
965
 
@@ -983,9 +983,9 @@ export interface RawSecurityDescriptor$instance extends GenericSecurityDescripto
983
983
 
984
984
 
985
985
  export const RawSecurityDescriptor: {
986
- new(binaryForm: byte[], offset: int): RawSecurityDescriptor$instance;
987
- new(flags: ControlFlags, owner: SecurityIdentifier, group: SecurityIdentifier, systemAcl: RawAcl, discretionaryAcl: RawAcl): RawSecurityDescriptor$instance;
988
- new(sddlForm: string): RawSecurityDescriptor$instance;
986
+ new(binaryForm: byte[], offset: int): RawSecurityDescriptor;
987
+ new(flags: ControlFlags, owner: SecurityIdentifier, group: SecurityIdentifier, systemAcl: RawAcl, discretionaryAcl: RawAcl): RawSecurityDescriptor;
988
+ new(sddlForm: string): RawSecurityDescriptor;
989
989
  };
990
990
 
991
991
 
@@ -997,10 +997,10 @@ export interface RegistryAccessRule$instance extends AccessRule {
997
997
 
998
998
 
999
999
  export const RegistryAccessRule: {
1000
- new(identity: IdentityReference, registryRights: RegistryRights, type_: AccessControlType): RegistryAccessRule$instance;
1001
- new(identity: IdentityReference, registryRights: RegistryRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): RegistryAccessRule$instance;
1002
- new(identity: string, registryRights: RegistryRights, type_: AccessControlType): RegistryAccessRule$instance;
1003
- new(identity: string, registryRights: RegistryRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): RegistryAccessRule$instance;
1000
+ new(identity: IdentityReference, registryRights: RegistryRights, type_: AccessControlType): RegistryAccessRule;
1001
+ new(identity: IdentityReference, registryRights: RegistryRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): RegistryAccessRule;
1002
+ new(identity: string, registryRights: RegistryRights, type_: AccessControlType): RegistryAccessRule;
1003
+ new(identity: string, registryRights: RegistryRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType): RegistryAccessRule;
1004
1004
  };
1005
1005
 
1006
1006
 
@@ -1012,8 +1012,8 @@ export interface RegistryAuditRule$instance extends AuditRule {
1012
1012
 
1013
1013
 
1014
1014
  export const RegistryAuditRule: {
1015
- new(identity: IdentityReference, registryRights: RegistryRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): RegistryAuditRule$instance;
1016
- new(identity: string, registryRights: RegistryRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): RegistryAuditRule$instance;
1015
+ new(identity: IdentityReference, registryRights: RegistryRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): RegistryAuditRule;
1016
+ new(identity: string, registryRights: RegistryRights, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): RegistryAuditRule;
1017
1017
  };
1018
1018
 
1019
1019
 
@@ -1040,7 +1040,7 @@ export interface RegistrySecurity$instance extends NativeObjectSecurity {
1040
1040
 
1041
1041
 
1042
1042
  export const RegistrySecurity: {
1043
- new(): RegistrySecurity$instance;
1043
+ new(): RegistrySecurity;
1044
1044
  };
1045
1045
 
1046
1046
 
@@ -1052,8 +1052,8 @@ export interface SemaphoreAccessRule$instance extends AccessRule {
1052
1052
 
1053
1053
 
1054
1054
  export const SemaphoreAccessRule: {
1055
- new(identity: IdentityReference, eventRights: SemaphoreRights, type_: AccessControlType): SemaphoreAccessRule$instance;
1056
- new(identity: string, eventRights: SemaphoreRights, type_: AccessControlType): SemaphoreAccessRule$instance;
1055
+ new(identity: IdentityReference, eventRights: SemaphoreRights, type_: AccessControlType): SemaphoreAccessRule;
1056
+ new(identity: string, eventRights: SemaphoreRights, type_: AccessControlType): SemaphoreAccessRule;
1057
1057
  };
1058
1058
 
1059
1059
 
@@ -1065,7 +1065,7 @@ export interface SemaphoreAuditRule$instance extends AuditRule {
1065
1065
 
1066
1066
 
1067
1067
  export const SemaphoreAuditRule: {
1068
- new(identity: IdentityReference, eventRights: SemaphoreRights, flags: AuditFlags): SemaphoreAuditRule$instance;
1068
+ new(identity: IdentityReference, eventRights: SemaphoreRights, flags: AuditFlags): SemaphoreAuditRule;
1069
1069
  };
1070
1070
 
1071
1071
 
@@ -1092,8 +1092,8 @@ export interface SemaphoreSecurity$instance extends NativeObjectSecurity {
1092
1092
 
1093
1093
 
1094
1094
  export const SemaphoreSecurity: {
1095
- new(): SemaphoreSecurity$instance;
1096
- new(name: string, includeSections: AccessControlSections): SemaphoreSecurity$instance;
1095
+ new(): SemaphoreSecurity;
1096
+ new(name: string, includeSections: AccessControlSections): SemaphoreSecurity;
1097
1097
  };
1098
1098
 
1099
1099
 
@@ -1120,9 +1120,9 @@ export interface SystemAcl$instance extends CommonAcl$instance {
1120
1120
 
1121
1121
 
1122
1122
  export const SystemAcl: {
1123
- new(isContainer: boolean, isDS: boolean, revision: byte, capacity: int): SystemAcl$instance;
1124
- new(isContainer: boolean, isDS: boolean, capacity: int): SystemAcl$instance;
1125
- new(isContainer: boolean, isDS: boolean, rawAcl: RawAcl): SystemAcl$instance;
1123
+ new(isContainer: boolean, isDS: boolean, revision: byte, capacity: int): SystemAcl;
1124
+ new(isContainer: boolean, isDS: boolean, capacity: int): SystemAcl;
1125
+ new(isContainer: boolean, isDS: boolean, rawAcl: RawAcl): SystemAcl;
1126
1126
  };
1127
1127
 
1128
1128
 
@@ -63,9 +63,9 @@ export interface AuthenticationException$instance extends SystemException {
63
63
 
64
64
 
65
65
  export const AuthenticationException: {
66
- new(): AuthenticationException$instance;
67
- new(message: string): AuthenticationException$instance;
68
- new(message: string, innerException: Exception): AuthenticationException$instance;
66
+ new(): AuthenticationException;
67
+ new(message: string): AuthenticationException;
68
+ new(message: string, innerException: Exception): AuthenticationException;
69
69
  };
70
70
 
71
71
 
@@ -82,9 +82,9 @@ export interface InvalidCredentialException$instance extends AuthenticationExcep
82
82
 
83
83
 
84
84
  export const InvalidCredentialException: {
85
- new(): InvalidCredentialException$instance;
86
- new(message: string): InvalidCredentialException$instance;
87
- new(message: string, innerException: Exception): InvalidCredentialException$instance;
85
+ new(): InvalidCredentialException;
86
+ new(message: string): InvalidCredentialException;
87
+ new(message: string, innerException: Exception): InvalidCredentialException;
88
88
  };
89
89
 
90
90
 
@@ -65,10 +65,10 @@ export interface ExtendedProtectionPolicy$instance {
65
65
 
66
66
 
67
67
  export const ExtendedProtectionPolicy: {
68
- new(policyEnforcement: PolicyEnforcement, protectionScenario: ProtectionScenario, customServiceNames: ServiceNameCollection): ExtendedProtectionPolicy$instance;
69
- new(policyEnforcement: PolicyEnforcement, protectionScenario: ProtectionScenario, customServiceNames: ICollection): ExtendedProtectionPolicy$instance;
70
- new(policyEnforcement: PolicyEnforcement, customChannelBinding: ChannelBinding): ExtendedProtectionPolicy$instance;
71
- new(policyEnforcement: PolicyEnforcement): ExtendedProtectionPolicy$instance;
68
+ new(policyEnforcement: PolicyEnforcement, protectionScenario: ProtectionScenario, customServiceNames: ServiceNameCollection): ExtendedProtectionPolicy;
69
+ new(policyEnforcement: PolicyEnforcement, protectionScenario: ProtectionScenario, customServiceNames: ICollection): ExtendedProtectionPolicy;
70
+ new(policyEnforcement: PolicyEnforcement, customChannelBinding: ChannelBinding): ExtendedProtectionPolicy;
71
+ new(policyEnforcement: PolicyEnforcement): ExtendedProtectionPolicy;
72
72
  readonly osSupportsExtendedProtection: boolean;
73
73
  };
74
74
 
@@ -91,7 +91,7 @@ export interface ExtendedProtectionPolicyTypeConverter$instance extends TypeConv
91
91
 
92
92
 
93
93
  export const ExtendedProtectionPolicyTypeConverter: {
94
- new(): ExtendedProtectionPolicyTypeConverter$instance;
94
+ new(): ExtendedProtectionPolicyTypeConverter;
95
95
  };
96
96
 
97
97
 
@@ -107,7 +107,7 @@ export interface ServiceNameCollection$instance extends ReadOnlyCollectionBase {
107
107
 
108
108
 
109
109
  export const ServiceNameCollection: {
110
- new(items: ICollection): ServiceNameCollection$instance;
110
+ new(items: ICollection): ServiceNameCollection;
111
111
  };
112
112
 
113
113
 
@@ -29,13 +29,13 @@ export interface Claim$instance {
29
29
 
30
30
 
31
31
  export const Claim: {
32
- new(reader: BinaryReader): Claim$instance;
33
- new(reader: BinaryReader, subject: ClaimsIdentity): Claim$instance;
34
- new(type_: string, value: string): Claim$instance;
35
- new(type_: string, value: string, valueType: string): Claim$instance;
36
- new(type_: string, value: string, valueType: string, issuer: string): Claim$instance;
37
- new(type_: string, value: string, valueType: string, issuer: string, originalIssuer: string): Claim$instance;
38
- new(type_: string, value: string, valueType: string, issuer: string, originalIssuer: string, subject: ClaimsIdentity): Claim$instance;
32
+ new(reader: BinaryReader): Claim;
33
+ new(reader: BinaryReader, subject: ClaimsIdentity): Claim;
34
+ new(type_: string, value: string): Claim;
35
+ new(type_: string, value: string, valueType: string): Claim;
36
+ new(type_: string, value: string, valueType: string, issuer: string): Claim;
37
+ new(type_: string, value: string, valueType: string, issuer: string, originalIssuer: string): Claim;
38
+ new(type_: string, value: string, valueType: string, issuer: string, originalIssuer: string, subject: ClaimsIdentity): Claim;
39
39
  };
40
40
 
41
41
 
@@ -67,18 +67,18 @@ export interface ClaimsIdentity$instance {
67
67
 
68
68
 
69
69
  export const ClaimsIdentity: {
70
- new(): ClaimsIdentity$instance;
71
- new(identity: IIdentity): ClaimsIdentity$instance;
72
- new(claims: IEnumerable_1<Claim>): ClaimsIdentity$instance;
73
- new(authenticationType: string): ClaimsIdentity$instance;
74
- new(claims: IEnumerable_1<Claim>, authenticationType: string): ClaimsIdentity$instance;
75
- new(identity: IIdentity, claims: IEnumerable_1<Claim>): ClaimsIdentity$instance;
76
- new(authenticationType: string, nameType: string, roleType: string): ClaimsIdentity$instance;
77
- new(claims: IEnumerable_1<Claim>, authenticationType: string, nameType: string, roleType: string): ClaimsIdentity$instance;
78
- new(identity: IIdentity, claims: IEnumerable_1<Claim>, authenticationType: string, nameType: string, roleType: string): ClaimsIdentity$instance;
79
- new(reader: BinaryReader): ClaimsIdentity$instance;
80
- new(reader: BinaryReader, stringComparison: StringComparison): ClaimsIdentity$instance;
81
- new(identity: IIdentity, claims: IEnumerable_1<Claim>, authenticationType: string, nameType: string, roleType: string, stringComparison: StringComparison): ClaimsIdentity$instance;
70
+ new(): ClaimsIdentity;
71
+ new(identity: IIdentity): ClaimsIdentity;
72
+ new(claims: IEnumerable_1<Claim>): ClaimsIdentity;
73
+ new(authenticationType: string): ClaimsIdentity;
74
+ new(claims: IEnumerable_1<Claim>, authenticationType: string): ClaimsIdentity;
75
+ new(identity: IIdentity, claims: IEnumerable_1<Claim>): ClaimsIdentity;
76
+ new(authenticationType: string, nameType: string, roleType: string): ClaimsIdentity;
77
+ new(claims: IEnumerable_1<Claim>, authenticationType: string, nameType: string, roleType: string): ClaimsIdentity;
78
+ new(identity: IIdentity, claims: IEnumerable_1<Claim>, authenticationType: string, nameType: string, roleType: string): ClaimsIdentity;
79
+ new(reader: BinaryReader): ClaimsIdentity;
80
+ new(reader: BinaryReader, stringComparison: StringComparison): ClaimsIdentity;
81
+ new(identity: IIdentity, claims: IEnumerable_1<Claim>, authenticationType: string, nameType: string, roleType: string, stringComparison: StringComparison): ClaimsIdentity;
82
82
  readonly defaultIssuer: string;
83
83
  readonly defaultNameClaimType: string;
84
84
  readonly defaultRoleClaimType: string;
@@ -113,11 +113,11 @@ export interface ClaimsPrincipal$instance {
113
113
 
114
114
 
115
115
  export const ClaimsPrincipal: {
116
- new(): ClaimsPrincipal$instance;
117
- new(identities: IEnumerable_1<ClaimsIdentity>): ClaimsPrincipal$instance;
118
- new(identity: IIdentity): ClaimsPrincipal$instance;
119
- new(principal: IPrincipal): ClaimsPrincipal$instance;
120
- new(reader: BinaryReader): ClaimsPrincipal$instance;
116
+ new(): ClaimsPrincipal;
117
+ new(identities: IEnumerable_1<ClaimsIdentity>): ClaimsPrincipal;
118
+ new(identity: IIdentity): ClaimsPrincipal;
119
+ new(principal: IPrincipal): ClaimsPrincipal;
120
+ new(reader: BinaryReader): ClaimsPrincipal;
121
121
  primaryIdentitySelector: Func_2<IEnumerable_1<ClaimsIdentity>, ClaimsIdentity>;
122
122
  claimsPrincipalSelector: Func_1<ClaimsPrincipal>;
123
123
  readonly current: ClaimsPrincipal;