@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,100 +24,100 @@ import type { Action_1, Action_2, Array as ClrArray, AsyncCallback, Attribute, B
24
24
  export * from './internal/index.js';
25
25
 
26
26
  // Individual type exports for convenience
27
- export type ActivityChangedEventArgs = Internal.ActivityChangedEventArgs;
28
- export type Activity = Internal.Activity;
29
- export type Activity_Enumerator_1<T> = Internal.Activity_Enumerator_1<T>;
30
- export type Activity_Enumerator<T> = Internal.Activity_Enumerator_1<T>;
31
- export type ActivityTraceFlags = Internal.ActivityTraceFlags;
32
- export type ActivityIdFormat = Internal.ActivityIdFormat;
33
- export type ActivityTraceId = Internal.ActivityTraceId;
34
- export type ActivitySpanId = Internal.ActivitySpanId;
35
- export type ActivityStatusCode = Internal.ActivityStatusCode;
36
- export type ActivityTagsCollection = Internal.ActivityTagsCollection;
37
- export type ActivityTagsCollection_Enumerator = Internal.ActivityTagsCollection_Enumerator;
38
- export type ActivityContext = Internal.ActivityContext;
39
- export type ActivityCreationOptions_1<T> = Internal.ActivityCreationOptions_1<T>;
40
- export type ActivityCreationOptions<T> = Internal.ActivityCreationOptions_1<T>;
41
- export type ActivitySamplingResult = Internal.ActivitySamplingResult;
42
- export type ActivityEvent = Internal.ActivityEvent;
43
- export type ActivityKind = Internal.ActivityKind;
44
- export type ActivityLink = Internal.ActivityLink;
45
- export type SampleActivity_1<T> = Internal.SampleActivity_1<T>;
46
- export type SampleActivity<T> = Internal.SampleActivity_1<T>;
47
- export type ExceptionRecorder = Internal.ExceptionRecorder;
48
- export type ActivityListener = Internal.ActivityListener;
49
- export type ActivitySource = Internal.ActivitySource;
50
- export type ActivitySourceOptions = Internal.ActivitySourceOptions;
51
- export type DiagnosticSource = Internal.DiagnosticSource;
52
- export type DiagnosticListener = Internal.DiagnosticListener;
53
- export type DistributedContextPropagator = Internal.DistributedContextPropagator;
54
- export type DistributedContextPropagator_PropagatorGetterCallback = Internal.DistributedContextPropagator_PropagatorGetterCallback;
55
- export type DistributedContextPropagator_PropagatorSetterCallback = Internal.DistributedContextPropagator_PropagatorSetterCallback;
56
- export type TagList = Internal.TagList;
57
- export type TagList_Enumerator = Internal.TagList_Enumerator;
58
- export type FileVersionInfo = Internal.FileVersionInfo;
59
- export type DataReceivedEventHandler = Internal.DataReceivedEventHandler;
60
- export type DataReceivedEventArgs = Internal.DataReceivedEventArgs;
61
- export type Process = Internal.Process;
62
- export type ProcessModule = Internal.ProcessModule;
63
- export type ProcessModuleCollection = Internal.ProcessModuleCollection;
64
- export type ProcessPriorityClass = Internal.ProcessPriorityClass;
65
- export type ProcessStartInfo = Internal.ProcessStartInfo;
66
- export type ProcessThread = Internal.ProcessThread;
67
- export type ProcessThreadCollection = Internal.ProcessThreadCollection;
68
- export type ProcessWindowStyle = Internal.ProcessWindowStyle;
69
- export type ThreadPriorityLevel = Internal.ThreadPriorityLevel;
70
- export type ThreadState = Internal.ThreadState;
71
- export type ThreadWaitReason = Internal.ThreadWaitReason;
72
- export type MonitoringDescriptionAttribute = Internal.MonitoringDescriptionAttribute;
73
- export type ConsoleTraceListener = Internal.ConsoleTraceListener;
74
- export type DelimitedListTraceListener = Internal.DelimitedListTraceListener;
75
- export type TextWriterTraceListener = Internal.TextWriterTraceListener;
76
- export type XmlWriterTraceListener = Internal.XmlWriterTraceListener;
77
- export type BooleanSwitch = Internal.BooleanSwitch;
78
- export type InitializingSwitchEventArgs = Internal.InitializingSwitchEventArgs;
79
- export type InitializingTraceSourceEventArgs = Internal.InitializingTraceSourceEventArgs;
80
- export type CorrelationManager = Internal.CorrelationManager;
81
- export type DefaultTraceListener = Internal.DefaultTraceListener;
82
- export type EventTypeFilter = Internal.EventTypeFilter;
83
- export type SourceFilter = Internal.SourceFilter;
84
- export type SourceLevels = Internal.SourceLevels;
85
- export type SourceSwitch = Internal.SourceSwitch;
86
- export type Switch = Internal.Switch;
87
- export type Trace = Internal.Trace;
88
- export type TraceEventCache = Internal.TraceEventCache;
89
- export type TraceEventType = Internal.TraceEventType;
90
- export type TraceFilter = Internal.TraceFilter;
91
- export type TraceLevel = Internal.TraceLevel;
92
- export type TraceListener = Internal.TraceListener;
93
- export type TraceListenerCollection = Internal.TraceListenerCollection;
94
- export type TraceOptions = Internal.TraceOptions;
95
- export type TraceSource = Internal.TraceSource;
96
- export type TraceSwitch = Internal.TraceSwitch;
97
- export type SwitchAttribute = Internal.SwitchAttribute;
98
- export type SwitchLevelAttribute = Internal.SwitchLevelAttribute;
99
- export type Debugger = Internal.Debugger;
100
- export type StackFrame = Internal.StackFrame;
101
- export type StackTrace = Internal.StackTrace;
102
- export type ConditionalAttribute = Internal.ConditionalAttribute;
103
- export type Debug = Internal.Debug;
104
- export type Debug_AssertInterpolatedStringHandler = Internal.Debug_AssertInterpolatedStringHandler;
105
- export type Debug_WriteIfInterpolatedStringHandler = Internal.Debug_WriteIfInterpolatedStringHandler;
106
- export type DebuggableAttribute = Internal.DebuggableAttribute;
107
- export type DebuggableAttribute_DebuggingModes = Internal.DebuggableAttribute_DebuggingModes;
108
- export type DebuggerBrowsableState = Internal.DebuggerBrowsableState;
109
- export type DebuggerBrowsableAttribute = Internal.DebuggerBrowsableAttribute;
110
- export type DebuggerDisableUserUnhandledExceptionsAttribute = Internal.DebuggerDisableUserUnhandledExceptionsAttribute;
111
- export type DebuggerDisplayAttribute = Internal.DebuggerDisplayAttribute;
112
- export type DebuggerHiddenAttribute = Internal.DebuggerHiddenAttribute;
113
- export type DebuggerNonUserCodeAttribute = Internal.DebuggerNonUserCodeAttribute;
114
- export type DebuggerStepperBoundaryAttribute = Internal.DebuggerStepperBoundaryAttribute;
115
- export type DebuggerStepThroughAttribute = Internal.DebuggerStepThroughAttribute;
116
- export type DebuggerTypeProxyAttribute = Internal.DebuggerTypeProxyAttribute;
117
- export type DebuggerVisualizerAttribute = Internal.DebuggerVisualizerAttribute;
118
- export type DebugProvider = Internal.DebugProvider;
119
- export type DiagnosticMethodInfo = Internal.DiagnosticMethodInfo;
120
- export type StackFrameExtensions = Internal.StackFrameExtensions;
121
- export type StackTraceHiddenAttribute = Internal.StackTraceHiddenAttribute;
122
- export type Stopwatch = Internal.Stopwatch;
123
- export type UnreachableException = Internal.UnreachableException;
27
+ export { ActivityChangedEventArgs$instance as ActivityChangedEventArgs } from './internal/index.js';
28
+ export { Activity$instance as Activity } from './internal/index.js';
29
+ export { Activity_Enumerator_1$instance as Activity_Enumerator_1 } from './internal/index.js';
30
+ export { Activity_Enumerator_1$instance as Activity_Enumerator } from './internal/index.js';
31
+ export { ActivityTraceFlags as ActivityTraceFlags } from './internal/index.js';
32
+ export { ActivityIdFormat as ActivityIdFormat } from './internal/index.js';
33
+ export { ActivityTraceId$instance as ActivityTraceId } from './internal/index.js';
34
+ export { ActivitySpanId$instance as ActivitySpanId } from './internal/index.js';
35
+ export { ActivityStatusCode as ActivityStatusCode } from './internal/index.js';
36
+ export { ActivityTagsCollection$instance as ActivityTagsCollection } from './internal/index.js';
37
+ export { ActivityTagsCollection_Enumerator$instance as ActivityTagsCollection_Enumerator } from './internal/index.js';
38
+ export { ActivityContext$instance as ActivityContext } from './internal/index.js';
39
+ export { ActivityCreationOptions_1$instance as ActivityCreationOptions_1 } from './internal/index.js';
40
+ export { ActivityCreationOptions_1$instance as ActivityCreationOptions } from './internal/index.js';
41
+ export { ActivitySamplingResult as ActivitySamplingResult } from './internal/index.js';
42
+ export { ActivityEvent$instance as ActivityEvent } from './internal/index.js';
43
+ export { ActivityKind as ActivityKind } from './internal/index.js';
44
+ export { ActivityLink$instance as ActivityLink } from './internal/index.js';
45
+ export { SampleActivity_1$instance as SampleActivity_1 } from './internal/index.js';
46
+ export { SampleActivity_1$instance as SampleActivity } from './internal/index.js';
47
+ export { ExceptionRecorder$instance as ExceptionRecorder } from './internal/index.js';
48
+ export { ActivityListener$instance as ActivityListener } from './internal/index.js';
49
+ export { ActivitySource$instance as ActivitySource } from './internal/index.js';
50
+ export { ActivitySourceOptions$instance as ActivitySourceOptions } from './internal/index.js';
51
+ export { DiagnosticSource$instance as DiagnosticSource } from './internal/index.js';
52
+ export { DiagnosticListener$instance as DiagnosticListener } from './internal/index.js';
53
+ export { DistributedContextPropagator$instance as DistributedContextPropagator } from './internal/index.js';
54
+ export { DistributedContextPropagator_PropagatorGetterCallback$instance as DistributedContextPropagator_PropagatorGetterCallback } from './internal/index.js';
55
+ export { DistributedContextPropagator_PropagatorSetterCallback$instance as DistributedContextPropagator_PropagatorSetterCallback } from './internal/index.js';
56
+ export { TagList$instance as TagList } from './internal/index.js';
57
+ export { TagList_Enumerator$instance as TagList_Enumerator } from './internal/index.js';
58
+ export { FileVersionInfo$instance as FileVersionInfo } from './internal/index.js';
59
+ export { DataReceivedEventHandler$instance as DataReceivedEventHandler } from './internal/index.js';
60
+ export { DataReceivedEventArgs$instance as DataReceivedEventArgs } from './internal/index.js';
61
+ export { Process$instance as Process } from './internal/index.js';
62
+ export { ProcessModule$instance as ProcessModule } from './internal/index.js';
63
+ export { ProcessModuleCollection$instance as ProcessModuleCollection } from './internal/index.js';
64
+ export { ProcessPriorityClass as ProcessPriorityClass } from './internal/index.js';
65
+ export { ProcessStartInfo$instance as ProcessStartInfo } from './internal/index.js';
66
+ export { ProcessThread$instance as ProcessThread } from './internal/index.js';
67
+ export { ProcessThreadCollection$instance as ProcessThreadCollection } from './internal/index.js';
68
+ export { ProcessWindowStyle as ProcessWindowStyle } from './internal/index.js';
69
+ export { ThreadPriorityLevel as ThreadPriorityLevel } from './internal/index.js';
70
+ export { ThreadState as ThreadState } from './internal/index.js';
71
+ export { ThreadWaitReason as ThreadWaitReason } from './internal/index.js';
72
+ export { MonitoringDescriptionAttribute$instance as MonitoringDescriptionAttribute } from './internal/index.js';
73
+ export { ConsoleTraceListener$instance as ConsoleTraceListener } from './internal/index.js';
74
+ export { DelimitedListTraceListener$instance as DelimitedListTraceListener } from './internal/index.js';
75
+ export { TextWriterTraceListener$instance as TextWriterTraceListener } from './internal/index.js';
76
+ export { XmlWriterTraceListener$instance as XmlWriterTraceListener } from './internal/index.js';
77
+ export { BooleanSwitch$instance as BooleanSwitch } from './internal/index.js';
78
+ export { InitializingSwitchEventArgs$instance as InitializingSwitchEventArgs } from './internal/index.js';
79
+ export { InitializingTraceSourceEventArgs$instance as InitializingTraceSourceEventArgs } from './internal/index.js';
80
+ export { CorrelationManager$instance as CorrelationManager } from './internal/index.js';
81
+ export { DefaultTraceListener$instance as DefaultTraceListener } from './internal/index.js';
82
+ export { EventTypeFilter$instance as EventTypeFilter } from './internal/index.js';
83
+ export { SourceFilter$instance as SourceFilter } from './internal/index.js';
84
+ export { SourceLevels as SourceLevels } from './internal/index.js';
85
+ export { SourceSwitch$instance as SourceSwitch } from './internal/index.js';
86
+ export { Switch$instance as Switch } from './internal/index.js';
87
+ export { Trace$instance as Trace } from './internal/index.js';
88
+ export { TraceEventCache$instance as TraceEventCache } from './internal/index.js';
89
+ export { TraceEventType as TraceEventType } from './internal/index.js';
90
+ export { TraceFilter$instance as TraceFilter } from './internal/index.js';
91
+ export { TraceLevel as TraceLevel } from './internal/index.js';
92
+ export { TraceListener$instance as TraceListener } from './internal/index.js';
93
+ export { TraceListenerCollection$instance as TraceListenerCollection } from './internal/index.js';
94
+ export { TraceOptions as TraceOptions } from './internal/index.js';
95
+ export { TraceSource$instance as TraceSource } from './internal/index.js';
96
+ export { TraceSwitch$instance as TraceSwitch } from './internal/index.js';
97
+ export { SwitchAttribute$instance as SwitchAttribute } from './internal/index.js';
98
+ export { SwitchLevelAttribute$instance as SwitchLevelAttribute } from './internal/index.js';
99
+ export { Debugger$instance as Debugger } from './internal/index.js';
100
+ export { StackFrame$instance as StackFrame } from './internal/index.js';
101
+ export { StackTrace$instance as StackTrace } from './internal/index.js';
102
+ export { ConditionalAttribute$instance as ConditionalAttribute } from './internal/index.js';
103
+ export { Debug$instance as Debug } from './internal/index.js';
104
+ export { Debug_AssertInterpolatedStringHandler$instance as Debug_AssertInterpolatedStringHandler } from './internal/index.js';
105
+ export { Debug_WriteIfInterpolatedStringHandler$instance as Debug_WriteIfInterpolatedStringHandler } from './internal/index.js';
106
+ export { DebuggableAttribute$instance as DebuggableAttribute } from './internal/index.js';
107
+ export { DebuggableAttribute_DebuggingModes as DebuggableAttribute_DebuggingModes } from './internal/index.js';
108
+ export { DebuggerBrowsableState as DebuggerBrowsableState } from './internal/index.js';
109
+ export { DebuggerBrowsableAttribute$instance as DebuggerBrowsableAttribute } from './internal/index.js';
110
+ export { DebuggerDisableUserUnhandledExceptionsAttribute$instance as DebuggerDisableUserUnhandledExceptionsAttribute } from './internal/index.js';
111
+ export { DebuggerDisplayAttribute$instance as DebuggerDisplayAttribute } from './internal/index.js';
112
+ export { DebuggerHiddenAttribute$instance as DebuggerHiddenAttribute } from './internal/index.js';
113
+ export { DebuggerNonUserCodeAttribute$instance as DebuggerNonUserCodeAttribute } from './internal/index.js';
114
+ export { DebuggerStepperBoundaryAttribute$instance as DebuggerStepperBoundaryAttribute } from './internal/index.js';
115
+ export { DebuggerStepThroughAttribute$instance as DebuggerStepThroughAttribute } from './internal/index.js';
116
+ export { DebuggerTypeProxyAttribute$instance as DebuggerTypeProxyAttribute } from './internal/index.js';
117
+ export { DebuggerVisualizerAttribute$instance as DebuggerVisualizerAttribute } from './internal/index.js';
118
+ export { DebugProvider$instance as DebugProvider } from './internal/index.js';
119
+ export { DiagnosticMethodInfo$instance as DiagnosticMethodInfo } from './internal/index.js';
120
+ export { StackFrameExtensions$instance as StackFrameExtensions } from './internal/index.js';
121
+ export { StackTraceHiddenAttribute$instance as StackTraceHiddenAttribute } from './internal/index.js';
122
+ export { Stopwatch$instance as Stopwatch } from './internal/index.js';
123
+ export { UnreachableException$instance as UnreachableException } from './internal/index.js';
@@ -11,30 +11,30 @@ import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible,
11
11
  export * from './internal/index.js';
12
12
 
13
13
  // Individual type exports for convenience
14
- export type ConstantExpectedAttribute = Internal.ConstantExpectedAttribute;
15
- export type DynamicallyAccessedMemberTypes = Internal.DynamicallyAccessedMemberTypes;
16
- export type DynamicallyAccessedMembersAttribute = Internal.DynamicallyAccessedMembersAttribute;
17
- export type DynamicDependencyAttribute = Internal.DynamicDependencyAttribute;
18
- export type ExcludeFromCodeCoverageAttribute = Internal.ExcludeFromCodeCoverageAttribute;
19
- export type ExperimentalAttribute = Internal.ExperimentalAttribute;
20
- export type FeatureGuardAttribute = Internal.FeatureGuardAttribute;
21
- export type FeatureSwitchDefinitionAttribute = Internal.FeatureSwitchDefinitionAttribute;
22
- export type AllowNullAttribute = Internal.AllowNullAttribute;
23
- export type DisallowNullAttribute = Internal.DisallowNullAttribute;
24
- export type MaybeNullAttribute = Internal.MaybeNullAttribute;
25
- export type NotNullAttribute = Internal.NotNullAttribute;
26
- export type MaybeNullWhenAttribute = Internal.MaybeNullWhenAttribute;
27
- export type NotNullWhenAttribute = Internal.NotNullWhenAttribute;
28
- export type NotNullIfNotNullAttribute = Internal.NotNullIfNotNullAttribute;
29
- export type DoesNotReturnAttribute = Internal.DoesNotReturnAttribute;
30
- export type DoesNotReturnIfAttribute = Internal.DoesNotReturnIfAttribute;
31
- export type MemberNotNullAttribute = Internal.MemberNotNullAttribute;
32
- export type MemberNotNullWhenAttribute = Internal.MemberNotNullWhenAttribute;
33
- export type UnscopedRefAttribute = Internal.UnscopedRefAttribute;
34
- export type RequiresAssemblyFilesAttribute = Internal.RequiresAssemblyFilesAttribute;
35
- export type RequiresDynamicCodeAttribute = Internal.RequiresDynamicCodeAttribute;
36
- export type RequiresUnreferencedCodeAttribute = Internal.RequiresUnreferencedCodeAttribute;
37
- export type SetsRequiredMembersAttribute = Internal.SetsRequiredMembersAttribute;
38
- export type StringSyntaxAttribute = Internal.StringSyntaxAttribute;
39
- export type SuppressMessageAttribute = Internal.SuppressMessageAttribute;
40
- export type UnconditionalSuppressMessageAttribute = Internal.UnconditionalSuppressMessageAttribute;
14
+ export { ConstantExpectedAttribute$instance as ConstantExpectedAttribute } from './internal/index.js';
15
+ export { DynamicallyAccessedMemberTypes as DynamicallyAccessedMemberTypes } from './internal/index.js';
16
+ export { DynamicallyAccessedMembersAttribute$instance as DynamicallyAccessedMembersAttribute } from './internal/index.js';
17
+ export { DynamicDependencyAttribute$instance as DynamicDependencyAttribute } from './internal/index.js';
18
+ export { ExcludeFromCodeCoverageAttribute$instance as ExcludeFromCodeCoverageAttribute } from './internal/index.js';
19
+ export { ExperimentalAttribute$instance as ExperimentalAttribute } from './internal/index.js';
20
+ export { FeatureGuardAttribute$instance as FeatureGuardAttribute } from './internal/index.js';
21
+ export { FeatureSwitchDefinitionAttribute$instance as FeatureSwitchDefinitionAttribute } from './internal/index.js';
22
+ export { AllowNullAttribute$instance as AllowNullAttribute } from './internal/index.js';
23
+ export { DisallowNullAttribute$instance as DisallowNullAttribute } from './internal/index.js';
24
+ export { MaybeNullAttribute$instance as MaybeNullAttribute } from './internal/index.js';
25
+ export { NotNullAttribute$instance as NotNullAttribute } from './internal/index.js';
26
+ export { MaybeNullWhenAttribute$instance as MaybeNullWhenAttribute } from './internal/index.js';
27
+ export { NotNullWhenAttribute$instance as NotNullWhenAttribute } from './internal/index.js';
28
+ export { NotNullIfNotNullAttribute$instance as NotNullIfNotNullAttribute } from './internal/index.js';
29
+ export { DoesNotReturnAttribute$instance as DoesNotReturnAttribute } from './internal/index.js';
30
+ export { DoesNotReturnIfAttribute$instance as DoesNotReturnIfAttribute } from './internal/index.js';
31
+ export { MemberNotNullAttribute$instance as MemberNotNullAttribute } from './internal/index.js';
32
+ export { MemberNotNullWhenAttribute$instance as MemberNotNullWhenAttribute } from './internal/index.js';
33
+ export { UnscopedRefAttribute$instance as UnscopedRefAttribute } from './internal/index.js';
34
+ export { RequiresAssemblyFilesAttribute$instance as RequiresAssemblyFilesAttribute } from './internal/index.js';
35
+ export { RequiresDynamicCodeAttribute$instance as RequiresDynamicCodeAttribute } from './internal/index.js';
36
+ export { RequiresUnreferencedCodeAttribute$instance as RequiresUnreferencedCodeAttribute } from './internal/index.js';
37
+ export { SetsRequiredMembersAttribute$instance as SetsRequiredMembersAttribute } from './internal/index.js';
38
+ export { StringSyntaxAttribute$instance as StringSyntaxAttribute } from './internal/index.js';
39
+ export { SuppressMessageAttribute$instance as SuppressMessageAttribute } from './internal/index.js';
40
+ export { UnconditionalSuppressMessageAttribute$instance as UnconditionalSuppressMessageAttribute } from './internal/index.js';
@@ -15,18 +15,18 @@ import type { Attribute, Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1,
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type ContractException = Internal.ContractException;
19
- export type ContractFailedEventArgs = Internal.ContractFailedEventArgs;
20
- export type PureAttribute = Internal.PureAttribute;
21
- export type ContractClassAttribute = Internal.ContractClassAttribute;
22
- export type ContractClassForAttribute = Internal.ContractClassForAttribute;
23
- export type ContractInvariantMethodAttribute = Internal.ContractInvariantMethodAttribute;
24
- export type ContractReferenceAssemblyAttribute = Internal.ContractReferenceAssemblyAttribute;
25
- export type ContractRuntimeIgnoredAttribute = Internal.ContractRuntimeIgnoredAttribute;
26
- export type ContractVerificationAttribute = Internal.ContractVerificationAttribute;
27
- export type ContractPublicPropertyNameAttribute = Internal.ContractPublicPropertyNameAttribute;
28
- export type ContractArgumentValidatorAttribute = Internal.ContractArgumentValidatorAttribute;
29
- export type ContractAbbreviatorAttribute = Internal.ContractAbbreviatorAttribute;
30
- export type ContractOptionAttribute = Internal.ContractOptionAttribute;
31
- export type Contract = Internal.Contract;
32
- export type ContractFailureKind = Internal.ContractFailureKind;
18
+ export { ContractException$instance as ContractException } from './internal/index.js';
19
+ export { ContractFailedEventArgs$instance as ContractFailedEventArgs } from './internal/index.js';
20
+ export { PureAttribute$instance as PureAttribute } from './internal/index.js';
21
+ export { ContractClassAttribute$instance as ContractClassAttribute } from './internal/index.js';
22
+ export { ContractClassForAttribute$instance as ContractClassForAttribute } from './internal/index.js';
23
+ export { ContractInvariantMethodAttribute$instance as ContractInvariantMethodAttribute } from './internal/index.js';
24
+ export { ContractReferenceAssemblyAttribute$instance as ContractReferenceAssemblyAttribute } from './internal/index.js';
25
+ export { ContractRuntimeIgnoredAttribute$instance as ContractRuntimeIgnoredAttribute } from './internal/index.js';
26
+ export { ContractVerificationAttribute$instance as ContractVerificationAttribute } from './internal/index.js';
27
+ export { ContractPublicPropertyNameAttribute$instance as ContractPublicPropertyNameAttribute } from './internal/index.js';
28
+ export { ContractArgumentValidatorAttribute$instance as ContractArgumentValidatorAttribute } from './internal/index.js';
29
+ export { ContractAbbreviatorAttribute$instance as ContractAbbreviatorAttribute } from './internal/index.js';
30
+ export { ContractOptionAttribute$instance as ContractOptionAttribute } from './internal/index.js';
31
+ export { Contract$instance as Contract } from './internal/index.js';
32
+ export { ContractFailureKind as ContractFailureKind } from './internal/index.js';
@@ -15,33 +15,33 @@ import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Delegate, Func_1,
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type Counter_1<T> = Internal.Counter_1<T>;
19
- export type Counter<T> = Internal.Counter_1<T>;
20
- export type Gauge_1<T> = Internal.Gauge_1<T>;
21
- export type Gauge<T> = Internal.Gauge_1<T>;
22
- export type Histogram_1<T> = Internal.Histogram_1<T>;
23
- export type Histogram<T> = Internal.Histogram_1<T>;
24
- export type InstrumentAdvice_1<T> = Internal.InstrumentAdvice_1<T>;
25
- export type InstrumentAdvice<T> = Internal.InstrumentAdvice_1<T>;
18
+ export { Counter_1$instance as Counter_1 } from './internal/index.js';
19
+ export { Counter_1$instance as Counter } from './internal/index.js';
20
+ export { Gauge_1$instance as Gauge_1 } from './internal/index.js';
21
+ export { Gauge_1$instance as Gauge } from './internal/index.js';
22
+ export { Histogram_1$instance as Histogram_1 } from './internal/index.js';
23
+ export { Histogram_1$instance as Histogram } from './internal/index.js';
24
+ export { InstrumentAdvice_1$instance as InstrumentAdvice_1 } from './internal/index.js';
25
+ export { InstrumentAdvice_1$instance as InstrumentAdvice } from './internal/index.js';
26
26
  export type IMeterFactory = Internal.IMeterFactory;
27
- export type Instrument_0 = Internal.Instrument;
28
- export type Instrument_1<T> = Internal.Instrument_1<T>;
29
- export type Instrument<T> = Internal.Instrument_1<T>;
30
- export type Measurement_1<T> = Internal.Measurement_1<T>;
31
- export type Measurement<T> = Internal.Measurement_1<T>;
32
- export type Meter = Internal.Meter;
33
- export type MeterFactoryExtensions = Internal.MeterFactoryExtensions;
34
- export type MeasurementCallback_1<T> = Internal.MeasurementCallback_1<T>;
35
- export type MeasurementCallback<T> = Internal.MeasurementCallback_1<T>;
36
- export type MeterListener = Internal.MeterListener;
37
- export type MeterOptions = Internal.MeterOptions;
38
- export type ObservableCounter_1<T> = Internal.ObservableCounter_1<T>;
39
- export type ObservableCounter<T> = Internal.ObservableCounter_1<T>;
40
- export type ObservableGauge_1<T> = Internal.ObservableGauge_1<T>;
41
- export type ObservableGauge<T> = Internal.ObservableGauge_1<T>;
42
- export type ObservableInstrument_1<T> = Internal.ObservableInstrument_1<T>;
43
- export type ObservableInstrument<T> = Internal.ObservableInstrument_1<T>;
44
- export type ObservableUpDownCounter_1<T> = Internal.ObservableUpDownCounter_1<T>;
45
- export type ObservableUpDownCounter<T> = Internal.ObservableUpDownCounter_1<T>;
46
- export type UpDownCounter_1<T> = Internal.UpDownCounter_1<T>;
47
- export type UpDownCounter<T> = Internal.UpDownCounter_1<T>;
27
+ export { Instrument$instance as Instrument_0 } from './internal/index.js';
28
+ export { Instrument_1$instance as Instrument_1 } from './internal/index.js';
29
+ export { Instrument_1$instance as Instrument } from './internal/index.js';
30
+ export { Measurement_1$instance as Measurement_1 } from './internal/index.js';
31
+ export { Measurement_1$instance as Measurement } from './internal/index.js';
32
+ export { Meter$instance as Meter } from './internal/index.js';
33
+ export { MeterFactoryExtensions$instance as MeterFactoryExtensions } from './internal/index.js';
34
+ export { MeasurementCallback_1$instance as MeasurementCallback_1 } from './internal/index.js';
35
+ export { MeasurementCallback_1$instance as MeasurementCallback } from './internal/index.js';
36
+ export { MeterListener$instance as MeterListener } from './internal/index.js';
37
+ export { MeterOptions$instance as MeterOptions } from './internal/index.js';
38
+ export { ObservableCounter_1$instance as ObservableCounter_1 } from './internal/index.js';
39
+ export { ObservableCounter_1$instance as ObservableCounter } from './internal/index.js';
40
+ export { ObservableGauge_1$instance as ObservableGauge_1 } from './internal/index.js';
41
+ export { ObservableGauge_1$instance as ObservableGauge } from './internal/index.js';
42
+ export { ObservableInstrument_1$instance as ObservableInstrument_1 } from './internal/index.js';
43
+ export { ObservableInstrument_1$instance as ObservableInstrument } from './internal/index.js';
44
+ export { ObservableUpDownCounter_1$instance as ObservableUpDownCounter_1 } from './internal/index.js';
45
+ export { ObservableUpDownCounter_1$instance as ObservableUpDownCounter } from './internal/index.js';
46
+ export { UpDownCounter_1$instance as UpDownCounter_1 } from './internal/index.js';
47
+ export { UpDownCounter_1$instance as UpDownCounter } from './internal/index.js';
@@ -21,9 +21,9 @@ export type ISymbolReader = Internal.ISymbolReader;
21
21
  export type ISymbolScope = Internal.ISymbolScope;
22
22
  export type ISymbolVariable = Internal.ISymbolVariable;
23
23
  export type ISymbolWriter = Internal.ISymbolWriter;
24
- export type SymbolToken = Internal.SymbolToken;
25
- export type SymAddressKind = Internal.SymAddressKind;
26
- export type SymDocumentType = Internal.SymDocumentType;
27
- export type SymLanguageType = Internal.SymLanguageType;
28
- export type SymLanguageVendor = Internal.SymLanguageVendor;
24
+ export { SymbolToken$instance as SymbolToken } from './internal/index.js';
25
+ export { SymAddressKind as SymAddressKind } from './internal/index.js';
26
+ export { SymDocumentType$instance as SymDocumentType } from './internal/index.js';
27
+ export { SymLanguageType$instance as SymLanguageType } from './internal/index.js';
28
+ export { SymLanguageVendor$instance as SymLanguageVendor } from './internal/index.js';
29
29
  export type ISymbolDocumentWriter = Internal.ISymbolDocumentWriter;
@@ -16,34 +16,34 @@ import type { Attribute, Boolean as ClrBoolean, Byte, DateTime, Double, Enum, Ev
16
16
  export * from './internal/index.js';
17
17
 
18
18
  // Individual type exports for convenience
19
- export type DiagnosticCounter = Internal.DiagnosticCounter;
20
- export type EventActivityOptions = Internal.EventActivityOptions;
21
- export type EventCounter = Internal.EventCounter;
22
- export type EventSource = Internal.EventSource;
23
- export type EventSource_EventSourcePrimitive = Internal.EventSource_EventSourcePrimitive;
24
- export type EventSourceSettings = Internal.EventSourceSettings;
25
- export type EventListener = Internal.EventListener;
26
- export type EventCommandEventArgs = Internal.EventCommandEventArgs;
27
- export type EventSourceCreatedEventArgs = Internal.EventSourceCreatedEventArgs;
28
- export type EventWrittenEventArgs = Internal.EventWrittenEventArgs;
29
- export type EventSourceAttribute = Internal.EventSourceAttribute;
30
- export type EventAttribute = Internal.EventAttribute;
31
- export type NonEventAttribute = Internal.NonEventAttribute;
32
- export type EventCommand = Internal.EventCommand;
33
- export type EventManifestOptions = Internal.EventManifestOptions;
34
- export type EventSourceException = Internal.EventSourceException;
35
- export type IncrementingEventCounter = Internal.IncrementingEventCounter;
36
- export type IncrementingPollingCounter = Internal.IncrementingPollingCounter;
37
- export type PollingCounter = Internal.PollingCounter;
38
- export type EventLevel = Internal.EventLevel;
39
- export type EventTask = Internal.EventTask;
40
- export type EventOpcode = Internal.EventOpcode;
41
- export type EventChannel = Internal.EventChannel;
42
- export type EventKeywords = Internal.EventKeywords;
43
- export type EventDataAttribute = Internal.EventDataAttribute;
44
- export type EventFieldTags = Internal.EventFieldTags;
45
- export type EventFieldAttribute = Internal.EventFieldAttribute;
46
- export type EventFieldFormat = Internal.EventFieldFormat;
47
- export type EventIgnoreAttribute = Internal.EventIgnoreAttribute;
48
- export type EventSourceOptions = Internal.EventSourceOptions;
49
- export type EventTags = Internal.EventTags;
19
+ export { DiagnosticCounter$instance as DiagnosticCounter } from './internal/index.js';
20
+ export { EventActivityOptions as EventActivityOptions } from './internal/index.js';
21
+ export { EventCounter$instance as EventCounter } from './internal/index.js';
22
+ export { EventSource$instance as EventSource } from './internal/index.js';
23
+ export { EventSource_EventSourcePrimitive$instance as EventSource_EventSourcePrimitive } from './internal/index.js';
24
+ export { EventSourceSettings as EventSourceSettings } from './internal/index.js';
25
+ export { EventListener$instance as EventListener } from './internal/index.js';
26
+ export { EventCommandEventArgs$instance as EventCommandEventArgs } from './internal/index.js';
27
+ export { EventSourceCreatedEventArgs$instance as EventSourceCreatedEventArgs } from './internal/index.js';
28
+ export { EventWrittenEventArgs$instance as EventWrittenEventArgs } from './internal/index.js';
29
+ export { EventSourceAttribute$instance as EventSourceAttribute } from './internal/index.js';
30
+ export { EventAttribute$instance as EventAttribute } from './internal/index.js';
31
+ export { NonEventAttribute$instance as NonEventAttribute } from './internal/index.js';
32
+ export { EventCommand as EventCommand } from './internal/index.js';
33
+ export { EventManifestOptions as EventManifestOptions } from './internal/index.js';
34
+ export { EventSourceException$instance as EventSourceException } from './internal/index.js';
35
+ export { IncrementingEventCounter$instance as IncrementingEventCounter } from './internal/index.js';
36
+ export { IncrementingPollingCounter$instance as IncrementingPollingCounter } from './internal/index.js';
37
+ export { PollingCounter$instance as PollingCounter } from './internal/index.js';
38
+ export { EventLevel as EventLevel } from './internal/index.js';
39
+ export { EventTask as EventTask } from './internal/index.js';
40
+ export { EventOpcode as EventOpcode } from './internal/index.js';
41
+ export { EventChannel as EventChannel } from './internal/index.js';
42
+ export { EventKeywords as EventKeywords } from './internal/index.js';
43
+ export { EventDataAttribute$instance as EventDataAttribute } from './internal/index.js';
44
+ export { EventFieldTags as EventFieldTags } from './internal/index.js';
45
+ export { EventFieldAttribute$instance as EventFieldAttribute } from './internal/index.js';
46
+ export { EventFieldFormat as EventFieldFormat } from './internal/index.js';
47
+ export { EventIgnoreAttribute$instance as EventIgnoreAttribute } from './internal/index.js';
48
+ export { EventSourceOptions$instance as EventSourceOptions } from './internal/index.js';
49
+ export { EventTags as EventTags } from './internal/index.js';
@@ -15,18 +15,18 @@ import type { Attribute, Boolean as ClrBoolean, Byte, Enum, IComparable, IConver
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type ColorConverter = Internal.ColorConverter;
19
- export type PointConverter = Internal.PointConverter;
20
- export type RectangleConverter = Internal.RectangleConverter;
21
- export type SizeConverter = Internal.SizeConverter;
22
- export type SizeFConverter = Internal.SizeFConverter;
23
- export type Point = Internal.Point;
24
- export type PointF = Internal.PointF;
25
- export type Rectangle = Internal.Rectangle;
26
- export type RectangleF = Internal.RectangleF;
27
- export type Size = Internal.Size;
28
- export type SizeF = Internal.SizeF;
29
- export type Color = Internal.Color;
30
- export type ColorTranslator = Internal.ColorTranslator;
31
- export type KnownColor = Internal.KnownColor;
32
- export type SystemColors = Internal.SystemColors;
18
+ export { ColorConverter$instance as ColorConverter } from './internal/index.js';
19
+ export { PointConverter$instance as PointConverter } from './internal/index.js';
20
+ export { RectangleConverter$instance as RectangleConverter } from './internal/index.js';
21
+ export { SizeConverter$instance as SizeConverter } from './internal/index.js';
22
+ export { SizeFConverter$instance as SizeFConverter } from './internal/index.js';
23
+ export { Point$instance as Point } from './internal/index.js';
24
+ export { PointF$instance as PointF } from './internal/index.js';
25
+ export { Rectangle$instance as Rectangle } from './internal/index.js';
26
+ export { RectangleF$instance as RectangleF } from './internal/index.js';
27
+ export { Size$instance as Size } from './internal/index.js';
28
+ export { SizeF$instance as SizeF } from './internal/index.js';
29
+ export { Color$instance as Color } from './internal/index.js';
30
+ export { ColorTranslator$instance as ColorTranslator } from './internal/index.js';
31
+ export { KnownColor as KnownColor } from './internal/index.js';
32
+ export { SystemColors$instance as SystemColors } from './internal/index.js';
@@ -17,23 +17,23 @@ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrSt
17
17
  export * from './internal/index.js';
18
18
 
19
19
  // Individual type exports for convenience
20
- export type DynamicMetaObjectBinder = Internal.DynamicMetaObjectBinder;
21
- export type DynamicMetaObject = Internal.DynamicMetaObject;
20
+ export { DynamicMetaObjectBinder$instance as DynamicMetaObjectBinder } from './internal/index.js';
21
+ export { DynamicMetaObject$instance as DynamicMetaObject } from './internal/index.js';
22
22
  export type IDynamicMetaObjectProvider = Internal.IDynamicMetaObjectProvider;
23
- export type BindingRestrictions = Internal.BindingRestrictions;
24
- export type BinaryOperationBinder = Internal.BinaryOperationBinder;
25
- export type CallInfo = Internal.CallInfo;
26
- export type ExpandoObject = Internal.ExpandoObject;
27
- export type ConvertBinder = Internal.ConvertBinder;
28
- export type CreateInstanceBinder = Internal.CreateInstanceBinder;
29
- export type DeleteIndexBinder = Internal.DeleteIndexBinder;
30
- export type DeleteMemberBinder = Internal.DeleteMemberBinder;
31
- export type DynamicObject = Internal.DynamicObject;
32
- export type GetIndexBinder = Internal.GetIndexBinder;
33
- export type GetMemberBinder = Internal.GetMemberBinder;
34
- export type InvokeBinder = Internal.InvokeBinder;
35
- export type InvokeMemberBinder = Internal.InvokeMemberBinder;
36
- export type SetIndexBinder = Internal.SetIndexBinder;
37
- export type SetMemberBinder = Internal.SetMemberBinder;
38
- export type UnaryOperationBinder = Internal.UnaryOperationBinder;
23
+ export { BindingRestrictions$instance as BindingRestrictions } from './internal/index.js';
24
+ export { BinaryOperationBinder$instance as BinaryOperationBinder } from './internal/index.js';
25
+ export { CallInfo$instance as CallInfo } from './internal/index.js';
26
+ export { ExpandoObject$instance as ExpandoObject } from './internal/index.js';
27
+ export { ConvertBinder$instance as ConvertBinder } from './internal/index.js';
28
+ export { CreateInstanceBinder$instance as CreateInstanceBinder } from './internal/index.js';
29
+ export { DeleteIndexBinder$instance as DeleteIndexBinder } from './internal/index.js';
30
+ export { DeleteMemberBinder$instance as DeleteMemberBinder } from './internal/index.js';
31
+ export { DynamicObject$instance as DynamicObject } from './internal/index.js';
32
+ export { GetIndexBinder$instance as GetIndexBinder } from './internal/index.js';
33
+ export { GetMemberBinder$instance as GetMemberBinder } from './internal/index.js';
34
+ export { InvokeBinder$instance as InvokeBinder } from './internal/index.js';
35
+ export { InvokeMemberBinder$instance as InvokeMemberBinder } from './internal/index.js';
36
+ export { SetIndexBinder$instance as SetIndexBinder } from './internal/index.js';
37
+ export { SetMemberBinder$instance as SetMemberBinder } from './internal/index.js';
38
+ export { UnaryOperationBinder$instance as UnaryOperationBinder } from './internal/index.js';
39
39
  export type IInvokeOnGetBinder = Internal.IInvokeOnGetBinder;
@@ -15,13 +15,13 @@ import type { Action_2, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Enum,
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type Asn1Tag = Internal.Asn1Tag;
19
- export type AsnContentException = Internal.AsnContentException;
20
- export type AsnEncodingRules = Internal.AsnEncodingRules;
21
- export type AsnDecoder = Internal.AsnDecoder;
22
- export type AsnReader = Internal.AsnReader;
23
- export type AsnReaderOptions = Internal.AsnReaderOptions;
24
- export type AsnWriter = Internal.AsnWriter;
25
- export type AsnWriter_Scope = Internal.AsnWriter_Scope;
26
- export type TagClass = Internal.TagClass;
27
- export type UniversalTagNumber = Internal.UniversalTagNumber;
18
+ export { Asn1Tag$instance as Asn1Tag } from './internal/index.js';
19
+ export { AsnContentException$instance as AsnContentException } from './internal/index.js';
20
+ export { AsnEncodingRules as AsnEncodingRules } from './internal/index.js';
21
+ export { AsnDecoder$instance as AsnDecoder } from './internal/index.js';
22
+ export { AsnReader$instance as AsnReader } from './internal/index.js';
23
+ export { AsnReaderOptions$instance as AsnReaderOptions } from './internal/index.js';
24
+ export { AsnWriter$instance as AsnWriter } from './internal/index.js';
25
+ export { AsnWriter_Scope$instance as AsnWriter_Scope } from './internal/index.js';
26
+ export { TagClass as TagClass } from './internal/index.js';
27
+ export { UniversalTagNumber as UniversalTagNumber } from './internal/index.js';