@tsonic/dotnet 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/Internal/index.d.ts +2 -2
  2. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +6 -6
  3. package/Microsoft.VisualBasic/index.d.ts +36 -36
  4. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +29 -29
  5. package/Microsoft.VisualBasic.FileIO/index.d.ts +10 -10
  6. package/Microsoft.Win32/index.d.ts +8 -8
  7. package/Microsoft.Win32.SafeHandles/index.d.ts +17 -17
  8. package/System/index.d.ts +291 -291
  9. package/System.Buffers/index.d.ts +27 -27
  10. package/System.Buffers.Binary/index.d.ts +1 -1
  11. package/System.Buffers.Text/index.d.ts +4 -4
  12. package/System.CodeDom.Compiler/index.d.ts +2 -2
  13. package/System.Collections/index.d.ts +15 -15
  14. package/System.Collections.Concurrent/index.d.ts +17 -17
  15. package/System.Collections.Frozen/index.d.ts +10 -10
  16. package/System.Collections.Generic/index.d.ts +80 -80
  17. package/System.Collections.Immutable/index.d.ts +39 -39
  18. package/System.Collections.ObjectModel/index.d.ts +17 -17
  19. package/System.Collections.Specialized/index.d.ts +16 -16
  20. package/System.ComponentModel/index.d.ts +160 -160
  21. package/System.ComponentModel.DataAnnotations/index.d.ts +38 -38
  22. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +8 -8
  23. package/System.ComponentModel.Design/index.d.ts +35 -35
  24. package/System.ComponentModel.Design.Serialization/index.d.ts +12 -12
  25. package/System.Configuration.Assemblies/index.d.ts +2 -2
  26. package/System.Data/index.d.ts +98 -98
  27. package/System.Data.Common/index.d.ts +37 -37
  28. package/System.Data.SqlTypes/index.d.ts +23 -23
  29. package/System.Diagnostics/index.d.ts +97 -97
  30. package/System.Diagnostics.CodeAnalysis/index.d.ts +27 -27
  31. package/System.Diagnostics.Contracts/index.d.ts +15 -15
  32. package/System.Diagnostics.Metrics/index.d.ts +29 -29
  33. package/System.Diagnostics.SymbolStore/index.d.ts +5 -5
  34. package/System.Diagnostics.Tracing/index.d.ts +31 -31
  35. package/System.Drawing/index.d.ts +15 -15
  36. package/System.Dynamic/index.d.ts +18 -18
  37. package/System.Formats.Asn1/index.d.ts +10 -10
  38. package/System.Formats.Tar/index.d.ts +12 -12
  39. package/System.Globalization/index.d.ts +42 -42
  40. package/System.IO/index.d.ts +56 -56
  41. package/System.IO.Compression/index.d.ts +17 -17
  42. package/System.IO.Enumeration/index.d.ts +8 -8
  43. package/System.IO.IsolatedStorage/index.d.ts +5 -5
  44. package/System.IO.MemoryMappedFiles/index.d.ts +6 -6
  45. package/System.IO.Pipelines/index.d.ts +10 -10
  46. package/System.IO.Pipes/index.d.ts +16 -16
  47. package/System.Linq/index.d.ts +20 -20
  48. package/System.Linq.Expressions/index.d.ts +42 -42
  49. package/System.Linq.Expressions.Interpreter/index.d.ts +1 -1
  50. package/System.Net/index.d.ts +83 -83
  51. package/System.Net.Cache/index.d.ts +5 -5
  52. package/System.Net.Http/index.d.ts +33 -33
  53. package/System.Net.Http.Headers/index.d.ts +30 -30
  54. package/System.Net.Http.Json/index.d.ts +3 -3
  55. package/System.Net.Http.Metrics/index.d.ts +1 -1
  56. package/System.Net.Mail/index.d.ts +20 -20
  57. package/System.Net.Mime/index.d.ts +10 -10
  58. package/System.Net.NetworkInformation/index.d.ts +44 -44
  59. package/System.Net.Quic/index.d.ts +13 -13
  60. package/System.Net.Security/index.d.ts +23 -23
  61. package/System.Net.ServerSentEvents/index.d.ts +8 -8
  62. package/System.Net.Sockets/index.d.ts +34 -34
  63. package/System.Net.WebSockets/index.d.ts +16 -16
  64. package/System.Numerics/index.d.ts +15 -15
  65. package/System.Reflection/index.d.ts +101 -101
  66. package/System.Reflection.Emit/index.d.ts +28 -28
  67. package/System.Reflection.Metadata/index.d.ts +189 -189
  68. package/System.Reflection.Metadata.Ecma335/index.d.ts +48 -48
  69. package/System.Reflection.PortableExecutable/index.d.ts +27 -27
  70. package/System.Resources/index.d.ts +9 -9
  71. package/System.Runtime/index.d.ts +11 -11
  72. package/System.Runtime.CompilerServices/index.d.ts +189 -189
  73. package/System.Runtime.ConstrainedExecution/index.d.ts +5 -5
  74. package/System.Runtime.ExceptionServices/index.d.ts +4 -4
  75. package/System.Runtime.InteropServices/index.d.ts +130 -130
  76. package/System.Runtime.InteropServices.ComTypes/index.d.ts +38 -38
  77. package/System.Runtime.InteropServices.Java/index.d.ts +4 -4
  78. package/System.Runtime.InteropServices.JavaScript/index.d.ts +36 -36
  79. package/System.Runtime.InteropServices.Marshalling/index.d.ts +36 -36
  80. package/System.Runtime.InteropServices.ObjectiveC/index.d.ts +4 -4
  81. package/System.Runtime.InteropServices.Swift/index.d.ts +5 -5
  82. package/System.Runtime.Intrinsics/index.d.ts +12 -12
  83. package/System.Runtime.Intrinsics.Arm/index.d.ts +22 -22
  84. package/System.Runtime.Intrinsics.Wasm/index.d.ts +1 -1
  85. package/System.Runtime.Intrinsics.X86/index.d.ts +76 -76
  86. package/System.Runtime.Loader/index.d.ts +3 -3
  87. package/System.Runtime.Remoting/index.d.ts +1 -1
  88. package/System.Runtime.Serialization/index.d.ts +44 -44
  89. package/System.Runtime.Serialization.DataContracts/index.d.ts +4 -4
  90. package/System.Runtime.Serialization.Formatters/index.d.ts +3 -3
  91. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +1 -1
  92. package/System.Runtime.Serialization.Json/index.d.ts +4 -4
  93. package/System.Runtime.Versioning/index.d.ts +16 -16
  94. package/System.Security/index.d.ts +17 -17
  95. package/System.Security.AccessControl/index.d.ts +70 -70
  96. package/System.Security.Authentication/index.d.ts +6 -6
  97. package/System.Security.Authentication.ExtendedProtection/index.d.ts +7 -7
  98. package/System.Security.Claims/index.d.ts +5 -5
  99. package/System.Security.Cryptography/index.d.ts +167 -167
  100. package/System.Security.Cryptography.X509Certificates/index.d.ts +56 -56
  101. package/System.Security.Permissions/index.d.ts +6 -6
  102. package/System.Security.Policy/index.d.ts +2 -2
  103. package/System.Security.Principal/index.d.ts +15 -15
  104. package/System.Text/index.d.ts +36 -36
  105. package/System.Text.Encodings.Web/index.d.ts +5 -5
  106. package/System.Text.Json/index.d.ts +20 -20
  107. package/System.Text.Json.Nodes/index.d.ts +5 -5
  108. package/System.Text.Json.Schema/index.d.ts +3 -3
  109. package/System.Text.Json.Serialization/index.d.ts +40 -40
  110. package/System.Text.Json.Serialization.Metadata/index.d.ts +18 -18
  111. package/System.Text.RegularExpressions/index.d.ts +19 -19
  112. package/System.Text.Unicode/index.d.ts +4 -4
  113. package/System.Threading/index.d.ts +78 -78
  114. package/System.Threading.Channels/index.d.ts +15 -15
  115. package/System.Threading.Tasks/index.d.ts +28 -28
  116. package/System.Threading.Tasks.Dataflow/index.d.ts +27 -27
  117. package/System.Threading.Tasks.Sources/index.d.ts +4 -4
  118. package/System.Timers/index.d.ts +4 -4
  119. package/System.Transactions/index.d.ts +28 -28
  120. package/System.Web/index.d.ts +1 -1
  121. package/System.Windows.Markup/index.d.ts +1 -1
  122. package/System.Xml/index.d.ts +71 -71
  123. package/System.Xml.Linq/index.d.ts +23 -23
  124. package/System.Xml.Resolvers/index.d.ts +2 -2
  125. package/System.Xml.Schema/index.d.ts +88 -88
  126. package/System.Xml.Serialization/index.d.ts +68 -68
  127. package/System.Xml.XPath/index.d.ts +14 -14
  128. package/System.Xml.Xsl/index.d.ts +9 -9
  129. package/System.Xml.Xsl.Runtime/index.d.ts +50 -50
  130. package/package.json +1 -1
@@ -24,138 +24,138 @@ import type { Action_1, Array as ClrArray, ArraySegment_1, AsyncCallback, Attrib
24
24
  export * from './internal/index.js';
25
25
 
26
26
  // Individual type exports for convenience
27
- export type ImmutableCollectionsMarshal = Internal.ImmutableCollectionsMarshal;
28
- export type SequenceMarshal = Internal.SequenceMarshal;
29
- export type GCHandle_0 = Internal.GCHandle;
30
- export type Marshal = Internal.Marshal;
31
- export type MemoryMarshal = Internal.MemoryMarshal;
32
- export type NativeLibrary = Internal.NativeLibrary;
33
- export type ComWrappers = Internal.ComWrappers;
34
- export type ComWrappers_ComInterfaceEntry = Internal.ComWrappers_ComInterfaceEntry;
35
- export type ComWrappers_ComInterfaceDispatch = Internal.ComWrappers_ComInterfaceDispatch;
36
- export type AllowReversePInvokeCallsAttribute = Internal.AllowReversePInvokeCallsAttribute;
37
- export type Architecture = Internal.Architecture;
38
- export type ArrayWithOffset = Internal.ArrayWithOffset;
39
- export type BestFitMappingAttribute = Internal.BestFitMappingAttribute;
40
- export type BStrWrapper = Internal.BStrWrapper;
41
- export type CallingConvention = Internal.CallingConvention;
42
- export type CharSet = Internal.CharSet;
43
- export type ClassInterfaceAttribute = Internal.ClassInterfaceAttribute;
44
- export type ClassInterfaceType = Internal.ClassInterfaceType;
45
- export type CLong = Internal.CLong;
46
- export type CoClassAttribute = Internal.CoClassAttribute;
47
- export type CollectionsMarshal = Internal.CollectionsMarshal;
48
- export type ComDefaultInterfaceAttribute = Internal.ComDefaultInterfaceAttribute;
49
- export type ComEventInterfaceAttribute = Internal.ComEventInterfaceAttribute;
50
- export type COMException = Internal.COMException;
51
- export type ComImportAttribute = Internal.ComImportAttribute;
52
- export type ComInterfaceType = Internal.ComInterfaceType;
53
- export type ComMemberType = Internal.ComMemberType;
54
- export type ComSourceInterfacesAttribute = Internal.ComSourceInterfacesAttribute;
55
- export type ComVisibleAttribute = Internal.ComVisibleAttribute;
56
- export type CreateObjectFlags = Internal.CreateObjectFlags;
57
- export type CreateComInterfaceFlags = Internal.CreateComInterfaceFlags;
58
- export type CreatedWrapperFlags = Internal.CreatedWrapperFlags;
59
- export type CriticalHandle = Internal.CriticalHandle;
60
- export type CULong = Internal.CULong;
61
- export type CurrencyWrapper = Internal.CurrencyWrapper;
62
- export type CustomQueryInterfaceMode = Internal.CustomQueryInterfaceMode;
63
- export type CustomQueryInterfaceResult = Internal.CustomQueryInterfaceResult;
64
- export type DefaultCharSetAttribute = Internal.DefaultCharSetAttribute;
65
- export type DefaultDllImportSearchPathsAttribute = Internal.DefaultDllImportSearchPathsAttribute;
66
- export type DefaultParameterValueAttribute = Internal.DefaultParameterValueAttribute;
67
- export type DispatchWrapper = Internal.DispatchWrapper;
68
- export type DispIdAttribute = Internal.DispIdAttribute;
69
- export type DllImportAttribute = Internal.DllImportAttribute;
70
- export type DllImportSearchPath = Internal.DllImportSearchPath;
71
- export type ErrorWrapper = Internal.ErrorWrapper;
72
- export type ExternalException = Internal.ExternalException;
73
- export type FieldOffsetAttribute = Internal.FieldOffsetAttribute;
74
- export type GCHandle_1<T> = Internal.GCHandle_1<T>;
75
- export type GCHandle<T> = Internal.GCHandle_1<T>;
76
- export type GCHandleExtensions = Internal.GCHandleExtensions;
77
- export type GCHandleType = Internal.GCHandleType;
78
- export type GuidAttribute = Internal.GuidAttribute;
79
- export type HandleRef = Internal.HandleRef;
27
+ export { ImmutableCollectionsMarshal$instance as ImmutableCollectionsMarshal } from './internal/index.js';
28
+ export { SequenceMarshal$instance as SequenceMarshal } from './internal/index.js';
29
+ export { GCHandle$instance as GCHandle_0 } from './internal/index.js';
30
+ export { Marshal$instance as Marshal } from './internal/index.js';
31
+ export { MemoryMarshal$instance as MemoryMarshal } from './internal/index.js';
32
+ export { NativeLibrary$instance as NativeLibrary } from './internal/index.js';
33
+ export { ComWrappers$instance as ComWrappers } from './internal/index.js';
34
+ export { ComWrappers_ComInterfaceEntry$instance as ComWrappers_ComInterfaceEntry } from './internal/index.js';
35
+ export { ComWrappers_ComInterfaceDispatch$instance as ComWrappers_ComInterfaceDispatch } from './internal/index.js';
36
+ export { AllowReversePInvokeCallsAttribute$instance as AllowReversePInvokeCallsAttribute } from './internal/index.js';
37
+ export { Architecture as Architecture } from './internal/index.js';
38
+ export { ArrayWithOffset$instance as ArrayWithOffset } from './internal/index.js';
39
+ export { BestFitMappingAttribute$instance as BestFitMappingAttribute } from './internal/index.js';
40
+ export { BStrWrapper$instance as BStrWrapper } from './internal/index.js';
41
+ export { CallingConvention as CallingConvention } from './internal/index.js';
42
+ export { CharSet as CharSet } from './internal/index.js';
43
+ export { ClassInterfaceAttribute$instance as ClassInterfaceAttribute } from './internal/index.js';
44
+ export { ClassInterfaceType as ClassInterfaceType } from './internal/index.js';
45
+ export { CLong$instance as CLong } from './internal/index.js';
46
+ export { CoClassAttribute$instance as CoClassAttribute } from './internal/index.js';
47
+ export { CollectionsMarshal$instance as CollectionsMarshal } from './internal/index.js';
48
+ export { ComDefaultInterfaceAttribute$instance as ComDefaultInterfaceAttribute } from './internal/index.js';
49
+ export { ComEventInterfaceAttribute$instance as ComEventInterfaceAttribute } from './internal/index.js';
50
+ export { COMException$instance as COMException } from './internal/index.js';
51
+ export { ComImportAttribute$instance as ComImportAttribute } from './internal/index.js';
52
+ export { ComInterfaceType as ComInterfaceType } from './internal/index.js';
53
+ export { ComMemberType as ComMemberType } from './internal/index.js';
54
+ export { ComSourceInterfacesAttribute$instance as ComSourceInterfacesAttribute } from './internal/index.js';
55
+ export { ComVisibleAttribute$instance as ComVisibleAttribute } from './internal/index.js';
56
+ export { CreateObjectFlags as CreateObjectFlags } from './internal/index.js';
57
+ export { CreateComInterfaceFlags as CreateComInterfaceFlags } from './internal/index.js';
58
+ export { CreatedWrapperFlags as CreatedWrapperFlags } from './internal/index.js';
59
+ export { CriticalHandle$instance as CriticalHandle } from './internal/index.js';
60
+ export { CULong$instance as CULong } from './internal/index.js';
61
+ export { CurrencyWrapper$instance as CurrencyWrapper } from './internal/index.js';
62
+ export { CustomQueryInterfaceMode as CustomQueryInterfaceMode } from './internal/index.js';
63
+ export { CustomQueryInterfaceResult as CustomQueryInterfaceResult } from './internal/index.js';
64
+ export { DefaultCharSetAttribute$instance as DefaultCharSetAttribute } from './internal/index.js';
65
+ export { DefaultDllImportSearchPathsAttribute$instance as DefaultDllImportSearchPathsAttribute } from './internal/index.js';
66
+ export { DefaultParameterValueAttribute$instance as DefaultParameterValueAttribute } from './internal/index.js';
67
+ export { DispatchWrapper$instance as DispatchWrapper } from './internal/index.js';
68
+ export { DispIdAttribute$instance as DispIdAttribute } from './internal/index.js';
69
+ export { DllImportAttribute$instance as DllImportAttribute } from './internal/index.js';
70
+ export { DllImportSearchPath as DllImportSearchPath } from './internal/index.js';
71
+ export { ErrorWrapper$instance as ErrorWrapper } from './internal/index.js';
72
+ export { ExternalException$instance as ExternalException } from './internal/index.js';
73
+ export { FieldOffsetAttribute$instance as FieldOffsetAttribute } from './internal/index.js';
74
+ export { GCHandle_1$instance as GCHandle_1 } from './internal/index.js';
75
+ export { GCHandle_1$instance as GCHandle } from './internal/index.js';
76
+ export { GCHandleExtensions$instance as GCHandleExtensions } from './internal/index.js';
77
+ export { GCHandleType as GCHandleType } from './internal/index.js';
78
+ export { GuidAttribute$instance as GuidAttribute } from './internal/index.js';
79
+ export { HandleRef$instance as HandleRef } from './internal/index.js';
80
80
  export type ICustomAdapter = Internal.ICustomAdapter;
81
81
  export type ICustomFactory = Internal.ICustomFactory;
82
82
  export type ICustomMarshaler = Internal.ICustomMarshaler;
83
83
  export type ICustomQueryInterface = Internal.ICustomQueryInterface;
84
84
  export type IDynamicInterfaceCastable = Internal.IDynamicInterfaceCastable;
85
- export type DynamicInterfaceCastableImplementationAttribute = Internal.DynamicInterfaceCastableImplementationAttribute;
86
- export type InAttribute = Internal.InAttribute;
87
- export type InterfaceTypeAttribute = Internal.InterfaceTypeAttribute;
88
- export type InvalidComObjectException = Internal.InvalidComObjectException;
89
- export type InvalidOleVariantTypeException = Internal.InvalidOleVariantTypeException;
90
- export type LayoutKind = Internal.LayoutKind;
91
- export type LCIDConversionAttribute = Internal.LCIDConversionAttribute;
92
- export type LibraryImportAttribute = Internal.LibraryImportAttribute;
93
- export type MarshalAsAttribute = Internal.MarshalAsAttribute;
94
- export type MarshalDirectiveException = Internal.MarshalDirectiveException;
95
- export type DllImportResolver = Internal.DllImportResolver;
96
- export type NativeMemory = Internal.NativeMemory;
97
- export type NFloat = Internal.NFloat;
98
- export type OptionalAttribute = Internal.OptionalAttribute;
99
- export type OSPlatform = Internal.OSPlatform;
100
- export type OutAttribute = Internal.OutAttribute;
101
- export type PinnedGCHandle_1<T> = Internal.PinnedGCHandle_1<T>;
102
- export type PinnedGCHandle<T> = Internal.PinnedGCHandle_1<T>;
103
- export type PosixSignal = Internal.PosixSignal;
104
- export type PosixSignalContext = Internal.PosixSignalContext;
105
- export type PosixSignalRegistration = Internal.PosixSignalRegistration;
106
- export type PreserveSigAttribute = Internal.PreserveSigAttribute;
107
- export type ProgIdAttribute = Internal.ProgIdAttribute;
108
- export type RuntimeInformation = Internal.RuntimeInformation;
109
- export type SafeArrayRankMismatchException = Internal.SafeArrayRankMismatchException;
110
- export type SafeArrayTypeMismatchException = Internal.SafeArrayTypeMismatchException;
111
- export type SafeBuffer = Internal.SafeBuffer;
112
- export type SafeHandle = Internal.SafeHandle;
113
- export type SEHException = Internal.SEHException;
114
- export type StringMarshalling = Internal.StringMarshalling;
115
- export type StructLayoutAttribute = Internal.StructLayoutAttribute;
116
- export type SuppressGCTransitionAttribute = Internal.SuppressGCTransitionAttribute;
117
- export type TypeIdentifierAttribute = Internal.TypeIdentifierAttribute;
118
- export type TypeMapAttribute_1<TTypeMapGroup> = Internal.TypeMapAttribute_1<TTypeMapGroup>;
119
- export type TypeMapAttribute<TTypeMapGroup> = Internal.TypeMapAttribute_1<TTypeMapGroup>;
120
- export type TypeMapAssociationAttribute_1<TTypeMapGroup> = Internal.TypeMapAssociationAttribute_1<TTypeMapGroup>;
121
- export type TypeMapAssociationAttribute<TTypeMapGroup> = Internal.TypeMapAssociationAttribute_1<TTypeMapGroup>;
122
- export type TypeMapAssemblyTargetAttribute_1<TTypeMapGroup> = Internal.TypeMapAssemblyTargetAttribute_1<TTypeMapGroup>;
123
- export type TypeMapAssemblyTargetAttribute<TTypeMapGroup> = Internal.TypeMapAssemblyTargetAttribute_1<TTypeMapGroup>;
124
- export type TypeMapping = Internal.TypeMapping;
125
- export type UnknownWrapper = Internal.UnknownWrapper;
126
- export type UnmanagedCallConvAttribute = Internal.UnmanagedCallConvAttribute;
127
- export type UnmanagedCallersOnlyAttribute = Internal.UnmanagedCallersOnlyAttribute;
128
- export type UnmanagedFunctionPointerAttribute = Internal.UnmanagedFunctionPointerAttribute;
129
- export type UnmanagedType = Internal.UnmanagedType;
130
- export type VarEnum = Internal.VarEnum;
131
- export type VariantWrapper = Internal.VariantWrapper;
132
- export type WasmImportLinkageAttribute = Internal.WasmImportLinkageAttribute;
133
- export type WeakGCHandle_1<T> = Internal.WeakGCHandle_1<T>;
134
- export type WeakGCHandle<T> = Internal.WeakGCHandle_1<T>;
135
- export type ComEventsHelper = Internal.ComEventsHelper;
136
- export type StandardOleMarshalObject = Internal.StandardOleMarshalObject;
137
- export type AssemblyRegistrationFlags = Internal.AssemblyRegistrationFlags;
138
- export type AutomationProxyAttribute = Internal.AutomationProxyAttribute;
139
- export type ComAliasNameAttribute = Internal.ComAliasNameAttribute;
140
- export type ComAwareEventInfo = Internal.ComAwareEventInfo;
141
- export type ComCompatibleVersionAttribute = Internal.ComCompatibleVersionAttribute;
142
- export type ComConversionLossAttribute = Internal.ComConversionLossAttribute;
143
- export type ComRegisterFunctionAttribute = Internal.ComRegisterFunctionAttribute;
144
- export type ComUnregisterFunctionAttribute = Internal.ComUnregisterFunctionAttribute;
145
- export type ExporterEventKind = Internal.ExporterEventKind;
146
- export type HandleCollector = Internal.HandleCollector;
147
- export type ImportedFromTypeLibAttribute = Internal.ImportedFromTypeLibAttribute;
148
- export type ManagedToNativeComInteropStubAttribute = Internal.ManagedToNativeComInteropStubAttribute;
149
- export type PrimaryInteropAssemblyAttribute = Internal.PrimaryInteropAssemblyAttribute;
150
- export type RegistrationClassContext = Internal.RegistrationClassContext;
151
- export type RegistrationConnectionType = Internal.RegistrationConnectionType;
152
- export type RuntimeEnvironment = Internal.RuntimeEnvironment;
153
- export type TypeLibFuncAttribute = Internal.TypeLibFuncAttribute;
154
- export type TypeLibFuncFlags = Internal.TypeLibFuncFlags;
155
- export type TypeLibImportClassAttribute = Internal.TypeLibImportClassAttribute;
156
- export type TypeLibTypeAttribute = Internal.TypeLibTypeAttribute;
157
- export type TypeLibTypeFlags = Internal.TypeLibTypeFlags;
158
- export type TypeLibVarAttribute = Internal.TypeLibVarAttribute;
159
- export type TypeLibVarFlags = Internal.TypeLibVarFlags;
160
- export type TypeLibVersionAttribute = Internal.TypeLibVersionAttribute;
161
- export type JsonMarshal = Internal.JsonMarshal;
85
+ export { DynamicInterfaceCastableImplementationAttribute$instance as DynamicInterfaceCastableImplementationAttribute } from './internal/index.js';
86
+ export { InAttribute$instance as InAttribute } from './internal/index.js';
87
+ export { InterfaceTypeAttribute$instance as InterfaceTypeAttribute } from './internal/index.js';
88
+ export { InvalidComObjectException$instance as InvalidComObjectException } from './internal/index.js';
89
+ export { InvalidOleVariantTypeException$instance as InvalidOleVariantTypeException } from './internal/index.js';
90
+ export { LayoutKind as LayoutKind } from './internal/index.js';
91
+ export { LCIDConversionAttribute$instance as LCIDConversionAttribute } from './internal/index.js';
92
+ export { LibraryImportAttribute$instance as LibraryImportAttribute } from './internal/index.js';
93
+ export { MarshalAsAttribute$instance as MarshalAsAttribute } from './internal/index.js';
94
+ export { MarshalDirectiveException$instance as MarshalDirectiveException } from './internal/index.js';
95
+ export { DllImportResolver$instance as DllImportResolver } from './internal/index.js';
96
+ export { NativeMemory$instance as NativeMemory } from './internal/index.js';
97
+ export { NFloat$instance as NFloat } from './internal/index.js';
98
+ export { OptionalAttribute$instance as OptionalAttribute } from './internal/index.js';
99
+ export { OSPlatform$instance as OSPlatform } from './internal/index.js';
100
+ export { OutAttribute$instance as OutAttribute } from './internal/index.js';
101
+ export { PinnedGCHandle_1$instance as PinnedGCHandle_1 } from './internal/index.js';
102
+ export { PinnedGCHandle_1$instance as PinnedGCHandle } from './internal/index.js';
103
+ export { PosixSignal as PosixSignal } from './internal/index.js';
104
+ export { PosixSignalContext$instance as PosixSignalContext } from './internal/index.js';
105
+ export { PosixSignalRegistration$instance as PosixSignalRegistration } from './internal/index.js';
106
+ export { PreserveSigAttribute$instance as PreserveSigAttribute } from './internal/index.js';
107
+ export { ProgIdAttribute$instance as ProgIdAttribute } from './internal/index.js';
108
+ export { RuntimeInformation$instance as RuntimeInformation } from './internal/index.js';
109
+ export { SafeArrayRankMismatchException$instance as SafeArrayRankMismatchException } from './internal/index.js';
110
+ export { SafeArrayTypeMismatchException$instance as SafeArrayTypeMismatchException } from './internal/index.js';
111
+ export { SafeBuffer$instance as SafeBuffer } from './internal/index.js';
112
+ export { SafeHandle$instance as SafeHandle } from './internal/index.js';
113
+ export { SEHException$instance as SEHException } from './internal/index.js';
114
+ export { StringMarshalling as StringMarshalling } from './internal/index.js';
115
+ export { StructLayoutAttribute$instance as StructLayoutAttribute } from './internal/index.js';
116
+ export { SuppressGCTransitionAttribute$instance as SuppressGCTransitionAttribute } from './internal/index.js';
117
+ export { TypeIdentifierAttribute$instance as TypeIdentifierAttribute } from './internal/index.js';
118
+ export { TypeMapAttribute_1$instance as TypeMapAttribute_1 } from './internal/index.js';
119
+ export { TypeMapAttribute_1$instance as TypeMapAttribute } from './internal/index.js';
120
+ export { TypeMapAssociationAttribute_1$instance as TypeMapAssociationAttribute_1 } from './internal/index.js';
121
+ export { TypeMapAssociationAttribute_1$instance as TypeMapAssociationAttribute } from './internal/index.js';
122
+ export { TypeMapAssemblyTargetAttribute_1$instance as TypeMapAssemblyTargetAttribute_1 } from './internal/index.js';
123
+ export { TypeMapAssemblyTargetAttribute_1$instance as TypeMapAssemblyTargetAttribute } from './internal/index.js';
124
+ export { TypeMapping$instance as TypeMapping } from './internal/index.js';
125
+ export { UnknownWrapper$instance as UnknownWrapper } from './internal/index.js';
126
+ export { UnmanagedCallConvAttribute$instance as UnmanagedCallConvAttribute } from './internal/index.js';
127
+ export { UnmanagedCallersOnlyAttribute$instance as UnmanagedCallersOnlyAttribute } from './internal/index.js';
128
+ export { UnmanagedFunctionPointerAttribute$instance as UnmanagedFunctionPointerAttribute } from './internal/index.js';
129
+ export { UnmanagedType as UnmanagedType } from './internal/index.js';
130
+ export { VarEnum as VarEnum } from './internal/index.js';
131
+ export { VariantWrapper$instance as VariantWrapper } from './internal/index.js';
132
+ export { WasmImportLinkageAttribute$instance as WasmImportLinkageAttribute } from './internal/index.js';
133
+ export { WeakGCHandle_1$instance as WeakGCHandle_1 } from './internal/index.js';
134
+ export { WeakGCHandle_1$instance as WeakGCHandle } from './internal/index.js';
135
+ export { ComEventsHelper$instance as ComEventsHelper } from './internal/index.js';
136
+ export { StandardOleMarshalObject$instance as StandardOleMarshalObject } from './internal/index.js';
137
+ export { AssemblyRegistrationFlags as AssemblyRegistrationFlags } from './internal/index.js';
138
+ export { AutomationProxyAttribute$instance as AutomationProxyAttribute } from './internal/index.js';
139
+ export { ComAliasNameAttribute$instance as ComAliasNameAttribute } from './internal/index.js';
140
+ export { ComAwareEventInfo$instance as ComAwareEventInfo } from './internal/index.js';
141
+ export { ComCompatibleVersionAttribute$instance as ComCompatibleVersionAttribute } from './internal/index.js';
142
+ export { ComConversionLossAttribute$instance as ComConversionLossAttribute } from './internal/index.js';
143
+ export { ComRegisterFunctionAttribute$instance as ComRegisterFunctionAttribute } from './internal/index.js';
144
+ export { ComUnregisterFunctionAttribute$instance as ComUnregisterFunctionAttribute } from './internal/index.js';
145
+ export { ExporterEventKind as ExporterEventKind } from './internal/index.js';
146
+ export { HandleCollector$instance as HandleCollector } from './internal/index.js';
147
+ export { ImportedFromTypeLibAttribute$instance as ImportedFromTypeLibAttribute } from './internal/index.js';
148
+ export { ManagedToNativeComInteropStubAttribute$instance as ManagedToNativeComInteropStubAttribute } from './internal/index.js';
149
+ export { PrimaryInteropAssemblyAttribute$instance as PrimaryInteropAssemblyAttribute } from './internal/index.js';
150
+ export { RegistrationClassContext as RegistrationClassContext } from './internal/index.js';
151
+ export { RegistrationConnectionType as RegistrationConnectionType } from './internal/index.js';
152
+ export { RuntimeEnvironment$instance as RuntimeEnvironment } from './internal/index.js';
153
+ export { TypeLibFuncAttribute$instance as TypeLibFuncAttribute } from './internal/index.js';
154
+ export { TypeLibFuncFlags as TypeLibFuncFlags } from './internal/index.js';
155
+ export { TypeLibImportClassAttribute$instance as TypeLibImportClassAttribute } from './internal/index.js';
156
+ export { TypeLibTypeAttribute$instance as TypeLibTypeAttribute } from './internal/index.js';
157
+ export { TypeLibTypeFlags as TypeLibTypeFlags } from './internal/index.js';
158
+ export { TypeLibVarAttribute$instance as TypeLibVarAttribute } from './internal/index.js';
159
+ export { TypeLibVarFlags as TypeLibVarFlags } from './internal/index.js';
160
+ export { TypeLibVersionAttribute$instance as TypeLibVersionAttribute } from './internal/index.js';
161
+ export { JsonMarshal$instance as JsonMarshal } from './internal/index.js';
@@ -11,62 +11,62 @@ import type { Boolean as ClrBoolean, Byte, Enum, Guid, IComparable, IConvertible
11
11
  export * from './internal/index.js';
12
12
 
13
13
  // Individual type exports for convenience
14
- export type BIND_OPTS = Internal.BIND_OPTS;
14
+ export { BIND_OPTS$instance as BIND_OPTS } from './internal/index.js';
15
15
  export type IBindCtx = Internal.IBindCtx;
16
16
  export type IConnectionPoint = Internal.IConnectionPoint;
17
17
  export type IConnectionPointContainer = Internal.IConnectionPointContainer;
18
18
  export type IEnumConnectionPoints = Internal.IEnumConnectionPoints;
19
- export type CONNECTDATA = Internal.CONNECTDATA;
19
+ export { CONNECTDATA$instance as CONNECTDATA } from './internal/index.js';
20
20
  export type IEnumConnections = Internal.IEnumConnections;
21
21
  export type IEnumMoniker = Internal.IEnumMoniker;
22
22
  export type IEnumString = Internal.IEnumString;
23
23
  export type IEnumVARIANT = Internal.IEnumVARIANT;
24
- export type FILETIME = Internal.FILETIME;
24
+ export { FILETIME$instance as FILETIME } from './internal/index.js';
25
25
  export type IMoniker = Internal.IMoniker;
26
26
  export type IPersistFile = Internal.IPersistFile;
27
27
  export type IRunningObjectTable = Internal.IRunningObjectTable;
28
- export type STATSTG = Internal.STATSTG;
28
+ export { STATSTG$instance as STATSTG } from './internal/index.js';
29
29
  export type IStream = Internal.IStream;
30
- export type DESCKIND = Internal.DESCKIND;
31
- export type BINDPTR = Internal.BINDPTR;
30
+ export { DESCKIND as DESCKIND } from './internal/index.js';
31
+ export { BINDPTR$instance as BINDPTR } from './internal/index.js';
32
32
  export type ITypeComp = Internal.ITypeComp;
33
- export type TYPEKIND = Internal.TYPEKIND;
34
- export type TYPEFLAGS = Internal.TYPEFLAGS;
35
- export type IMPLTYPEFLAGS = Internal.IMPLTYPEFLAGS;
36
- export type TYPEATTR = Internal.TYPEATTR;
37
- export type FUNCDESC = Internal.FUNCDESC;
38
- export type IDLFLAG = Internal.IDLFLAG;
39
- export type IDLDESC = Internal.IDLDESC;
40
- export type PARAMFLAG = Internal.PARAMFLAG;
41
- export type PARAMDESC = Internal.PARAMDESC;
42
- export type TYPEDESC = Internal.TYPEDESC;
43
- export type ELEMDESC = Internal.ELEMDESC;
44
- export type ELEMDESC_DESCUNION = Internal.ELEMDESC_DESCUNION;
45
- export type VARKIND = Internal.VARKIND;
46
- export type VARDESC = Internal.VARDESC;
47
- export type VARDESC_DESCUNION = Internal.VARDESC_DESCUNION;
48
- export type DISPPARAMS = Internal.DISPPARAMS;
49
- export type EXCEPINFO = Internal.EXCEPINFO;
50
- export type FUNCKIND = Internal.FUNCKIND;
51
- export type INVOKEKIND = Internal.INVOKEKIND;
52
- export type CALLCONV = Internal.CALLCONV;
53
- export type FUNCFLAGS = Internal.FUNCFLAGS;
54
- export type VARFLAGS = Internal.VARFLAGS;
33
+ export { TYPEKIND as TYPEKIND } from './internal/index.js';
34
+ export { TYPEFLAGS as TYPEFLAGS } from './internal/index.js';
35
+ export { IMPLTYPEFLAGS as IMPLTYPEFLAGS } from './internal/index.js';
36
+ export { TYPEATTR$instance as TYPEATTR } from './internal/index.js';
37
+ export { FUNCDESC$instance as FUNCDESC } from './internal/index.js';
38
+ export { IDLFLAG as IDLFLAG } from './internal/index.js';
39
+ export { IDLDESC$instance as IDLDESC } from './internal/index.js';
40
+ export { PARAMFLAG as PARAMFLAG } from './internal/index.js';
41
+ export { PARAMDESC$instance as PARAMDESC } from './internal/index.js';
42
+ export { TYPEDESC$instance as TYPEDESC } from './internal/index.js';
43
+ export { ELEMDESC$instance as ELEMDESC } from './internal/index.js';
44
+ export { ELEMDESC_DESCUNION$instance as ELEMDESC_DESCUNION } from './internal/index.js';
45
+ export { VARKIND as VARKIND } from './internal/index.js';
46
+ export { VARDESC$instance as VARDESC } from './internal/index.js';
47
+ export { VARDESC_DESCUNION$instance as VARDESC_DESCUNION } from './internal/index.js';
48
+ export { DISPPARAMS$instance as DISPPARAMS } from './internal/index.js';
49
+ export { EXCEPINFO$instance as EXCEPINFO } from './internal/index.js';
50
+ export { FUNCKIND as FUNCKIND } from './internal/index.js';
51
+ export { INVOKEKIND as INVOKEKIND } from './internal/index.js';
52
+ export { CALLCONV as CALLCONV } from './internal/index.js';
53
+ export { FUNCFLAGS as FUNCFLAGS } from './internal/index.js';
54
+ export { VARFLAGS as VARFLAGS } from './internal/index.js';
55
55
  export type ITypeInfo = Internal.ITypeInfo;
56
56
  export type ITypeInfo2 = Internal.ITypeInfo2;
57
- export type SYSKIND = Internal.SYSKIND;
58
- export type LIBFLAGS = Internal.LIBFLAGS;
59
- export type TYPELIBATTR = Internal.TYPELIBATTR;
57
+ export { SYSKIND as SYSKIND } from './internal/index.js';
58
+ export { LIBFLAGS as LIBFLAGS } from './internal/index.js';
59
+ export { TYPELIBATTR$instance as TYPELIBATTR } from './internal/index.js';
60
60
  export type ITypeLib = Internal.ITypeLib;
61
61
  export type ITypeLib2 = Internal.ITypeLib2;
62
- export type ADVF = Internal.ADVF;
63
- export type DATADIR = Internal.DATADIR;
64
- export type DVASPECT = Internal.DVASPECT;
65
- export type FORMATETC = Internal.FORMATETC;
62
+ export { ADVF as ADVF } from './internal/index.js';
63
+ export { DATADIR as DATADIR } from './internal/index.js';
64
+ export { DVASPECT as DVASPECT } from './internal/index.js';
65
+ export { FORMATETC$instance as FORMATETC } from './internal/index.js';
66
66
  export type IAdviseSink = Internal.IAdviseSink;
67
67
  export type IDataObject = Internal.IDataObject;
68
68
  export type IEnumFORMATETC = Internal.IEnumFORMATETC;
69
69
  export type IEnumSTATDATA = Internal.IEnumSTATDATA;
70
- export type STATDATA = Internal.STATDATA;
71
- export type STGMEDIUM = Internal.STGMEDIUM;
72
- export type TYMED = Internal.TYMED;
70
+ export { STATDATA$instance as STATDATA } from './internal/index.js';
71
+ export { STGMEDIUM$instance as STGMEDIUM } from './internal/index.js';
72
+ export { TYMED as TYMED } from './internal/index.js';
@@ -12,7 +12,7 @@ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, ReadOnlySpan_1,
12
12
  export * from './internal/index.js';
13
13
 
14
14
  // Individual type exports for convenience
15
- export type ComponentCrossReference = Internal.ComponentCrossReference;
16
- export type JavaMarshal = Internal.JavaMarshal;
17
- export type MarkCrossReferencesArgs = Internal.MarkCrossReferencesArgs;
18
- export type StronglyConnectedComponent = Internal.StronglyConnectedComponent;
15
+ export { ComponentCrossReference$instance as ComponentCrossReference } from './internal/index.js';
16
+ export { JavaMarshal$instance as JavaMarshal } from './internal/index.js';
17
+ export { MarkCrossReferencesArgs$instance as MarkCrossReferencesArgs } from './internal/index.js';
18
+ export { StronglyConnectedComponent$instance as StronglyConnectedComponent } from './internal/index.js';
@@ -16,39 +16,39 @@ import type { Action, Action_1, Action_2, Action_3, ArraySegment_1, AsyncCallbac
16
16
  export * from './internal/index.js';
17
17
 
18
18
  // Individual type exports for convenience
19
- export type JSImportAttribute = Internal.JSImportAttribute;
20
- export type JSExportAttribute = Internal.JSExportAttribute;
21
- export type JSMarshalAsAttribute_1<T extends JSType> = Internal.JSMarshalAsAttribute_1<T>;
22
- export type JSMarshalAsAttribute<T extends JSType> = Internal.JSMarshalAsAttribute_1<T>;
23
- export type JSType = Internal.JSType;
24
- export type JSObject = Internal.JSObject;
25
- export type JSException = Internal.JSException;
26
- export type JSHost = Internal.JSHost;
27
- export type JSFunctionBinding = Internal.JSFunctionBinding;
28
- export type JSMarshalerType = Internal.JSMarshalerType;
29
- export type JSMarshalerArgument = Internal.JSMarshalerArgument;
30
- export type JSType_Void = Internal.JSType_Void;
31
- export type JSType_Discard = Internal.JSType_Discard;
32
- export type JSType_Boolean = Internal.JSType_Boolean;
33
- export type JSType_Number = Internal.JSType_Number;
34
- export type JSType_BigInt = Internal.JSType_BigInt;
35
- export type JSType_Date = Internal.JSType_Date;
36
- export type JSType_String = Internal.JSType_String;
37
- export type JSType_Object = Internal.JSType_Object;
38
- export type JSType_Error = Internal.JSType_Error;
39
- export type JSType_MemoryView = Internal.JSType_MemoryView;
40
- export type JSType_Array_1<T extends JSType> = Internal.JSType_Array_1<T>;
41
- export type JSType_Array<T extends JSType> = Internal.JSType_Array_1<T>;
42
- export type JSType_Promise_1<T extends JSType> = Internal.JSType_Promise_1<T>;
43
- export type JSType_Promise<T extends JSType> = Internal.JSType_Promise_1<T>;
44
- export type JSType_Function_0 = Internal.JSType_Function;
45
- export type JSType_Function_1<T extends JSType> = Internal.JSType_Function_1<T>;
46
- export type JSType_Function<T extends JSType> = Internal.JSType_Function_1<T>;
47
- export type JSType_Function_2<T1 extends JSType, T2 extends JSType> = Internal.JSType_Function_2<T1, T2>;
48
- export type JSType_Function_3<T1 extends JSType, T2 extends JSType, T3 extends JSType> = Internal.JSType_Function_3<T1, T2, T3>;
49
- export type JSType_Function_4<T1 extends JSType, T2 extends JSType, T3 extends JSType, T4 extends JSType> = Internal.JSType_Function_4<T1, T2, T3, T4>;
50
- export type JSType_Any = Internal.JSType_Any;
51
- export type JSMarshalerArgument_ArgumentToManagedCallback_1<T> = Internal.JSMarshalerArgument_ArgumentToManagedCallback_1<T>;
52
- export type JSMarshalerArgument_ArgumentToManagedCallback<T> = Internal.JSMarshalerArgument_ArgumentToManagedCallback_1<T>;
53
- export type JSMarshalerArgument_ArgumentToJSCallback_1<T> = Internal.JSMarshalerArgument_ArgumentToJSCallback_1<T>;
54
- export type JSMarshalerArgument_ArgumentToJSCallback<T> = Internal.JSMarshalerArgument_ArgumentToJSCallback_1<T>;
19
+ export { JSImportAttribute$instance as JSImportAttribute } from './internal/index.js';
20
+ export { JSExportAttribute$instance as JSExportAttribute } from './internal/index.js';
21
+ export { JSMarshalAsAttribute_1$instance as JSMarshalAsAttribute_1 } from './internal/index.js';
22
+ export { JSMarshalAsAttribute_1$instance as JSMarshalAsAttribute } from './internal/index.js';
23
+ export { JSType$instance as JSType } from './internal/index.js';
24
+ export { JSObject$instance as JSObject } from './internal/index.js';
25
+ export { JSException$instance as JSException } from './internal/index.js';
26
+ export { JSHost$instance as JSHost } from './internal/index.js';
27
+ export { JSFunctionBinding$instance as JSFunctionBinding } from './internal/index.js';
28
+ export { JSMarshalerType$instance as JSMarshalerType } from './internal/index.js';
29
+ export { JSMarshalerArgument$instance as JSMarshalerArgument } from './internal/index.js';
30
+ export { JSType_Void$instance as JSType_Void } from './internal/index.js';
31
+ export { JSType_Discard$instance as JSType_Discard } from './internal/index.js';
32
+ export { JSType_Boolean$instance as JSType_Boolean } from './internal/index.js';
33
+ export { JSType_Number$instance as JSType_Number } from './internal/index.js';
34
+ export { JSType_BigInt$instance as JSType_BigInt } from './internal/index.js';
35
+ export { JSType_Date$instance as JSType_Date } from './internal/index.js';
36
+ export { JSType_String$instance as JSType_String } from './internal/index.js';
37
+ export { JSType_Object$instance as JSType_Object } from './internal/index.js';
38
+ export { JSType_Error$instance as JSType_Error } from './internal/index.js';
39
+ export { JSType_MemoryView$instance as JSType_MemoryView } from './internal/index.js';
40
+ export { JSType_Array_1$instance as JSType_Array_1 } from './internal/index.js';
41
+ export { JSType_Array_1$instance as JSType_Array } from './internal/index.js';
42
+ export { JSType_Promise_1$instance as JSType_Promise_1 } from './internal/index.js';
43
+ export { JSType_Promise_1$instance as JSType_Promise } from './internal/index.js';
44
+ export { JSType_Function$instance as JSType_Function_0 } from './internal/index.js';
45
+ export { JSType_Function_1$instance as JSType_Function_1 } from './internal/index.js';
46
+ export { JSType_Function_1$instance as JSType_Function } from './internal/index.js';
47
+ export { JSType_Function_2$instance as JSType_Function_2 } from './internal/index.js';
48
+ export { JSType_Function_3$instance as JSType_Function_3 } from './internal/index.js';
49
+ export { JSType_Function_4$instance as JSType_Function_4 } from './internal/index.js';
50
+ export { JSType_Any$instance as JSType_Any } from './internal/index.js';
51
+ export { JSMarshalerArgument_ArgumentToManagedCallback_1$instance as JSMarshalerArgument_ArgumentToManagedCallback_1 } from './internal/index.js';
52
+ export { JSMarshalerArgument_ArgumentToManagedCallback_1$instance as JSMarshalerArgument_ArgumentToManagedCallback } from './internal/index.js';
53
+ export { JSMarshalerArgument_ArgumentToJSCallback_1$instance as JSMarshalerArgument_ArgumentToJSCallback_1 } from './internal/index.js';
54
+ export { JSMarshalerArgument_ArgumentToJSCallback_1$instance as JSMarshalerArgument_ArgumentToJSCallback } from './internal/index.js';