@tsonic/dotnet 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
- package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
- package/Microsoft.VisualBasic.d.ts +48 -0
- package/Microsoft.Win32.SafeHandles.d.ts +29 -0
- package/Microsoft.Win32.d.ts +21 -0
- package/System/internal/index.d.ts +79 -72
- package/System.Buffers/internal/index.d.ts +1 -1
- package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
- package/System.Buffers.Text.d.ts +16 -0
- package/System.Buffers.d.ts +42 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent.d.ts +33 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic/internal/index.d.ts +10 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable/internal/index.d.ts +16 -11
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +32 -0
- package/System.Collections.Specialized/internal/index.d.ts +3 -2
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel/internal/index.d.ts +11 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/System.ComponentModel.Design/internal/index.d.ts +3 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
- package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
- package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
- package/System.ComponentModel.d.ts +207 -0
- package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
- package/System.Data/internal/index.d.ts +12 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes/internal/index.d.ts +26 -26
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +146 -0
- package/System.Diagnostics/internal/index.d.ts +19 -19
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics.d.ts +42 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
- package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
- package/System.Diagnostics.Tracing.d.ts +47 -0
- package/System.Diagnostics.d.ts +118 -0
- package/System.Drawing/internal/index.d.ts +7 -7
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic/internal/index.d.ts +2 -2
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1/internal/index.d.ts +1 -1
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization/internal/index.d.ts +1 -1
- package/System.Globalization.d.ts +57 -0
- package/System.IO/internal/index.d.ts +9 -9
- package/System.IO.Compression.d.ts +37 -0
- package/System.IO.Enumeration.d.ts +21 -0
- package/System.IO.IsolatedStorage.d.ts +24 -0
- package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
- package/System.IO.Pipelines.d.ts +26 -0
- package/System.IO.Pipes.d.ts +35 -0
- package/System.IO.d.ts +79 -0
- package/System.Linq/internal/index.d.ts +5 -0
- package/System.Linq.Expressions/internal/index.d.ts +47 -47
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +67 -0
- package/System.Linq.d.ts +68 -0
- package/System.Net/internal/index.d.ts +6 -2
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http/internal/index.d.ts +1 -1
- package/System.Net.Http.Headers.d.ts +42 -0
- package/System.Net.Http.Json.d.ts +24 -0
- package/System.Net.Http.Metrics.d.ts +13 -0
- package/System.Net.Http.d.ts +57 -0
- package/System.Net.Mail.d.ts +45 -0
- package/System.Net.Mime.d.ts +22 -0
- package/System.Net.NetworkInformation.d.ts +63 -0
- package/System.Net.Quic.d.ts +35 -0
- package/System.Net.Security/internal/index.d.ts +1 -1
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +32 -0
- package/System.Net.Sockets/internal/index.d.ts +2 -2
- package/System.Net.Sockets.d.ts +55 -0
- package/System.Net.WebSockets.d.ts +41 -0
- package/System.Net.d.ts +120 -0
- package/System.Numerics/internal/index.d.ts +61 -21
- package/System.Numerics.d.ts +67 -0
- package/System.Reflection/internal/index.d.ts +3 -3
- package/System.Reflection.Emit/internal/index.d.ts +7 -7
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata/internal/index.d.ts +46 -43
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
- package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
- package/System.Reflection.Metadata.d.ts +208 -0
- package/System.Reflection.PortableExecutable.d.ts +43 -0
- package/System.Reflection.d.ts +124 -0
- package/System.Resources/internal/index.d.ts +2 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices.d.ts +214 -0
- package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
- package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
- package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
- package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
- package/System.Runtime.InteropServices.Java.d.ts +16 -0
- package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
- package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
- package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
- package/System.Runtime.InteropServices.Swift.d.ts +24 -0
- package/System.Runtime.InteropServices.d.ts +162 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
- package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
- package/System.Runtime.Intrinsics.X86.d.ts +88 -0
- package/System.Runtime.Intrinsics.d.ts +41 -0
- package/System.Runtime.Loader.d.ts +17 -0
- package/System.Runtime.Remoting.d.ts +12 -0
- package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
- package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
- package/System.Runtime.Serialization.Json.d.ts +23 -0
- package/System.Runtime.Serialization.d.ts +76 -0
- package/System.Runtime.Versioning/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +99 -0
- package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
- package/System.Security.Authentication.d.ts +20 -0
- package/System.Security.Claims.d.ts +19 -0
- package/System.Security.Cryptography/internal/index.d.ts +15 -15
- package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
- package/System.Security.Cryptography.d.ts +191 -0
- package/System.Security.Permissions.d.ts +18 -0
- package/System.Security.Policy.d.ts +14 -0
- package/System.Security.Principal/internal/index.d.ts +1 -1
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text/internal/index.d.ts +10 -9
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json/internal/index.d.ts +1 -1
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
- package/System.Text.Json.Serialization.d.ts +70 -0
- package/System.Text.Json.d.ts +44 -0
- package/System.Text.RegularExpressions.d.ts +35 -0
- package/System.Text.Unicode.d.ts +16 -0
- package/System.Text.d.ts +54 -0
- package/System.Threading/internal/index.d.ts +5 -5
- package/System.Threading.Channels.d.ts +38 -0
- package/System.Threading.Tasks/internal/index.d.ts +12 -12
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
- package/System.Threading.Tasks.Dataflow.d.ts +54 -0
- package/System.Threading.Tasks.Sources.d.ts +25 -0
- package/System.Threading.Tasks.d.ts +65 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/System.Transactions/internal/index.d.ts +1 -1
- package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
- package/System.Web.d.ts +16 -0
- package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
- package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
- package/System.Xml.Linq/internal/index.d.ts +10 -10
- package/System.Xml.Linq.d.ts +43 -0
- package/System.Xml.Resolvers.d.ts +18 -0
- package/System.Xml.Schema.d.ts +108 -0
- package/System.Xml.Serialization.d.ts +89 -0
- package/System.Xml.XPath.d.ts +34 -0
- package/System.Xml.Xsl.Runtime.d.ts +66 -0
- package/System.Xml.Xsl.d.ts +29 -0
- package/System.Xml.d.ts +105 -0
- package/System.d.ts +410 -0
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
- package/Internal/index.d.ts +0 -15
- package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
- package/Microsoft.VisualBasic/index.d.ts +0 -50
- package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
- package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
- package/Microsoft.Win32/index.d.ts +0 -23
- package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
- package/System/index.d.ts +0 -428
- package/System.Buffers/index.d.ts +0 -48
- package/System.Buffers.Text/index.d.ts +0 -18
- package/System.CodeDom.Compiler/index.d.ts +0 -19
- package/System.Collections/index.d.ts +0 -41
- package/System.Collections.Concurrent/index.d.ts +0 -35
- package/System.Collections.Frozen/index.d.ts +0 -26
- package/System.Collections.Generic/index.d.ts +0 -129
- package/System.Collections.Immutable/index.d.ts +0 -64
- package/System.Collections.ObjectModel/index.d.ts +0 -34
- package/System.Collections.Specialized/index.d.ts +0 -34
- package/System.ComponentModel/index.d.ts +0 -210
- package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
- package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
- package/System.Data/index.d.ts +0 -139
- package/System.Data.Common/index.d.ts +0 -64
- package/System.Data.SqlTypes/index.d.ts +0 -45
- package/System.Diagnostics/index.d.ts +0 -123
- package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
- package/System.Diagnostics.Contracts/index.d.ts +0 -32
- package/System.Diagnostics.Metrics/index.d.ts +0 -47
- package/System.Diagnostics.Tracing/index.d.ts +0 -49
- package/System.Drawing/index.d.ts +0 -32
- package/System.Dynamic/index.d.ts +0 -39
- package/System.Formats.Asn1/index.d.ts +0 -27
- package/System.Formats.Tar/index.d.ts +0 -29
- package/System.Globalization/index.d.ts +0 -59
- package/System.IO/index.d.ts +0 -81
- package/System.IO.Compression/index.d.ts +0 -39
- package/System.IO.Enumeration/index.d.ts +0 -27
- package/System.IO.IsolatedStorage/index.d.ts +0 -26
- package/System.IO.Pipelines/index.d.ts +0 -28
- package/System.IO.Pipes/index.d.ts +0 -37
- package/System.Linq/index.d.ts +0 -56
- package/System.Linq.Expressions/index.d.ts +0 -61
- package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
- package/System.Net/index.d.ts +0 -122
- package/System.Net.Cache/index.d.ts +0 -18
- package/System.Net.Http/index.d.ts +0 -61
- package/System.Net.Http.Headers/index.d.ts +0 -45
- package/System.Net.Http.Json/index.d.ts +0 -26
- package/System.Net.Http.Metrics/index.d.ts +0 -15
- package/System.Net.Mail/index.d.ts +0 -47
- package/System.Net.Mime/index.d.ts +0 -24
- package/System.Net.NetworkInformation/index.d.ts +0 -65
- package/System.Net.Quic/index.d.ts +0 -37
- package/System.Net.Security/index.d.ts +0 -49
- package/System.Net.ServerSentEvents/index.d.ts +0 -28
- package/System.Net.Sockets/index.d.ts +0 -57
- package/System.Net.WebSockets/index.d.ts +0 -43
- package/System.Numerics/index.d.ts +0 -94
- package/System.Reflection/index.d.ts +0 -126
- package/System.Reflection.Emit/index.d.ts +0 -51
- package/System.Reflection.Metadata/index.d.ts +0 -220
- package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
- package/System.Reflection.PortableExecutable/index.d.ts +0 -45
- package/System.Resources/index.d.ts +0 -29
- package/System.Runtime/index.d.ts +0 -29
- package/System.Runtime.CompilerServices/index.d.ts +0 -219
- package/System.Runtime.InteropServices/index.d.ts +0 -161
- package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
- package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
- package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
- package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
- package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
- package/System.Runtime.Intrinsics/index.d.ts +0 -26
- package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
- package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
- package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
- package/System.Runtime.Loader/index.d.ts +0 -19
- package/System.Runtime.Remoting/index.d.ts +0 -14
- package/System.Runtime.Serialization/index.d.ts +0 -78
- package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
- package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
- package/System.Runtime.Serialization.Json/index.d.ts +0 -25
- package/System.Runtime.Versioning/index.d.ts +0 -29
- package/System.Security/index.d.ts +0 -37
- package/System.Security.AccessControl/index.d.ts +0 -87
- package/System.Security.Authentication/index.d.ts +0 -22
- package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
- package/System.Security.Claims/index.d.ts +0 -21
- package/System.Security.Cryptography/index.d.ts +0 -193
- package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
- package/System.Security.Permissions/index.d.ts +0 -20
- package/System.Security.Policy/index.d.ts +0 -16
- package/System.Security.Principal/index.d.ts +0 -38
- package/System.Text/index.d.ts +0 -56
- package/System.Text.Encodings.Web/index.d.ts +0 -22
- package/System.Text.Json/index.d.ts +0 -46
- package/System.Text.Json.Nodes/index.d.ts +0 -25
- package/System.Text.Json.Schema/index.d.ts +0 -19
- package/System.Text.Json.Serialization/index.d.ts +0 -59
- package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
- package/System.Text.RegularExpressions/index.d.ts +0 -37
- package/System.Text.Unicode/index.d.ts +0 -18
- package/System.Threading/index.d.ts +0 -104
- package/System.Threading.Channels/index.d.ts +0 -34
- package/System.Threading.Tasks/index.d.ts +0 -50
- package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
- package/System.Threading.Tasks.Sources/index.d.ts +0 -20
- package/System.Web/index.d.ts +0 -18
- package/System.Xml/index.d.ts +0 -107
- package/System.Xml.Linq/index.d.ts +0 -45
- package/System.Xml.Resolvers/index.d.ts +0 -20
- package/System.Xml.Schema/index.d.ts +0 -110
- package/System.Xml.Serialization/index.d.ts +0 -91
- package/System.Xml.XPath/index.d.ts +0 -36
- package/System.Xml.Xsl/index.d.ts +0 -31
- package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Reflection.Metadata.Ecma335
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1, IReadOnlyList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ImmutableArray_1 } from './System.Collections.Immutable/internal/index.js';
|
|
11
|
+
import type { AssemblyDefinitionHandle, AssemblyFileHandle, AssemblyReferenceHandle, Blob, BlobBuilder, BlobContentId, BlobHandle, BlobReader, ConstantHandle, CustomAttributeHandle, CustomDebugInformationHandle, DeclarativeSecurityAttributeHandle, DocumentHandle, DocumentNameBlobHandle, EntityHandle, EventDefinitionHandle, ExceptionRegionKind, ExportedType, ExportedTypeHandle, FieldDefinitionHandle, GenericParameterConstraintHandle, GenericParameterHandle, GuidHandle, Handle, HandleKind, ILOpCode, ImportScopeHandle, InterfaceImplementationHandle, ISignatureTypeProvider_2, LocalConstantHandle, LocalScopeHandle, LocalVariableAttributes, LocalVariableHandle, ManifestResourceHandle, MemberReferenceHandle, MetadataReader, MethodDebugInformationHandle, MethodDefinitionHandle, MethodImplementationHandle, MethodSignature_1, MethodSpecificationHandle, ModuleDefinitionHandle, ModuleReferenceHandle, ParameterHandle, PrimitiveSerializationTypeCode, PrimitiveTypeCode, PropertyDefinitionHandle, ReservedBlob_1, SignatureCallingConvention, SignatureTypeKind, StandaloneSignatureHandle, StringHandle, TypeDefinitionHandle, TypeReferenceHandle, TypeSpecificationHandle, UserStringHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
12
|
+
import type { AssemblyFlags, AssemblyHashAlgorithm, DeclarativeSecurityAction, EventAttributes, FieldAttributes, GenericParameterAttributes, ManifestResourceAttributes, MethodAttributes, MethodImplAttributes, MethodImportAttributes, MethodSemanticsAttributes, ParameterAttributes, PropertyAttributes, TypeAttributes } from './System.Reflection/internal/index.js';
|
|
13
|
+
import type { Action_1, Boolean as ClrBoolean, Byte, Double, Enum, Func_2, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, Single, String as ClrString, Type, TypeCode, UInt16, UInt32, ValueType, Version, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { FunctionPointerAttributes as FunctionPointerAttributes } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
17
|
+
export { MethodBodyStreamEncoder as MethodBodyStreamEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
18
|
+
export { MethodBodyStreamEncoder_MethodBody as MethodBodyStreamEncoder_MethodBody } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
19
|
+
export { MethodBodyAttributes as MethodBodyAttributes } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
20
|
+
export { SwitchInstructionEncoder as SwitchInstructionEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
21
|
+
export { MetadataBuilder as MetadataBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
22
|
+
export { MetadataRootBuilder as MetadataRootBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
23
|
+
export { ControlFlowBuilder as ControlFlowBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
24
|
+
export { ExceptionRegionEncoder as ExceptionRegionEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
25
|
+
export { InstructionEncoder as InstructionEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
26
|
+
export { LabelHandle as LabelHandle } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
27
|
+
export { CodedIndex$instance as CodedIndex } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
28
|
+
export { PortablePdbBuilder as PortablePdbBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
29
|
+
export { BlobEncoder as BlobEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
30
|
+
export { MethodSignatureEncoder as MethodSignatureEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
31
|
+
export { LocalVariablesEncoder as LocalVariablesEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
32
|
+
export { LocalVariableTypeEncoder as LocalVariableTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
33
|
+
export { ParameterTypeEncoder as ParameterTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
34
|
+
export { PermissionSetEncoder as PermissionSetEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
35
|
+
export { GenericTypeArgumentsEncoder as GenericTypeArgumentsEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
36
|
+
export { FieldTypeEncoder as FieldTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
37
|
+
export { FixedArgumentsEncoder as FixedArgumentsEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
38
|
+
export { LiteralEncoder as LiteralEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
39
|
+
export { ScalarEncoder as ScalarEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
40
|
+
export { LiteralsEncoder as LiteralsEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
41
|
+
export { VectorEncoder as VectorEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
42
|
+
export { NameEncoder as NameEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
43
|
+
export { CustomAttributeNamedArgumentsEncoder as CustomAttributeNamedArgumentsEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
44
|
+
export { NamedArgumentsEncoder as NamedArgumentsEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
45
|
+
export { NamedArgumentTypeEncoder as NamedArgumentTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
46
|
+
export { CustomAttributeArrayTypeEncoder as CustomAttributeArrayTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
47
|
+
export { CustomAttributeElementTypeEncoder as CustomAttributeElementTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
48
|
+
export { SignatureTypeEncoder as SignatureTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
49
|
+
export { CustomModifiersEncoder as CustomModifiersEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
50
|
+
export { ArrayShapeEncoder as ArrayShapeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
51
|
+
export { ReturnTypeEncoder as ReturnTypeEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
52
|
+
export { ParametersEncoder as ParametersEncoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
53
|
+
export { MetadataSizes as MetadataSizes } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
54
|
+
export { SignatureDecoder_2 as SignatureDecoder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
55
|
+
export { EditAndContinueLogEntry as EditAndContinueLogEntry } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
56
|
+
export { EditAndContinueOperation as EditAndContinueOperation } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
57
|
+
export { ExportedTypeExtensions$instance as ExportedTypeExtensions } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
58
|
+
export { HeapIndex as HeapIndex } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
59
|
+
export { MetadataReaderExtensions$instance as MetadataReaderExtensions } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
60
|
+
export { MetadataTokens$instance as MetadataTokens } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
61
|
+
export { TableIndex as TableIndex } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
62
|
+
export { MetadataAggregator as MetadataAggregator } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Reflection.Metadata
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Reflection.Metadata/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IComparer_1, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, IReadOnlyCollection_1, IReadOnlyList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ImmutableArray_1 } from './System.Collections.Immutable/internal/index.js';
|
|
11
|
+
import type { IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
13
|
+
import type { PEReader } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
14
|
+
import type { Assembly, AssemblyFlags, AssemblyHashAlgorithm, AssemblyName, AssemblyNameFlags, DeclarativeSecurityAction, EventAttributes, FieldAttributes, GenericParameterAttributes, ManifestResourceAttributes, MethodAttributes, MethodBase, MethodImplAttributes, MethodImportAttributes, ParameterAttributes, PropertyAttributes, TypeAttributes } from './System.Reflection/internal/index.js';
|
|
15
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
16
|
+
import type { Encoding } from './System.Text/internal/index.js';
|
|
17
|
+
import type { ArraySegment_1, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, Exception, Func_2, Guid, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, ReadOnlySpan_1, SByte, Single, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Version, Void } from './System/internal/index.js';
|
|
18
|
+
|
|
19
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
20
|
+
export { AssemblyExtensions$instance as AssemblyExtensions } from './System.Reflection.Metadata/internal/index.js';
|
|
21
|
+
export { MetadataUpdater$instance as MetadataUpdater } from './System.Reflection.Metadata/internal/index.js';
|
|
22
|
+
export { MetadataUpdateHandlerAttribute as MetadataUpdateHandlerAttribute } from './System.Reflection.Metadata/internal/index.js';
|
|
23
|
+
export { EntityHandle as EntityHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
24
|
+
export { Blob as Blob } from './System.Reflection.Metadata/internal/index.js';
|
|
25
|
+
export { BlobWriter as BlobWriter } from './System.Reflection.Metadata/internal/index.js';
|
|
26
|
+
export { BlobBuilder as BlobBuilder } from './System.Reflection.Metadata/internal/index.js';
|
|
27
|
+
export { BlobBuilder_Blobs as BlobBuilder_Blobs } from './System.Reflection.Metadata/internal/index.js';
|
|
28
|
+
export { ReservedBlob_1 as ReservedBlob } from './System.Reflection.Metadata/internal/index.js';
|
|
29
|
+
export { CustomAttributeNamedArgument_1 as CustomAttributeNamedArgument } from './System.Reflection.Metadata/internal/index.js';
|
|
30
|
+
export { CustomAttributeTypedArgument_1 as CustomAttributeTypedArgument } from './System.Reflection.Metadata/internal/index.js';
|
|
31
|
+
export { CustomAttributeValue_1 as CustomAttributeValue } from './System.Reflection.Metadata/internal/index.js';
|
|
32
|
+
export type ICustomAttributeTypeProvider<TType> = Internal.ICustomAttributeTypeProvider_1<TType>;
|
|
33
|
+
export { ILOpCode as ILOpCode } from './System.Reflection.Metadata/internal/index.js';
|
|
34
|
+
export { ILOpCodeExtensions$instance as ILOpCodeExtensions } from './System.Reflection.Metadata/internal/index.js';
|
|
35
|
+
export { ImageFormatLimitationException as ImageFormatLimitationException } from './System.Reflection.Metadata/internal/index.js';
|
|
36
|
+
export { MetadataStreamOptions as MetadataStreamOptions } from './System.Reflection.Metadata/internal/index.js';
|
|
37
|
+
export { MetadataReaderProvider as MetadataReaderProvider } from './System.Reflection.Metadata/internal/index.js';
|
|
38
|
+
export { BlobContentId as BlobContentId } from './System.Reflection.Metadata/internal/index.js';
|
|
39
|
+
export { PrimitiveSerializationTypeCode as PrimitiveSerializationTypeCode } from './System.Reflection.Metadata/internal/index.js';
|
|
40
|
+
export { AssemblyDefinition as AssemblyDefinition } from './System.Reflection.Metadata/internal/index.js';
|
|
41
|
+
export { AssemblyReference as AssemblyReference } from './System.Reflection.Metadata/internal/index.js';
|
|
42
|
+
export { ModuleDefinitionHandle as ModuleDefinitionHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
43
|
+
export { AssemblyDefinitionHandle as AssemblyDefinitionHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
44
|
+
export { InterfaceImplementationHandle as InterfaceImplementationHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
45
|
+
export { MethodDefinitionHandle as MethodDefinitionHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
46
|
+
export { MethodImplementationHandle as MethodImplementationHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
47
|
+
export { MethodSpecificationHandle as MethodSpecificationHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
48
|
+
export { TypeDefinitionHandle as TypeDefinitionHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
49
|
+
export { ExportedTypeHandle as ExportedTypeHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
50
|
+
export { TypeReferenceHandle as TypeReferenceHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
51
|
+
export { TypeSpecificationHandle as TypeSpecificationHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
52
|
+
export { MemberReferenceHandle as MemberReferenceHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
53
|
+
export { FieldDefinitionHandle as FieldDefinitionHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
54
|
+
export { EventDefinitionHandle as EventDefinitionHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
55
|
+
export { PropertyDefinitionHandle as PropertyDefinitionHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
56
|
+
export { StandaloneSignatureHandle as StandaloneSignatureHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
57
|
+
export { ParameterHandle as ParameterHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
58
|
+
export { GenericParameterHandle as GenericParameterHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
59
|
+
export { GenericParameterConstraintHandle as GenericParameterConstraintHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
60
|
+
export { ModuleReferenceHandle as ModuleReferenceHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
61
|
+
export { AssemblyReferenceHandle as AssemblyReferenceHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
62
|
+
export { CustomAttributeHandle as CustomAttributeHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
63
|
+
export { DeclarativeSecurityAttributeHandle as DeclarativeSecurityAttributeHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
64
|
+
export { ConstantHandle as ConstantHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
65
|
+
export { ManifestResourceHandle as ManifestResourceHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
66
|
+
export { AssemblyFileHandle as AssemblyFileHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
67
|
+
export { UserStringHandle as UserStringHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
68
|
+
export { StringHandle as StringHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
69
|
+
export { NamespaceDefinitionHandle as NamespaceDefinitionHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
70
|
+
export { BlobHandle as BlobHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
71
|
+
export { GuidHandle as GuidHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
72
|
+
export { AssemblyFile as AssemblyFile } from './System.Reflection.Metadata/internal/index.js';
|
|
73
|
+
export { AssemblyNameInfo as AssemblyNameInfo } from './System.Reflection.Metadata/internal/index.js';
|
|
74
|
+
export { TypeName as TypeName } from './System.Reflection.Metadata/internal/index.js';
|
|
75
|
+
export { TypeNameParseOptions as TypeNameParseOptions } from './System.Reflection.Metadata/internal/index.js';
|
|
76
|
+
export { BlobReader as BlobReader } from './System.Reflection.Metadata/internal/index.js';
|
|
77
|
+
export { Constant as Constant } from './System.Reflection.Metadata/internal/index.js';
|
|
78
|
+
export { ConstantTypeCode as ConstantTypeCode } from './System.Reflection.Metadata/internal/index.js';
|
|
79
|
+
export { CustomAttribute as CustomAttribute } from './System.Reflection.Metadata/internal/index.js';
|
|
80
|
+
export { CustomAttributeNamedArgumentKind as CustomAttributeNamedArgumentKind } from './System.Reflection.Metadata/internal/index.js';
|
|
81
|
+
export { DeclarativeSecurityAttribute as DeclarativeSecurityAttribute } from './System.Reflection.Metadata/internal/index.js';
|
|
82
|
+
export { ArrayShape as ArrayShape } from './System.Reflection.Metadata/internal/index.js';
|
|
83
|
+
export type ISZArrayTypeProvider<TType> = Internal.ISZArrayTypeProvider_1<TType>;
|
|
84
|
+
export type ISignatureTypeProvider<TType, TGenericContext> = Internal.ISignatureTypeProvider_2<TType, TGenericContext>;
|
|
85
|
+
export type ISimpleTypeProvider<TType> = Internal.ISimpleTypeProvider_1<TType>;
|
|
86
|
+
export { SignatureTypeKind as SignatureTypeKind } from './System.Reflection.Metadata/internal/index.js';
|
|
87
|
+
export type IConstructedTypeProvider<TType> = Internal.IConstructedTypeProvider_1<TType>;
|
|
88
|
+
export { MethodSignature_1 as MethodSignature } from './System.Reflection.Metadata/internal/index.js';
|
|
89
|
+
export { PrimitiveTypeCode as PrimitiveTypeCode } from './System.Reflection.Metadata/internal/index.js';
|
|
90
|
+
export { EventDefinition as EventDefinition } from './System.Reflection.Metadata/internal/index.js';
|
|
91
|
+
export { ExceptionRegion as ExceptionRegion } from './System.Reflection.Metadata/internal/index.js';
|
|
92
|
+
export { ExceptionRegionKind as ExceptionRegionKind } from './System.Reflection.Metadata/internal/index.js';
|
|
93
|
+
export { ExportedType as ExportedType } from './System.Reflection.Metadata/internal/index.js';
|
|
94
|
+
export { FieldDefinition as FieldDefinition } from './System.Reflection.Metadata/internal/index.js';
|
|
95
|
+
export { GenericParameter as GenericParameter } from './System.Reflection.Metadata/internal/index.js';
|
|
96
|
+
export { GenericParameterConstraint as GenericParameterConstraint } from './System.Reflection.Metadata/internal/index.js';
|
|
97
|
+
export { GenericParameterHandleCollection as GenericParameterHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
98
|
+
export { GenericParameterHandleCollection_Enumerator as GenericParameterHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
99
|
+
export { GenericParameterConstraintHandleCollection as GenericParameterConstraintHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
100
|
+
export { GenericParameterConstraintHandleCollection_Enumerator as GenericParameterConstraintHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
101
|
+
export { CustomAttributeHandleCollection as CustomAttributeHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
102
|
+
export { CustomAttributeHandleCollection_Enumerator as CustomAttributeHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
103
|
+
export { DeclarativeSecurityAttributeHandleCollection as DeclarativeSecurityAttributeHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
104
|
+
export { DeclarativeSecurityAttributeHandleCollection_Enumerator as DeclarativeSecurityAttributeHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
105
|
+
export { MethodDefinitionHandleCollection as MethodDefinitionHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
106
|
+
export { MethodDefinitionHandleCollection_Enumerator as MethodDefinitionHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
107
|
+
export { FieldDefinitionHandleCollection as FieldDefinitionHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
108
|
+
export { FieldDefinitionHandleCollection_Enumerator as FieldDefinitionHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
109
|
+
export { PropertyDefinitionHandleCollection as PropertyDefinitionHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
110
|
+
export { PropertyDefinitionHandleCollection_Enumerator as PropertyDefinitionHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
111
|
+
export { EventDefinitionHandleCollection as EventDefinitionHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
112
|
+
export { EventDefinitionHandleCollection_Enumerator as EventDefinitionHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
113
|
+
export { MethodImplementationHandleCollection as MethodImplementationHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
114
|
+
export { MethodImplementationHandleCollection_Enumerator as MethodImplementationHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
115
|
+
export { ParameterHandleCollection as ParameterHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
116
|
+
export { ParameterHandleCollection_Enumerator as ParameterHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
117
|
+
export { InterfaceImplementationHandleCollection as InterfaceImplementationHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
118
|
+
export { InterfaceImplementationHandleCollection_Enumerator as InterfaceImplementationHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
119
|
+
export { TypeDefinitionHandleCollection as TypeDefinitionHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
120
|
+
export { TypeDefinitionHandleCollection_Enumerator as TypeDefinitionHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
121
|
+
export { TypeReferenceHandleCollection as TypeReferenceHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
122
|
+
export { TypeReferenceHandleCollection_Enumerator as TypeReferenceHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
123
|
+
export { ExportedTypeHandleCollection as ExportedTypeHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
124
|
+
export { ExportedTypeHandleCollection_Enumerator as ExportedTypeHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
125
|
+
export { MemberReferenceHandleCollection as MemberReferenceHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
126
|
+
export { MemberReferenceHandleCollection_Enumerator as MemberReferenceHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
127
|
+
export { PropertyAccessors as PropertyAccessors } from './System.Reflection.Metadata/internal/index.js';
|
|
128
|
+
export { EventAccessors as EventAccessors } from './System.Reflection.Metadata/internal/index.js';
|
|
129
|
+
export { AssemblyReferenceHandleCollection as AssemblyReferenceHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
130
|
+
export { AssemblyReferenceHandleCollection_Enumerator as AssemblyReferenceHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
131
|
+
export { ManifestResourceHandleCollection as ManifestResourceHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
132
|
+
export { ManifestResourceHandleCollection_Enumerator as ManifestResourceHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
133
|
+
export { AssemblyFileHandleCollection as AssemblyFileHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
134
|
+
export { AssemblyFileHandleCollection_Enumerator as AssemblyFileHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
135
|
+
export { HandleComparer as HandleComparer } from './System.Reflection.Metadata/internal/index.js';
|
|
136
|
+
export { HandleKind as HandleKind } from './System.Reflection.Metadata/internal/index.js';
|
|
137
|
+
export { Handle as Handle } from './System.Reflection.Metadata/internal/index.js';
|
|
138
|
+
export { InterfaceImplementation as InterfaceImplementation } from './System.Reflection.Metadata/internal/index.js';
|
|
139
|
+
export { ManifestResource as ManifestResource } from './System.Reflection.Metadata/internal/index.js';
|
|
140
|
+
export { MemberReference as MemberReference } from './System.Reflection.Metadata/internal/index.js';
|
|
141
|
+
export { StandaloneSignatureKind as StandaloneSignatureKind } from './System.Reflection.Metadata/internal/index.js';
|
|
142
|
+
export { MemberReferenceKind as MemberReferenceKind } from './System.Reflection.Metadata/internal/index.js';
|
|
143
|
+
export { MetadataKind as MetadataKind } from './System.Reflection.Metadata/internal/index.js';
|
|
144
|
+
export { MetadataReader as MetadataReader } from './System.Reflection.Metadata/internal/index.js';
|
|
145
|
+
export { MetadataReaderOptions as MetadataReaderOptions } from './System.Reflection.Metadata/internal/index.js';
|
|
146
|
+
export { MetadataStringComparer as MetadataStringComparer } from './System.Reflection.Metadata/internal/index.js';
|
|
147
|
+
export { MetadataStringDecoder as MetadataStringDecoder } from './System.Reflection.Metadata/internal/index.js';
|
|
148
|
+
export { MethodBodyBlock as MethodBodyBlock } from './System.Reflection.Metadata/internal/index.js';
|
|
149
|
+
export { MethodDefinition as MethodDefinition } from './System.Reflection.Metadata/internal/index.js';
|
|
150
|
+
export { MethodImplementation as MethodImplementation } from './System.Reflection.Metadata/internal/index.js';
|
|
151
|
+
export { MethodImport as MethodImport } from './System.Reflection.Metadata/internal/index.js';
|
|
152
|
+
export { MethodSpecification as MethodSpecification } from './System.Reflection.Metadata/internal/index.js';
|
|
153
|
+
export { ModuleDefinition as ModuleDefinition } from './System.Reflection.Metadata/internal/index.js';
|
|
154
|
+
export { ModuleReference as ModuleReference } from './System.Reflection.Metadata/internal/index.js';
|
|
155
|
+
export { NamespaceDefinition as NamespaceDefinition } from './System.Reflection.Metadata/internal/index.js';
|
|
156
|
+
export { Parameter as Parameter } from './System.Reflection.Metadata/internal/index.js';
|
|
157
|
+
export { CustomDebugInformation as CustomDebugInformation } from './System.Reflection.Metadata/internal/index.js';
|
|
158
|
+
export { DebugMetadataHeader as DebugMetadataHeader } from './System.Reflection.Metadata/internal/index.js';
|
|
159
|
+
export { Document as Document } from './System.Reflection.Metadata/internal/index.js';
|
|
160
|
+
export { DocumentNameBlobHandle as DocumentNameBlobHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
161
|
+
export { DocumentHandleCollection as DocumentHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
162
|
+
export { DocumentHandleCollection_Enumerator as DocumentHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
163
|
+
export { MethodDebugInformationHandleCollection as MethodDebugInformationHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
164
|
+
export { MethodDebugInformationHandleCollection_Enumerator as MethodDebugInformationHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
165
|
+
export { LocalScopeHandleCollection as LocalScopeHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
166
|
+
export { LocalScopeHandleCollection_Enumerator as LocalScopeHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
167
|
+
export { LocalScopeHandleCollection_ChildrenEnumerator as LocalScopeHandleCollection_ChildrenEnumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
168
|
+
export { LocalVariableHandleCollection as LocalVariableHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
169
|
+
export { LocalVariableHandleCollection_Enumerator as LocalVariableHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
170
|
+
export { LocalConstantHandleCollection as LocalConstantHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
171
|
+
export { LocalConstantHandleCollection_Enumerator as LocalConstantHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
172
|
+
export { ImportScopeCollection as ImportScopeCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
173
|
+
export { ImportScopeCollection_Enumerator as ImportScopeCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
174
|
+
export { CustomDebugInformationHandleCollection as CustomDebugInformationHandleCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
175
|
+
export { CustomDebugInformationHandleCollection_Enumerator as CustomDebugInformationHandleCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
176
|
+
export { DocumentHandle as DocumentHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
177
|
+
export { MethodDebugInformationHandle as MethodDebugInformationHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
178
|
+
export { LocalScopeHandle as LocalScopeHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
179
|
+
export { LocalVariableHandle as LocalVariableHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
180
|
+
export { LocalConstantHandle as LocalConstantHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
181
|
+
export { ImportScopeHandle as ImportScopeHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
182
|
+
export { CustomDebugInformationHandle as CustomDebugInformationHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
183
|
+
export { ImportDefinition as ImportDefinition } from './System.Reflection.Metadata/internal/index.js';
|
|
184
|
+
export { ImportDefinitionKind as ImportDefinitionKind } from './System.Reflection.Metadata/internal/index.js';
|
|
185
|
+
export { ImportDefinitionCollection as ImportDefinitionCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
186
|
+
export { ImportDefinitionCollection_Enumerator as ImportDefinitionCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
187
|
+
export { LocalConstant as LocalConstant } from './System.Reflection.Metadata/internal/index.js';
|
|
188
|
+
export { ImportScope as ImportScope } from './System.Reflection.Metadata/internal/index.js';
|
|
189
|
+
export { LocalScope as LocalScope } from './System.Reflection.Metadata/internal/index.js';
|
|
190
|
+
export { LocalVariable as LocalVariable } from './System.Reflection.Metadata/internal/index.js';
|
|
191
|
+
export { LocalVariableAttributes as LocalVariableAttributes } from './System.Reflection.Metadata/internal/index.js';
|
|
192
|
+
export { MethodDebugInformation as MethodDebugInformation } from './System.Reflection.Metadata/internal/index.js';
|
|
193
|
+
export { SequencePoint as SequencePoint } from './System.Reflection.Metadata/internal/index.js';
|
|
194
|
+
export { SequencePointCollection as SequencePointCollection } from './System.Reflection.Metadata/internal/index.js';
|
|
195
|
+
export { SequencePointCollection_Enumerator as SequencePointCollection_Enumerator } from './System.Reflection.Metadata/internal/index.js';
|
|
196
|
+
export { PEReaderExtensions$instance as PEReaderExtensions } from './System.Reflection.Metadata/internal/index.js';
|
|
197
|
+
export { PropertyDefinition as PropertyDefinition } from './System.Reflection.Metadata/internal/index.js';
|
|
198
|
+
export { SerializationTypeCode as SerializationTypeCode } from './System.Reflection.Metadata/internal/index.js';
|
|
199
|
+
export { SignatureAttributes as SignatureAttributes } from './System.Reflection.Metadata/internal/index.js';
|
|
200
|
+
export { SignatureCallingConvention as SignatureCallingConvention } from './System.Reflection.Metadata/internal/index.js';
|
|
201
|
+
export { SignatureHeader as SignatureHeader } from './System.Reflection.Metadata/internal/index.js';
|
|
202
|
+
export { SignatureKind as SignatureKind } from './System.Reflection.Metadata/internal/index.js';
|
|
203
|
+
export { SignatureTypeCode as SignatureTypeCode } from './System.Reflection.Metadata/internal/index.js';
|
|
204
|
+
export { StandaloneSignature as StandaloneSignature } from './System.Reflection.Metadata/internal/index.js';
|
|
205
|
+
export { TypeDefinition as TypeDefinition } from './System.Reflection.Metadata/internal/index.js';
|
|
206
|
+
export { TypeLayout as TypeLayout } from './System.Reflection.Metadata/internal/index.js';
|
|
207
|
+
export { TypeReference as TypeReference } from './System.Reflection.Metadata/internal/index.js';
|
|
208
|
+
export { TypeSpecification as TypeSpecification } from './System.Reflection.Metadata/internal/index.js';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Reflection.PortableExecutable
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Reflection.PortableExecutable/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ImmutableArray_1 } from './System.Collections.Immutable/internal/index.js';
|
|
11
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
12
|
+
import type { MetadataRootBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
13
|
+
import type { Blob, BlobBuilder, BlobContentId, BlobReader, MetadataReaderProvider, MethodDefinitionHandle } from './System.Reflection.Metadata/internal/index.js';
|
|
14
|
+
import type { Action_2, Boolean as ClrBoolean, Byte, Enum, Func_2, Guid, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
|
|
15
|
+
|
|
16
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
17
|
+
export { ManagedPEBuilder as ManagedPEBuilder } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
18
|
+
export { PEBuilder as PEBuilder } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
19
|
+
export { DebugDirectoryBuilder as DebugDirectoryBuilder } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
20
|
+
export { PdbChecksumDebugDirectoryData as PdbChecksumDebugDirectoryData } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
21
|
+
export { PEDirectoriesBuilder as PEDirectoriesBuilder } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
22
|
+
export { PEHeaderBuilder as PEHeaderBuilder } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
23
|
+
export { ResourceSectionBuilder as ResourceSectionBuilder } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
24
|
+
export { SectionLocation as SectionLocation } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
25
|
+
export { CoffHeader as CoffHeader } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
26
|
+
export { CorFlags as CorFlags } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
27
|
+
export { CorHeader as CorHeader } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
28
|
+
export { CodeViewDebugDirectoryData as CodeViewDebugDirectoryData } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
29
|
+
export { DebugDirectoryEntry as DebugDirectoryEntry } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
30
|
+
export { DebugDirectoryEntryType as DebugDirectoryEntryType } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
31
|
+
export { DirectoryEntry as DirectoryEntry } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
32
|
+
export { Machine as Machine } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
33
|
+
export { Characteristics as Characteristics } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
34
|
+
export { PEMagic as PEMagic } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
35
|
+
export { Subsystem as Subsystem } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
36
|
+
export { DllCharacteristics as DllCharacteristics } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
37
|
+
export { SectionCharacteristics as SectionCharacteristics } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
38
|
+
export { PEHeader as PEHeader } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
39
|
+
export { PEHeaders as PEHeaders } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
40
|
+
export { PEMemoryBlock as PEMemoryBlock } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
41
|
+
export { PEReader as PEReader } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
42
|
+
export { PEStreamOptions as PEStreamOptions } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
43
|
+
export { SectionHeader as SectionHeader } from './System.Reflection.PortableExecutable/internal/index.js';
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Reflection
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Reflection/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1, IList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { AssemblyHashAlgorithm as AssemblyHashAlgorithm_Assemblies, AssemblyVersionCompatibility } from './System.Configuration.Assemblies/internal/index.js';
|
|
12
|
+
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
13
|
+
import type { FileStream, Stream } from './System.IO/internal/index.js';
|
|
14
|
+
import type { StructLayoutAttribute } from './System.Runtime.InteropServices/internal/index.js';
|
|
15
|
+
import type { IDeserializationCallback, IObjectReference, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
16
|
+
import type { SecurityRuleSet } from './System.Security/internal/index.js';
|
|
17
|
+
import type { ApplicationException, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Delegate, Enum, Exception, FormatException, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MarshalByRefObject, ModuleHandle, MulticastDelegate, Object as ClrObject, ResolveEventArgs, RuntimeFieldHandle, RuntimeMethodHandle, RuntimeTypeHandle, Span_1, String as ClrString, SystemException, Type, TypeCode, TypedReference, UInt32, ValueType, Version, Void } from './System/internal/index.js';
|
|
18
|
+
|
|
19
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
20
|
+
export type ICustomTypeProvider = Internal.ICustomTypeProvider;
|
|
21
|
+
export { Assembly as Assembly } from './System.Reflection/internal/index.js';
|
|
22
|
+
export { AssemblyName as AssemblyName } from './System.Reflection/internal/index.js';
|
|
23
|
+
export { ConstructorInfo as ConstructorInfo } from './System.Reflection/internal/index.js';
|
|
24
|
+
export { ConstructorInvoker as ConstructorInvoker } from './System.Reflection/internal/index.js';
|
|
25
|
+
export { FieldInfo as FieldInfo } from './System.Reflection/internal/index.js';
|
|
26
|
+
export { MemberInfo as MemberInfo } from './System.Reflection/internal/index.js';
|
|
27
|
+
export { MethodBase as MethodBase } from './System.Reflection/internal/index.js';
|
|
28
|
+
export { MethodInvoker as MethodInvoker } from './System.Reflection/internal/index.js';
|
|
29
|
+
export { CustomAttributeTypedArgument as CustomAttributeTypedArgument } from './System.Reflection/internal/index.js';
|
|
30
|
+
export { AmbiguousMatchException as AmbiguousMatchException } from './System.Reflection/internal/index.js';
|
|
31
|
+
export { AssemblyAlgorithmIdAttribute as AssemblyAlgorithmIdAttribute } from './System.Reflection/internal/index.js';
|
|
32
|
+
export { AssemblyCompanyAttribute as AssemblyCompanyAttribute } from './System.Reflection/internal/index.js';
|
|
33
|
+
export { AssemblyConfigurationAttribute as AssemblyConfigurationAttribute } from './System.Reflection/internal/index.js';
|
|
34
|
+
export { AssemblyContentType as AssemblyContentType } from './System.Reflection/internal/index.js';
|
|
35
|
+
export { AssemblyCopyrightAttribute as AssemblyCopyrightAttribute } from './System.Reflection/internal/index.js';
|
|
36
|
+
export { AssemblyCultureAttribute as AssemblyCultureAttribute } from './System.Reflection/internal/index.js';
|
|
37
|
+
export { AssemblyDefaultAliasAttribute as AssemblyDefaultAliasAttribute } from './System.Reflection/internal/index.js';
|
|
38
|
+
export { AssemblyDelaySignAttribute as AssemblyDelaySignAttribute } from './System.Reflection/internal/index.js';
|
|
39
|
+
export { AssemblyDescriptionAttribute as AssemblyDescriptionAttribute } from './System.Reflection/internal/index.js';
|
|
40
|
+
export { AssemblyFileVersionAttribute as AssemblyFileVersionAttribute } from './System.Reflection/internal/index.js';
|
|
41
|
+
export { AssemblyFlagsAttribute as AssemblyFlagsAttribute } from './System.Reflection/internal/index.js';
|
|
42
|
+
export { AssemblyInformationalVersionAttribute as AssemblyInformationalVersionAttribute } from './System.Reflection/internal/index.js';
|
|
43
|
+
export { AssemblyKeyFileAttribute as AssemblyKeyFileAttribute } from './System.Reflection/internal/index.js';
|
|
44
|
+
export { AssemblyKeyNameAttribute as AssemblyKeyNameAttribute } from './System.Reflection/internal/index.js';
|
|
45
|
+
export { AssemblyMetadataAttribute as AssemblyMetadataAttribute } from './System.Reflection/internal/index.js';
|
|
46
|
+
export { AssemblyNameFlags as AssemblyNameFlags } from './System.Reflection/internal/index.js';
|
|
47
|
+
export { AssemblyNameProxy as AssemblyNameProxy } from './System.Reflection/internal/index.js';
|
|
48
|
+
export { AssemblyProductAttribute as AssemblyProductAttribute } from './System.Reflection/internal/index.js';
|
|
49
|
+
export { AssemblySignatureKeyAttribute as AssemblySignatureKeyAttribute } from './System.Reflection/internal/index.js';
|
|
50
|
+
export { AssemblyTitleAttribute as AssemblyTitleAttribute } from './System.Reflection/internal/index.js';
|
|
51
|
+
export { AssemblyTrademarkAttribute as AssemblyTrademarkAttribute } from './System.Reflection/internal/index.js';
|
|
52
|
+
export { AssemblyVersionAttribute as AssemblyVersionAttribute } from './System.Reflection/internal/index.js';
|
|
53
|
+
export { Binder as Binder } from './System.Reflection/internal/index.js';
|
|
54
|
+
export { BindingFlags as BindingFlags } from './System.Reflection/internal/index.js';
|
|
55
|
+
export { CallingConventions as CallingConventions } from './System.Reflection/internal/index.js';
|
|
56
|
+
export { CustomAttributeData as CustomAttributeData } from './System.Reflection/internal/index.js';
|
|
57
|
+
export { CustomAttributeExtensions$instance as CustomAttributeExtensions } from './System.Reflection/internal/index.js';
|
|
58
|
+
export { CustomAttributeFormatException as CustomAttributeFormatException } from './System.Reflection/internal/index.js';
|
|
59
|
+
export { CustomAttributeNamedArgument as CustomAttributeNamedArgument } from './System.Reflection/internal/index.js';
|
|
60
|
+
export { DefaultMemberAttribute as DefaultMemberAttribute } from './System.Reflection/internal/index.js';
|
|
61
|
+
export { EventAttributes as EventAttributes } from './System.Reflection/internal/index.js';
|
|
62
|
+
export { EventInfo as EventInfo } from './System.Reflection/internal/index.js';
|
|
63
|
+
export { ExceptionHandlingClause as ExceptionHandlingClause } from './System.Reflection/internal/index.js';
|
|
64
|
+
export { ExceptionHandlingClauseOptions as ExceptionHandlingClauseOptions } from './System.Reflection/internal/index.js';
|
|
65
|
+
export { FieldAttributes as FieldAttributes } from './System.Reflection/internal/index.js';
|
|
66
|
+
export { GenericParameterAttributes as GenericParameterAttributes } from './System.Reflection/internal/index.js';
|
|
67
|
+
export type ICustomAttributeProvider = Internal.ICustomAttributeProvider;
|
|
68
|
+
export { ImageFileMachine as ImageFileMachine } from './System.Reflection/internal/index.js';
|
|
69
|
+
export { InterfaceMapping as InterfaceMapping } from './System.Reflection/internal/index.js';
|
|
70
|
+
export { IntrospectionExtensions$instance as IntrospectionExtensions } from './System.Reflection/internal/index.js';
|
|
71
|
+
export { InvalidFilterCriteriaException as InvalidFilterCriteriaException } from './System.Reflection/internal/index.js';
|
|
72
|
+
export type IReflect = Internal.IReflect;
|
|
73
|
+
export type IReflectableType = Internal.IReflectableType;
|
|
74
|
+
export { LocalVariableInfo as LocalVariableInfo } from './System.Reflection/internal/index.js';
|
|
75
|
+
export { ManifestResourceInfo as ManifestResourceInfo } from './System.Reflection/internal/index.js';
|
|
76
|
+
export type MemberFilter = Internal.MemberFilter;
|
|
77
|
+
export { MemberTypes as MemberTypes } from './System.Reflection/internal/index.js';
|
|
78
|
+
export { MethodAttributes as MethodAttributes } from './System.Reflection/internal/index.js';
|
|
79
|
+
export { MethodBody as MethodBody } from './System.Reflection/internal/index.js';
|
|
80
|
+
export { MethodImplAttributes as MethodImplAttributes } from './System.Reflection/internal/index.js';
|
|
81
|
+
export { MethodInfo as MethodInfo } from './System.Reflection/internal/index.js';
|
|
82
|
+
export { Missing as Missing } from './System.Reflection/internal/index.js';
|
|
83
|
+
export { Module as Module } from './System.Reflection/internal/index.js';
|
|
84
|
+
export type ModuleResolveEventHandler = Internal.ModuleResolveEventHandler;
|
|
85
|
+
export { NullabilityInfo as NullabilityInfo } from './System.Reflection/internal/index.js';
|
|
86
|
+
export { NullabilityState as NullabilityState } from './System.Reflection/internal/index.js';
|
|
87
|
+
export { NullabilityInfoContext as NullabilityInfoContext } from './System.Reflection/internal/index.js';
|
|
88
|
+
export { ObfuscateAssemblyAttribute as ObfuscateAssemblyAttribute } from './System.Reflection/internal/index.js';
|
|
89
|
+
export { ObfuscationAttribute as ObfuscationAttribute } from './System.Reflection/internal/index.js';
|
|
90
|
+
export { ParameterAttributes as ParameterAttributes } from './System.Reflection/internal/index.js';
|
|
91
|
+
export { ParameterInfo as ParameterInfo } from './System.Reflection/internal/index.js';
|
|
92
|
+
export { ParameterModifier as ParameterModifier } from './System.Reflection/internal/index.js';
|
|
93
|
+
export { Pointer as Pointer } from './System.Reflection/internal/index.js';
|
|
94
|
+
export { PortableExecutableKinds as PortableExecutableKinds } from './System.Reflection/internal/index.js';
|
|
95
|
+
export { ProcessorArchitecture as ProcessorArchitecture } from './System.Reflection/internal/index.js';
|
|
96
|
+
export { PropertyAttributes as PropertyAttributes } from './System.Reflection/internal/index.js';
|
|
97
|
+
export { PropertyInfo as PropertyInfo } from './System.Reflection/internal/index.js';
|
|
98
|
+
export { ReflectionContext as ReflectionContext } from './System.Reflection/internal/index.js';
|
|
99
|
+
export { ReflectionTypeLoadException as ReflectionTypeLoadException } from './System.Reflection/internal/index.js';
|
|
100
|
+
export { ResourceAttributes as ResourceAttributes } from './System.Reflection/internal/index.js';
|
|
101
|
+
export { ResourceLocation as ResourceLocation } from './System.Reflection/internal/index.js';
|
|
102
|
+
export { RuntimeReflectionExtensions$instance as RuntimeReflectionExtensions } from './System.Reflection/internal/index.js';
|
|
103
|
+
export { StrongNameKeyPair as StrongNameKeyPair } from './System.Reflection/internal/index.js';
|
|
104
|
+
export { TargetException as TargetException } from './System.Reflection/internal/index.js';
|
|
105
|
+
export { TargetInvocationException as TargetInvocationException } from './System.Reflection/internal/index.js';
|
|
106
|
+
export { TargetParameterCountException as TargetParameterCountException } from './System.Reflection/internal/index.js';
|
|
107
|
+
export { TypeAttributes as TypeAttributes } from './System.Reflection/internal/index.js';
|
|
108
|
+
export { TypeDelegator as TypeDelegator } from './System.Reflection/internal/index.js';
|
|
109
|
+
export type TypeFilter = Internal.TypeFilter;
|
|
110
|
+
export { TypeInfo as TypeInfo } from './System.Reflection/internal/index.js';
|
|
111
|
+
export { DispatchProxy as DispatchProxy } from './System.Reflection/internal/index.js';
|
|
112
|
+
export { MethodSemanticsAttributes as MethodSemanticsAttributes } from './System.Reflection/internal/index.js';
|
|
113
|
+
export { DeclarativeSecurityAction as DeclarativeSecurityAction } from './System.Reflection/internal/index.js';
|
|
114
|
+
export { MethodImportAttributes as MethodImportAttributes } from './System.Reflection/internal/index.js';
|
|
115
|
+
export { ManifestResourceAttributes as ManifestResourceAttributes } from './System.Reflection/internal/index.js';
|
|
116
|
+
export { AssemblyHashAlgorithm as AssemblyHashAlgorithm } from './System.Reflection/internal/index.js';
|
|
117
|
+
export { AssemblyFlags as AssemblyFlags } from './System.Reflection/internal/index.js';
|
|
118
|
+
export { TypeExtensions$instance as TypeExtensions } from './System.Reflection/internal/index.js';
|
|
119
|
+
export { AssemblyExtensions$instance as AssemblyExtensions } from './System.Reflection/internal/index.js';
|
|
120
|
+
export { EventInfoExtensions$instance as EventInfoExtensions } from './System.Reflection/internal/index.js';
|
|
121
|
+
export { MemberInfoExtensions$instance as MemberInfoExtensions } from './System.Reflection/internal/index.js';
|
|
122
|
+
export { MethodInfoExtensions$instance as MethodInfoExtensions } from './System.Reflection/internal/index.js';
|
|
123
|
+
export { ModuleExtensions$instance as ModuleExtensions } from './System.Reflection/internal/index.js';
|
|
124
|
+
export { PropertyInfoExtensions$instance as PropertyInfoExtensions } from './System.Reflection/internal/index.js';
|
|
@@ -54,6 +54,7 @@ export interface IResourceReader$instance extends IEnumerable, IDisposable {
|
|
|
54
54
|
close(): void;
|
|
55
55
|
getEnumerator(): IEnumerator;
|
|
56
56
|
getEnumerator(): IDictionaryEnumerator;
|
|
57
|
+
dispose(): void;
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
|
|
@@ -66,6 +67,7 @@ export interface IResourceWriter$instance extends IDisposable {
|
|
|
66
67
|
addResource(name: string, value: unknown): void;
|
|
67
68
|
addResource(name: string, value: string): void;
|
|
68
69
|
close(): void;
|
|
70
|
+
dispose(): void;
|
|
69
71
|
}
|
|
70
72
|
|
|
71
73
|
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Resources
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Resources/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
10
|
+
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
11
|
+
import type { Stream, UnmanagedMemoryStream } from './System.IO/internal/index.js';
|
|
12
|
+
import type { Assembly, MethodBase } from './System.Reflection/internal/index.js';
|
|
13
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
14
|
+
import type { Attribute, Boolean as ClrBoolean, Byte, Enum, Exception, Func_2, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Void } from './System/internal/index.js';
|
|
15
|
+
|
|
16
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
17
|
+
export type IResourceReader = Internal.IResourceReader;
|
|
18
|
+
export { MissingManifestResourceException as MissingManifestResourceException } from './System.Resources/internal/index.js';
|
|
19
|
+
export { MissingSatelliteAssemblyException as MissingSatelliteAssemblyException } from './System.Resources/internal/index.js';
|
|
20
|
+
export { NeutralResourcesLanguageAttribute as NeutralResourcesLanguageAttribute } from './System.Resources/internal/index.js';
|
|
21
|
+
export { ResourceManager as ResourceManager } from './System.Resources/internal/index.js';
|
|
22
|
+
export { ResourceReader as ResourceReader } from './System.Resources/internal/index.js';
|
|
23
|
+
export { ResourceSet as ResourceSet } from './System.Resources/internal/index.js';
|
|
24
|
+
export { SatelliteContractVersionAttribute as SatelliteContractVersionAttribute } from './System.Resources/internal/index.js';
|
|
25
|
+
export { UltimateResourceFallbackLocation as UltimateResourceFallbackLocation } from './System.Resources/internal/index.js';
|
|
26
|
+
export type IResourceWriter = Internal.IResourceWriter;
|
|
27
|
+
export { ResourceWriter as ResourceWriter } from './System.Resources/internal/index.js';
|
|
@@ -112,6 +112,7 @@ export type IAsyncStateMachine = IAsyncStateMachine$instance;
|
|
|
112
112
|
|
|
113
113
|
export interface ICriticalNotifyCompletion$instance extends INotifyCompletion {
|
|
114
114
|
unsafeOnCompleted(continuation: Action): void;
|
|
115
|
+
onCompleted(continuation: Action): void;
|
|
115
116
|
}
|
|
116
117
|
|
|
117
118
|
|
|
@@ -1968,7 +1969,7 @@ export abstract class ContractHelper$instance {
|
|
|
1968
1969
|
export type ContractHelper = ContractHelper$instance;
|
|
1969
1970
|
|
|
1970
1971
|
export abstract class FormattableStringFactory$instance {
|
|
1971
|
-
static create(format: string, arguments: unknown[]): FormattableString;
|
|
1972
|
+
static create(format: string, ...arguments: unknown[]): FormattableString;
|
|
1972
1973
|
}
|
|
1973
1974
|
|
|
1974
1975
|
|