@tsonic/dotnet 0.5.2 → 0.6.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.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -213,14 +213,14 @@ export class EditAndContinueLogEntry$instance {
|
|
|
213
213
|
constructor(handle: EntityHandle, operation: EditAndContinueOperation);
|
|
214
214
|
readonly handle: EntityHandle;
|
|
215
215
|
readonly operation: EditAndContinueOperation;
|
|
216
|
-
equals(obj:
|
|
216
|
+
equals(obj: unknown): boolean;
|
|
217
217
|
equals(other: EditAndContinueLogEntry): boolean;
|
|
218
218
|
getHashCode(): int;
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
|
|
222
222
|
export interface __EditAndContinueLogEntry$views {
|
|
223
|
-
|
|
223
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<EditAndContinueLogEntry>;
|
|
224
224
|
|
|
225
225
|
// Structural method bridges for numeric interface constraints
|
|
226
226
|
Equals(other: EditAndContinueLogEntry): boolean;
|
|
@@ -237,8 +237,8 @@ export class ExceptionRegionEncoder$instance {
|
|
|
237
237
|
addFault(tryOffset: int, tryLength: int, handlerOffset: int, handlerLength: int): ExceptionRegionEncoder;
|
|
238
238
|
addFilter(tryOffset: int, tryLength: int, handlerOffset: int, handlerLength: int, filterOffset: int): ExceptionRegionEncoder;
|
|
239
239
|
addFinally(tryOffset: int, tryLength: int, handlerOffset: int, handlerLength: int): ExceptionRegionEncoder;
|
|
240
|
-
static
|
|
241
|
-
static
|
|
240
|
+
static isSmallExceptionRegion(startOffset: int, length: int): boolean;
|
|
241
|
+
static isSmallRegionCount(exceptionRegionCount: int): boolean;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
|
|
@@ -310,13 +310,13 @@ export class LabelHandle$instance {
|
|
|
310
310
|
readonly id: int;
|
|
311
311
|
readonly isNil: boolean;
|
|
312
312
|
equals(other: LabelHandle): boolean;
|
|
313
|
-
equals(obj:
|
|
313
|
+
equals(obj: unknown): boolean;
|
|
314
314
|
getHashCode(): int;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
|
|
318
318
|
export interface __LabelHandle$views {
|
|
319
|
-
|
|
319
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LabelHandle>;
|
|
320
320
|
|
|
321
321
|
// Structural method bridges for numeric interface constraints
|
|
322
322
|
Equals(other: LabelHandle): boolean;
|
|
@@ -477,7 +477,7 @@ export type ReturnTypeEncoder = ReturnTypeEncoder$instance;
|
|
|
477
477
|
export class ScalarEncoder$instance {
|
|
478
478
|
constructor(builder: BlobBuilder);
|
|
479
479
|
readonly builder: BlobBuilder;
|
|
480
|
-
constant(value:
|
|
480
|
+
constant(value: unknown): void;
|
|
481
481
|
nullArray(): void;
|
|
482
482
|
systemType(serializedTypeName: string): void;
|
|
483
483
|
}
|
|
@@ -576,7 +576,7 @@ export class MetadataBuilder$instance {
|
|
|
576
576
|
addAssembly(name: StringHandle, version: Version, culture: StringHandle, publicKey: BlobHandle, flags: AssemblyFlags, hashAlgorithm: AssemblyHashAlgorithm): AssemblyDefinitionHandle;
|
|
577
577
|
addAssemblyFile(name: StringHandle, hashValue: BlobHandle, containsMetadata: boolean): AssemblyFileHandle;
|
|
578
578
|
addAssemblyReference(name: StringHandle, version: Version, culture: StringHandle, publicKeyOrToken: BlobHandle, flags: AssemblyFlags, hashValue: BlobHandle): AssemblyReferenceHandle;
|
|
579
|
-
addConstant(parent: EntityHandle, value:
|
|
579
|
+
addConstant(parent: EntityHandle, value: unknown): ConstantHandle;
|
|
580
580
|
addCustomAttribute(parent: EntityHandle, constructor_: EntityHandle, value: BlobHandle): CustomAttributeHandle;
|
|
581
581
|
addCustomDebugInformation(parent: EntityHandle, kind: GuidHandle, value: BlobHandle): CustomDebugInformationHandle;
|
|
582
582
|
addDeclarativeSecurityAttribute(parent: EntityHandle, action: DeclarativeSecurityAction, permissionSet: BlobHandle): DeclarativeSecurityAttributeHandle;
|
|
@@ -622,7 +622,7 @@ export class MetadataBuilder$instance {
|
|
|
622
622
|
getOrAddBlob(value: ImmutableArray_1<CLROf<byte>>): BlobHandle;
|
|
623
623
|
getOrAddBlobUTF16(value: string): BlobHandle;
|
|
624
624
|
getOrAddBlobUTF8(value: string, allowUnpairedSurrogates?: boolean): BlobHandle;
|
|
625
|
-
getOrAddConstantBlob(value:
|
|
625
|
+
getOrAddConstantBlob(value: unknown): BlobHandle;
|
|
626
626
|
getOrAddDocumentName(value: string): BlobHandle;
|
|
627
627
|
getOrAddGuid(guid: Guid): GuidHandle;
|
|
628
628
|
getOrAddString(value: string): StringHandle;
|
|
@@ -671,47 +671,47 @@ export class PortablePdbBuilder$instance {
|
|
|
671
671
|
export type PortablePdbBuilder = PortablePdbBuilder$instance;
|
|
672
672
|
|
|
673
673
|
export abstract class CodedIndex$instance {
|
|
674
|
-
static
|
|
675
|
-
static
|
|
676
|
-
static
|
|
677
|
-
static
|
|
678
|
-
static
|
|
679
|
-
static
|
|
680
|
-
static
|
|
681
|
-
static
|
|
682
|
-
static
|
|
683
|
-
static
|
|
684
|
-
static
|
|
685
|
-
static
|
|
686
|
-
static
|
|
687
|
-
static
|
|
688
|
-
static
|
|
674
|
+
static customAttributeType(handle: EntityHandle): int;
|
|
675
|
+
static hasConstant(handle: EntityHandle): int;
|
|
676
|
+
static hasCustomAttribute(handle: EntityHandle): int;
|
|
677
|
+
static hasCustomDebugInformation(handle: EntityHandle): int;
|
|
678
|
+
static hasDeclSecurity(handle: EntityHandle): int;
|
|
679
|
+
static hasFieldMarshal(handle: EntityHandle): int;
|
|
680
|
+
static hasSemantics(handle: EntityHandle): int;
|
|
681
|
+
static implementation(handle: EntityHandle): int;
|
|
682
|
+
static memberForwarded(handle: EntityHandle): int;
|
|
683
|
+
static memberRefParent(handle: EntityHandle): int;
|
|
684
|
+
static methodDefOrRef(handle: EntityHandle): int;
|
|
685
|
+
static resolutionScope(handle: EntityHandle): int;
|
|
686
|
+
static typeDefOrRef(handle: EntityHandle): int;
|
|
687
|
+
static typeDefOrRefOrSpec(handle: EntityHandle): int;
|
|
688
|
+
static typeOrMethodDef(handle: EntityHandle): int;
|
|
689
689
|
}
|
|
690
690
|
|
|
691
691
|
|
|
692
692
|
export type CodedIndex = CodedIndex$instance;
|
|
693
693
|
|
|
694
694
|
export abstract class ExportedTypeExtensions$instance {
|
|
695
|
-
static
|
|
695
|
+
static getTypeDefinitionId(exportedType: ExportedType): int;
|
|
696
696
|
}
|
|
697
697
|
|
|
698
698
|
|
|
699
699
|
export type ExportedTypeExtensions = ExportedTypeExtensions$instance;
|
|
700
700
|
|
|
701
701
|
export abstract class MetadataReaderExtensions$instance {
|
|
702
|
-
static
|
|
703
|
-
static
|
|
704
|
-
static
|
|
705
|
-
static
|
|
706
|
-
static
|
|
707
|
-
static
|
|
708
|
-
static
|
|
709
|
-
static
|
|
710
|
-
static
|
|
711
|
-
static
|
|
712
|
-
static
|
|
713
|
-
static
|
|
714
|
-
static
|
|
702
|
+
static getEditAndContinueLogEntries(reader: MetadataReader): IEnumerable_1<EditAndContinueLogEntry>;
|
|
703
|
+
static getEditAndContinueMapEntries(reader: MetadataReader): IEnumerable_1<EntityHandle>;
|
|
704
|
+
static getHeapMetadataOffset(reader: MetadataReader, heapIndex: HeapIndex): int;
|
|
705
|
+
static getHeapSize(reader: MetadataReader, heapIndex: HeapIndex): int;
|
|
706
|
+
static getNextHandle2(reader: MetadataReader, handle: BlobHandle): BlobHandle;
|
|
707
|
+
static getNextHandle2(reader: MetadataReader, handle: StringHandle): StringHandle;
|
|
708
|
+
static getNextHandle2(reader: MetadataReader, handle: UserStringHandle): UserStringHandle;
|
|
709
|
+
static getTableMetadataOffset(reader: MetadataReader, tableIndex: TableIndex): int;
|
|
710
|
+
static getTableRowCount(reader: MetadataReader, tableIndex: TableIndex): int;
|
|
711
|
+
static getTableRowSize(reader: MetadataReader, tableIndex: TableIndex): int;
|
|
712
|
+
static getTypesWithEvents(reader: MetadataReader): IEnumerable_1<TypeDefinitionHandle>;
|
|
713
|
+
static getTypesWithProperties(reader: MetadataReader): IEnumerable_1<TypeDefinitionHandle>;
|
|
714
|
+
static resolveSignatureTypeKind(reader: MetadataReader, typeHandle: EntityHandle, rawTypeKind: byte): SignatureTypeKind;
|
|
715
715
|
}
|
|
716
716
|
|
|
717
717
|
|
|
@@ -720,59 +720,59 @@ export type MetadataReaderExtensions = MetadataReaderExtensions$instance;
|
|
|
720
720
|
export abstract class MetadataTokens$instance {
|
|
721
721
|
static readonly tableCount: int;
|
|
722
722
|
static readonly heapCount: int;
|
|
723
|
-
static
|
|
724
|
-
static
|
|
725
|
-
static
|
|
726
|
-
static
|
|
727
|
-
static
|
|
728
|
-
static
|
|
729
|
-
static
|
|
730
|
-
static
|
|
731
|
-
static
|
|
732
|
-
static
|
|
733
|
-
static
|
|
734
|
-
static
|
|
735
|
-
static
|
|
736
|
-
static
|
|
737
|
-
static
|
|
738
|
-
static
|
|
739
|
-
static
|
|
740
|
-
static
|
|
741
|
-
static
|
|
742
|
-
static
|
|
743
|
-
static
|
|
744
|
-
static
|
|
745
|
-
static
|
|
746
|
-
static
|
|
747
|
-
static
|
|
748
|
-
static
|
|
749
|
-
static
|
|
750
|
-
static
|
|
751
|
-
static
|
|
752
|
-
static
|
|
753
|
-
static
|
|
754
|
-
static
|
|
755
|
-
static
|
|
756
|
-
static
|
|
757
|
-
static
|
|
758
|
-
static
|
|
759
|
-
static
|
|
760
|
-
static
|
|
761
|
-
static
|
|
762
|
-
static
|
|
763
|
-
static
|
|
764
|
-
static
|
|
765
|
-
static
|
|
766
|
-
static
|
|
767
|
-
static
|
|
768
|
-
static
|
|
769
|
-
static
|
|
770
|
-
static
|
|
771
|
-
static
|
|
772
|
-
static
|
|
773
|
-
static
|
|
774
|
-
static
|
|
775
|
-
static
|
|
723
|
+
static assemblyFileHandle(rowNumber: int): AssemblyFileHandle;
|
|
724
|
+
static assemblyReferenceHandle(rowNumber: int): AssemblyReferenceHandle;
|
|
725
|
+
static blobHandle(offset: int): BlobHandle;
|
|
726
|
+
static constantHandle(rowNumber: int): ConstantHandle;
|
|
727
|
+
static customAttributeHandle(rowNumber: int): CustomAttributeHandle;
|
|
728
|
+
static customDebugInformationHandle(rowNumber: int): CustomDebugInformationHandle;
|
|
729
|
+
static declarativeSecurityAttributeHandle(rowNumber: int): DeclarativeSecurityAttributeHandle;
|
|
730
|
+
static documentHandle(rowNumber: int): DocumentHandle;
|
|
731
|
+
static documentNameBlobHandle(offset: int): DocumentNameBlobHandle;
|
|
732
|
+
static entityHandle(token: int): EntityHandle;
|
|
733
|
+
static entityHandle(tableIndex: TableIndex, rowNumber: int): EntityHandle;
|
|
734
|
+
static eventDefinitionHandle(rowNumber: int): EventDefinitionHandle;
|
|
735
|
+
static exportedTypeHandle(rowNumber: int): ExportedTypeHandle;
|
|
736
|
+
static fieldDefinitionHandle(rowNumber: int): FieldDefinitionHandle;
|
|
737
|
+
static genericParameterConstraintHandle(rowNumber: int): GenericParameterConstraintHandle;
|
|
738
|
+
static genericParameterHandle(rowNumber: int): GenericParameterHandle;
|
|
739
|
+
static getHeapOffset3(handle: BlobHandle): int;
|
|
740
|
+
static getHeapOffset3(handle: GuidHandle): int;
|
|
741
|
+
static getHeapOffset3(handle: Handle): int;
|
|
742
|
+
static getHeapOffset3(reader: MetadataReader, handle: Handle): int;
|
|
743
|
+
static getHeapOffset3(handle: StringHandle): int;
|
|
744
|
+
static getHeapOffset3(handle: UserStringHandle): int;
|
|
745
|
+
static getRowNumber2(handle: EntityHandle): int;
|
|
746
|
+
static getRowNumber2(reader: MetadataReader, handle: EntityHandle): int;
|
|
747
|
+
static getToken4(handle: EntityHandle): int;
|
|
748
|
+
static getToken4(handle: Handle): int;
|
|
749
|
+
static getToken4(reader: MetadataReader, handle: EntityHandle): int;
|
|
750
|
+
static getToken4(reader: MetadataReader, handle: Handle): int;
|
|
751
|
+
static guidHandle(offset: int): GuidHandle;
|
|
752
|
+
static handle(token: int): Handle;
|
|
753
|
+
static handle(tableIndex: TableIndex, rowNumber: int): EntityHandle;
|
|
754
|
+
static importScopeHandle(rowNumber: int): ImportScopeHandle;
|
|
755
|
+
static interfaceImplementationHandle(rowNumber: int): InterfaceImplementationHandle;
|
|
756
|
+
static localConstantHandle(rowNumber: int): LocalConstantHandle;
|
|
757
|
+
static localScopeHandle(rowNumber: int): LocalScopeHandle;
|
|
758
|
+
static localVariableHandle(rowNumber: int): LocalVariableHandle;
|
|
759
|
+
static manifestResourceHandle(rowNumber: int): ManifestResourceHandle;
|
|
760
|
+
static memberReferenceHandle(rowNumber: int): MemberReferenceHandle;
|
|
761
|
+
static methodDebugInformationHandle(rowNumber: int): MethodDebugInformationHandle;
|
|
762
|
+
static methodDefinitionHandle(rowNumber: int): MethodDefinitionHandle;
|
|
763
|
+
static methodImplementationHandle(rowNumber: int): MethodImplementationHandle;
|
|
764
|
+
static methodSpecificationHandle(rowNumber: int): MethodSpecificationHandle;
|
|
765
|
+
static moduleReferenceHandle(rowNumber: int): ModuleReferenceHandle;
|
|
766
|
+
static parameterHandle(rowNumber: int): ParameterHandle;
|
|
767
|
+
static propertyDefinitionHandle(rowNumber: int): PropertyDefinitionHandle;
|
|
768
|
+
static standaloneSignatureHandle(rowNumber: int): StandaloneSignatureHandle;
|
|
769
|
+
static stringHandle(offset: int): StringHandle;
|
|
770
|
+
static tryGetHeapIndex(type_: HandleKind, index: { value: ref<HeapIndex> }): boolean;
|
|
771
|
+
static tryGetTableIndex(type_: HandleKind, index: { value: ref<TableIndex> }): boolean;
|
|
772
|
+
static typeDefinitionHandle(rowNumber: int): TypeDefinitionHandle;
|
|
773
|
+
static typeReferenceHandle(rowNumber: int): TypeReferenceHandle;
|
|
774
|
+
static typeSpecificationHandle(rowNumber: int): TypeSpecificationHandle;
|
|
775
|
+
static userStringHandle(offset: int): UserStringHandle;
|
|
776
776
|
}
|
|
777
777
|
|
|
778
778
|
|
|
@@ -3890,7 +3890,7 @@
|
|
|
3890
3890
|
{
|
|
3891
3891
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.Machine::I386System.Reflection.PortableExecutable.Machine",
|
|
3892
3892
|
"clrName": "I386",
|
|
3893
|
-
"tsEmitName": "
|
|
3893
|
+
"tsEmitName": "I386",
|
|
3894
3894
|
"metadataToken": 67109237,
|
|
3895
3895
|
"normalizedSignature": "I386|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
3896
3896
|
"isStatic": true,
|
|
@@ -3923,7 +3923,7 @@
|
|
|
3923
3923
|
{
|
|
3924
3924
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.Machine::SH3System.Reflection.PortableExecutable.Machine",
|
|
3925
3925
|
"clrName": "SH3",
|
|
3926
|
-
"tsEmitName": "
|
|
3926
|
+
"tsEmitName": "SH3",
|
|
3927
3927
|
"metadataToken": 67109240,
|
|
3928
3928
|
"normalizedSignature": "SH3|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
3929
3929
|
"isStatic": true,
|
|
@@ -3934,7 +3934,7 @@
|
|
|
3934
3934
|
{
|
|
3935
3935
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.Machine::SH3DspSystem.Reflection.PortableExecutable.Machine",
|
|
3936
3936
|
"clrName": "SH3Dsp",
|
|
3937
|
-
"tsEmitName": "
|
|
3937
|
+
"tsEmitName": "sH3Dsp",
|
|
3938
3938
|
"metadataToken": 67109241,
|
|
3939
3939
|
"normalizedSignature": "SH3Dsp|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
3940
3940
|
"isStatic": true,
|
|
@@ -3945,7 +3945,7 @@
|
|
|
3945
3945
|
{
|
|
3946
3946
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.Machine::SH3ESystem.Reflection.PortableExecutable.Machine",
|
|
3947
3947
|
"clrName": "SH3E",
|
|
3948
|
-
"tsEmitName": "
|
|
3948
|
+
"tsEmitName": "SH3E",
|
|
3949
3949
|
"metadataToken": 67109242,
|
|
3950
3950
|
"normalizedSignature": "SH3E|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
3951
3951
|
"isStatic": true,
|
|
@@ -3956,7 +3956,7 @@
|
|
|
3956
3956
|
{
|
|
3957
3957
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.Machine::SH4System.Reflection.PortableExecutable.Machine",
|
|
3958
3958
|
"clrName": "SH4",
|
|
3959
|
-
"tsEmitName": "
|
|
3959
|
+
"tsEmitName": "SH4",
|
|
3960
3960
|
"metadataToken": 67109243,
|
|
3961
3961
|
"normalizedSignature": "SH4|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
3962
3962
|
"isStatic": true,
|
|
@@ -3967,7 +3967,7 @@
|
|
|
3967
3967
|
{
|
|
3968
3968
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.Machine::SH5System.Reflection.PortableExecutable.Machine",
|
|
3969
3969
|
"clrName": "SH5",
|
|
3970
|
-
"tsEmitName": "
|
|
3970
|
+
"tsEmitName": "SH5",
|
|
3971
3971
|
"metadataToken": 67109244,
|
|
3972
3972
|
"normalizedSignature": "SH5|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
3973
3973
|
"isStatic": true,
|
|
@@ -4011,7 +4011,7 @@
|
|
|
4011
4011
|
{
|
|
4012
4012
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.Machine::AM33System.Reflection.PortableExecutable.Machine",
|
|
4013
4013
|
"clrName": "AM33",
|
|
4014
|
-
"tsEmitName": "
|
|
4014
|
+
"tsEmitName": "AM33",
|
|
4015
4015
|
"metadataToken": 67109248,
|
|
4016
4016
|
"normalizedSignature": "AM33|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
4017
4017
|
"isStatic": true,
|
|
@@ -4044,7 +4044,7 @@
|
|
|
4044
4044
|
{
|
|
4045
4045
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.Machine::IA64System.Reflection.PortableExecutable.Machine",
|
|
4046
4046
|
"clrName": "IA64",
|
|
4047
|
-
"tsEmitName": "
|
|
4047
|
+
"tsEmitName": "IA64",
|
|
4048
4048
|
"metadataToken": 67109251,
|
|
4049
4049
|
"normalizedSignature": "IA64|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
4050
4050
|
"isStatic": true,
|
|
@@ -4055,7 +4055,7 @@
|
|
|
4055
4055
|
{
|
|
4056
4056
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.Machine::MIPS16System.Reflection.PortableExecutable.Machine",
|
|
4057
4057
|
"clrName": "MIPS16",
|
|
4058
|
-
"tsEmitName": "
|
|
4058
|
+
"tsEmitName": "MIPS16",
|
|
4059
4059
|
"metadataToken": 67109252,
|
|
4060
4060
|
"normalizedSignature": "MIPS16|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
4061
4061
|
"isStatic": true,
|
|
@@ -4132,7 +4132,7 @@
|
|
|
4132
4132
|
{
|
|
4133
4133
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.Machine::M32RSystem.Reflection.PortableExecutable.Machine",
|
|
4134
4134
|
"clrName": "M32R",
|
|
4135
|
-
"tsEmitName": "
|
|
4135
|
+
"tsEmitName": "M32R",
|
|
4136
4136
|
"metadataToken": 67109259,
|
|
4137
4137
|
"normalizedSignature": "M32R|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
4138
4138
|
"isStatic": true,
|
|
@@ -4933,7 +4933,7 @@
|
|
|
4933
4933
|
}
|
|
4934
4934
|
},
|
|
4935
4935
|
{
|
|
4936
|
-
"tsName": "
|
|
4936
|
+
"tsName": "I386",
|
|
4937
4937
|
"isStatic": true,
|
|
4938
4938
|
"tsSignatureId": "I386|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
4939
4939
|
"target": {
|
|
@@ -4963,7 +4963,7 @@
|
|
|
4963
4963
|
}
|
|
4964
4964
|
},
|
|
4965
4965
|
{
|
|
4966
|
-
"tsName": "
|
|
4966
|
+
"tsName": "SH3",
|
|
4967
4967
|
"isStatic": true,
|
|
4968
4968
|
"tsSignatureId": "SH3|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
4969
4969
|
"target": {
|
|
@@ -4973,7 +4973,7 @@
|
|
|
4973
4973
|
}
|
|
4974
4974
|
},
|
|
4975
4975
|
{
|
|
4976
|
-
"tsName": "
|
|
4976
|
+
"tsName": "sH3Dsp",
|
|
4977
4977
|
"isStatic": true,
|
|
4978
4978
|
"tsSignatureId": "SH3Dsp|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
4979
4979
|
"target": {
|
|
@@ -4983,7 +4983,7 @@
|
|
|
4983
4983
|
}
|
|
4984
4984
|
},
|
|
4985
4985
|
{
|
|
4986
|
-
"tsName": "
|
|
4986
|
+
"tsName": "SH3E",
|
|
4987
4987
|
"isStatic": true,
|
|
4988
4988
|
"tsSignatureId": "SH3E|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
4989
4989
|
"target": {
|
|
@@ -4993,7 +4993,7 @@
|
|
|
4993
4993
|
}
|
|
4994
4994
|
},
|
|
4995
4995
|
{
|
|
4996
|
-
"tsName": "
|
|
4996
|
+
"tsName": "SH4",
|
|
4997
4997
|
"isStatic": true,
|
|
4998
4998
|
"tsSignatureId": "SH4|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
4999
4999
|
"target": {
|
|
@@ -5003,7 +5003,7 @@
|
|
|
5003
5003
|
}
|
|
5004
5004
|
},
|
|
5005
5005
|
{
|
|
5006
|
-
"tsName": "
|
|
5006
|
+
"tsName": "SH5",
|
|
5007
5007
|
"isStatic": true,
|
|
5008
5008
|
"tsSignatureId": "SH5|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
5009
5009
|
"target": {
|
|
@@ -5043,7 +5043,7 @@
|
|
|
5043
5043
|
}
|
|
5044
5044
|
},
|
|
5045
5045
|
{
|
|
5046
|
-
"tsName": "
|
|
5046
|
+
"tsName": "AM33",
|
|
5047
5047
|
"isStatic": true,
|
|
5048
5048
|
"tsSignatureId": "AM33|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
5049
5049
|
"target": {
|
|
@@ -5073,7 +5073,7 @@
|
|
|
5073
5073
|
}
|
|
5074
5074
|
},
|
|
5075
5075
|
{
|
|
5076
|
-
"tsName": "
|
|
5076
|
+
"tsName": "IA64",
|
|
5077
5077
|
"isStatic": true,
|
|
5078
5078
|
"tsSignatureId": "IA64|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
5079
5079
|
"target": {
|
|
@@ -5083,7 +5083,7 @@
|
|
|
5083
5083
|
}
|
|
5084
5084
|
},
|
|
5085
5085
|
{
|
|
5086
|
-
"tsName": "
|
|
5086
|
+
"tsName": "MIPS16",
|
|
5087
5087
|
"isStatic": true,
|
|
5088
5088
|
"tsSignatureId": "MIPS16|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
5089
5089
|
"target": {
|
|
@@ -5153,7 +5153,7 @@
|
|
|
5153
5153
|
}
|
|
5154
5154
|
},
|
|
5155
5155
|
{
|
|
5156
|
-
"tsName": "
|
|
5156
|
+
"tsName": "M32R",
|
|
5157
5157
|
"isStatic": true,
|
|
5158
5158
|
"tsSignatureId": "M32R|System.Reflection.PortableExecutable.Machine|static=true|const=true",
|
|
5159
5159
|
"target": {
|
|
@@ -5247,7 +5247,7 @@
|
|
|
5247
5247
|
{
|
|
5248
5248
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.PEMagic::PE32System.Reflection.PortableExecutable.PEMagic",
|
|
5249
5249
|
"clrName": "PE32",
|
|
5250
|
-
"tsEmitName": "
|
|
5250
|
+
"tsEmitName": "PE32",
|
|
5251
5251
|
"metadataToken": 67109286,
|
|
5252
5252
|
"normalizedSignature": "PE32|System.Reflection.PortableExecutable.PEMagic|static=true|const=true",
|
|
5253
5253
|
"isStatic": true,
|
|
@@ -5258,7 +5258,7 @@
|
|
|
5258
5258
|
{
|
|
5259
5259
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.PEMagic::PE32PlusSystem.Reflection.PortableExecutable.PEMagic",
|
|
5260
5260
|
"clrName": "PE32Plus",
|
|
5261
|
-
"tsEmitName": "
|
|
5261
|
+
"tsEmitName": "pE32Plus",
|
|
5262
5262
|
"metadataToken": 67109287,
|
|
5263
5263
|
"normalizedSignature": "PE32Plus|System.Reflection.PortableExecutable.PEMagic|static=true|const=true",
|
|
5264
5264
|
"isStatic": true,
|
|
@@ -5983,7 +5983,7 @@
|
|
|
5983
5983
|
}
|
|
5984
5984
|
},
|
|
5985
5985
|
{
|
|
5986
|
-
"tsName": "
|
|
5986
|
+
"tsName": "PE32",
|
|
5987
5987
|
"isStatic": true,
|
|
5988
5988
|
"tsSignatureId": "PE32|System.Reflection.PortableExecutable.PEMagic|static=true|const=true",
|
|
5989
5989
|
"target": {
|
|
@@ -5993,7 +5993,7 @@
|
|
|
5993
5993
|
}
|
|
5994
5994
|
},
|
|
5995
5995
|
{
|
|
5996
|
-
"tsName": "
|
|
5996
|
+
"tsName": "pE32Plus",
|
|
5997
5997
|
"isStatic": true,
|
|
5998
5998
|
"tsSignatureId": "PE32Plus|System.Reflection.PortableExecutable.PEMagic|static=true|const=true",
|
|
5999
5999
|
"target": {
|
|
@@ -8618,7 +8618,7 @@
|
|
|
8618
8618
|
{
|
|
8619
8619
|
"stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.Subsystem::OS2CuiSystem.Reflection.PortableExecutable.Subsystem",
|
|
8620
8620
|
"clrName": "OS2Cui",
|
|
8621
|
-
"tsEmitName": "
|
|
8621
|
+
"tsEmitName": "oS2Cui",
|
|
8622
8622
|
"metadataToken": 67109293,
|
|
8623
8623
|
"normalizedSignature": "OS2Cui|System.Reflection.PortableExecutable.Subsystem|static=true|const=true",
|
|
8624
8624
|
"isStatic": true,
|
|
@@ -9482,7 +9482,7 @@
|
|
|
9482
9482
|
}
|
|
9483
9483
|
},
|
|
9484
9484
|
{
|
|
9485
|
-
"tsName": "
|
|
9485
|
+
"tsName": "oS2Cui",
|
|
9486
9486
|
"isStatic": true,
|
|
9487
9487
|
"tsSignatureId": "OS2Cui|System.Reflection.PortableExecutable.Subsystem|static=true|const=true",
|
|
9488
9488
|
"target": {
|
|
@@ -103,29 +103,29 @@ export enum DllCharacteristics {
|
|
|
103
103
|
|
|
104
104
|
export enum Machine {
|
|
105
105
|
unknown_ = 0,
|
|
106
|
-
|
|
106
|
+
I386 = 332,
|
|
107
107
|
wceMipsV2 = 361,
|
|
108
108
|
alpha = 388,
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
109
|
+
SH3 = 418,
|
|
110
|
+
sH3Dsp = 419,
|
|
111
|
+
SH3E = 420,
|
|
112
|
+
SH4 = 422,
|
|
113
|
+
SH5 = 424,
|
|
114
114
|
arm = 448,
|
|
115
115
|
thumb = 450,
|
|
116
116
|
armThumb2 = 452,
|
|
117
|
-
|
|
117
|
+
AM33 = 467,
|
|
118
118
|
powerPC = 496,
|
|
119
119
|
powerPCFP = 497,
|
|
120
|
-
|
|
121
|
-
|
|
120
|
+
IA64 = 512,
|
|
121
|
+
MIPS16 = 614,
|
|
122
122
|
alpha64 = 644,
|
|
123
123
|
mipsFpu = 870,
|
|
124
124
|
mipsFpu16 = 1126,
|
|
125
125
|
tricore = 1312,
|
|
126
126
|
ebc = 3772,
|
|
127
127
|
amd64 = 34404,
|
|
128
|
-
|
|
128
|
+
M32R = 36929,
|
|
129
129
|
arm64 = 43620,
|
|
130
130
|
loongArch32 = 25138,
|
|
131
131
|
loongArch64 = 25188,
|
|
@@ -136,8 +136,8 @@ export enum Machine {
|
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
export enum PEMagic {
|
|
139
|
-
|
|
140
|
-
|
|
139
|
+
PE32 = 267,
|
|
140
|
+
pE32Plus = 523
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
|
|
@@ -205,7 +205,7 @@ export enum Subsystem {
|
|
|
205
205
|
native = 1,
|
|
206
206
|
windowsGui = 2,
|
|
207
207
|
windowsCui = 3,
|
|
208
|
-
|
|
208
|
+
oS2Cui = 5,
|
|
209
209
|
posixCui = 7,
|
|
210
210
|
nativeWindows = 8,
|
|
211
211
|
windowsCEGui = 9,
|
|
@@ -244,8 +244,8 @@ export type DebugDirectoryEntry = DebugDirectoryEntry$instance;
|
|
|
244
244
|
|
|
245
245
|
export class DirectoryEntry$instance {
|
|
246
246
|
constructor(relativeVirtualAddress: int, size: int);
|
|
247
|
-
readonly
|
|
248
|
-
readonly
|
|
247
|
+
readonly relativeVirtualAddress: int;
|
|
248
|
+
readonly size: int;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
|
|
@@ -343,8 +343,8 @@ export type DebugDirectoryBuilder = DebugDirectoryBuilder$instance;
|
|
|
343
343
|
export class ManagedPEBuilder$instance extends PEBuilder$instance {
|
|
344
344
|
constructor(header: PEHeaderBuilder, metadataRootBuilder: MetadataRootBuilder, ilStream: BlobBuilder, mappedFieldData: BlobBuilder, managedResources: BlobBuilder, nativeResources: ResourceSectionBuilder, debugDirectoryBuilder: DebugDirectoryBuilder, strongNameSignatureSize: int, entryPoint: MethodDefinitionHandle, flags: CorFlags, deterministicIdProvider: Func_2<IEnumerable_1<Blob>, BlobContentId>);
|
|
345
345
|
sign(peImage: BlobBuilder, signatureProvider: Func_2<IEnumerable_1<Blob>, byte[]>): void;
|
|
346
|
-
static readonly
|
|
347
|
-
static readonly
|
|
346
|
+
static readonly managedResourcesDataAlignment: int;
|
|
347
|
+
static readonly mappedFieldDataAlignment: int;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
|
|
@@ -452,8 +452,8 @@ export class PEHeaderBuilder$instance {
|
|
|
452
452
|
readonly sizeOfStackCommit: ulong;
|
|
453
453
|
readonly sizeOfStackReserve: ulong;
|
|
454
454
|
readonly subsystem: Subsystem;
|
|
455
|
-
static
|
|
456
|
-
static
|
|
455
|
+
static createExecutableHeader(): PEHeaderBuilder;
|
|
456
|
+
static createLibraryHeader(): PEHeaderBuilder;
|
|
457
457
|
}
|
|
458
458
|
|
|
459
459
|
|
|
@@ -508,9 +508,11 @@ export class PEReader$instance {
|
|
|
508
508
|
|
|
509
509
|
|
|
510
510
|
export interface __PEReader$views {
|
|
511
|
-
|
|
511
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
+
export interface PEReader$instance extends System_Internal.IDisposable$instance {}
|
|
515
|
+
|
|
514
516
|
export type PEReader = PEReader$instance & __PEReader$views;
|
|
515
517
|
|
|
516
518
|
|