@tsonic/dotnet 0.8.2 → 0.8.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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.Buffers.d.ts +3 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Frozen.d.ts +3 -0
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Generic.d.ts +3 -0
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.Immutable.d.ts +3 -0
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.Common.d.ts +3 -0
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Data.d.ts +3 -0
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.Metrics.d.ts +3 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Diagnostics.d.ts +3 -0
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.Globalization.d.ts +3 -0
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Compression.d.ts +3 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipelines.d.ts +3 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +3 -0
- package/System.IO.d.ts +3 -0
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Linq.d.ts +3 -0
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Json.d.ts +3 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.Sockets.d.ts +3 -0
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Numerics.d.ts +3 -0
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.Metadata.Ecma335.d.ts +3 -0
- package/System.Reflection.Metadata.d.ts +3 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.d.ts +3 -0
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.InteropServices.d.ts +3 -0
- package/System.Runtime.Intrinsics.d.ts +3 -0
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Serialization.Json.d.ts +3 -0
- package/System.Runtime.Serialization.d.ts +3 -0
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/bindings.json +4212 -4212
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/bindings.json +768 -768
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Cryptography.X509Certificates.d.ts +3 -0
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema.d.ts +3 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.Json.Serialization.Metadata.d.ts +3 -0
- package/System.Text.Json.d.ts +3 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Text.d.ts +3 -0
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Dataflow.d.ts +3 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Threading.Tasks.d.ts +3 -0
- package/System.Threading.d.ts +3 -0
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Linq.d.ts +3 -0
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Schema.d.ts +3 -0
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.XPath.d.ts +3 -0
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/System.d.ts +3 -0
- package/__internal/extensions/index.d.ts +2516 -2196
- package/package.json +2 -2
|
@@ -397,7 +397,7 @@ export interface IDynamicInterfaceCastable$instance {
|
|
|
397
397
|
export type IDynamicInterfaceCastable = IDynamicInterfaceCastable$instance;
|
|
398
398
|
|
|
399
399
|
export interface ArrayWithOffset$instance {
|
|
400
|
-
equals(obj: unknown
|
|
400
|
+
equals(obj: unknown): boolean;
|
|
401
401
|
equals(obj: ArrayWithOffset): boolean;
|
|
402
402
|
getArray(): unknown | undefined;
|
|
403
403
|
getHashCode(): int;
|
|
@@ -406,7 +406,7 @@ export interface ArrayWithOffset$instance {
|
|
|
406
406
|
|
|
407
407
|
|
|
408
408
|
export const ArrayWithOffset: {
|
|
409
|
-
new(array: unknown
|
|
409
|
+
new(array: unknown, offset: int): ArrayWithOffset;
|
|
410
410
|
};
|
|
411
411
|
|
|
412
412
|
|
|
@@ -425,7 +425,7 @@ export interface CLong$instance {
|
|
|
425
425
|
equals(o: unknown): boolean;
|
|
426
426
|
equals(other: CLong): boolean;
|
|
427
427
|
getHashCode(): int;
|
|
428
|
-
toString(): string
|
|
428
|
+
toString(): string;
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
|
|
@@ -476,7 +476,7 @@ export interface CULong$instance {
|
|
|
476
476
|
equals(o: unknown): boolean;
|
|
477
477
|
equals(other: CULong): boolean;
|
|
478
478
|
getHashCode(): int;
|
|
479
|
-
toString(): string
|
|
479
|
+
toString(): string;
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
|
|
@@ -500,7 +500,7 @@ export interface GCHandle$instance {
|
|
|
500
500
|
readonly isAllocated: boolean;
|
|
501
501
|
target: unknown;
|
|
502
502
|
addrOfPinnedObject(): nint;
|
|
503
|
-
equals(o: unknown
|
|
503
|
+
equals(o: unknown): boolean;
|
|
504
504
|
equals(other: GCHandle): boolean;
|
|
505
505
|
free(): void;
|
|
506
506
|
getHashCode(): int;
|
|
@@ -509,8 +509,8 @@ export interface GCHandle$instance {
|
|
|
509
509
|
|
|
510
510
|
export const GCHandle: {
|
|
511
511
|
new(): GCHandle;
|
|
512
|
-
alloc(value: unknown
|
|
513
|
-
alloc(value: unknown
|
|
512
|
+
alloc(value: unknown, type_: GCHandleType): GCHandle;
|
|
513
|
+
alloc(value: unknown): GCHandle;
|
|
514
514
|
fromIntPtr(value: nint): GCHandle;
|
|
515
515
|
toIntPtr(value: GCHandle): nint;
|
|
516
516
|
};
|
|
@@ -563,7 +563,7 @@ export interface HandleRef$instance {
|
|
|
563
563
|
|
|
564
564
|
|
|
565
565
|
export const HandleRef: {
|
|
566
|
-
new(wrapper: unknown
|
|
566
|
+
new(wrapper: unknown, handle: nint): HandleRef;
|
|
567
567
|
toIntPtr(value: HandleRef): nint;
|
|
568
568
|
};
|
|
569
569
|
|
|
@@ -577,12 +577,12 @@ export interface NFloat$instance extends IBitwiseOperators_3<NFloat, NFloat, NFl
|
|
|
577
577
|
equals(obj: unknown): boolean;
|
|
578
578
|
equals(other: NFloat): boolean;
|
|
579
579
|
getHashCode(): int;
|
|
580
|
-
toString(): string
|
|
581
|
-
toString(format: string
|
|
582
|
-
toString(provider: IFormatProvider
|
|
580
|
+
toString(): string;
|
|
581
|
+
toString(format: string): string;
|
|
582
|
+
toString(provider: IFormatProvider): string;
|
|
583
583
|
toString(format: string, provider: IFormatProvider): string;
|
|
584
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider
|
|
585
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider
|
|
584
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
|
|
585
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
|
|
586
586
|
}
|
|
587
587
|
|
|
588
588
|
|
|
@@ -672,13 +672,13 @@ export const NFloat: {
|
|
|
672
672
|
minNative(x: NFloat, y: NFloat): NFloat;
|
|
673
673
|
minNumber(x: NFloat, y: NFloat): NFloat;
|
|
674
674
|
multiplyAddEstimate(left: NFloat, right: NFloat, addend: NFloat): NFloat;
|
|
675
|
-
parse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, style?: NumberStyles, provider?: IFormatProvider
|
|
676
|
-
parse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, provider: IFormatProvider
|
|
677
|
-
parse(s: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider
|
|
678
|
-
parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
679
|
-
parse(s: string, style: NumberStyles, provider: IFormatProvider
|
|
675
|
+
parse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, style?: NumberStyles, provider?: IFormatProvider): NFloat;
|
|
676
|
+
parse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, provider: IFormatProvider): NFloat;
|
|
677
|
+
parse(s: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider): NFloat;
|
|
678
|
+
parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): NFloat;
|
|
679
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): NFloat;
|
|
680
680
|
parse(s: string, style: NumberStyles): NFloat;
|
|
681
|
-
parse(s: string, provider: IFormatProvider
|
|
681
|
+
parse(s: string, provider: IFormatProvider): NFloat;
|
|
682
682
|
parse(s: string): NFloat;
|
|
683
683
|
pow(x: NFloat, y: NFloat): NFloat;
|
|
684
684
|
radiansToDegrees(radians: NFloat): NFloat;
|
|
@@ -701,11 +701,11 @@ export const NFloat: {
|
|
|
701
701
|
tanh(x: NFloat): NFloat;
|
|
702
702
|
tanPi(x: NFloat): NFloat;
|
|
703
703
|
truncate(x: NFloat): NFloat;
|
|
704
|
-
tryParse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, style: NumberStyles, provider: IFormatProvider
|
|
705
|
-
tryParse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, provider: IFormatProvider
|
|
704
|
+
tryParse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, style: NumberStyles, provider: IFormatProvider, result: NFloat): boolean;
|
|
705
|
+
tryParse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, provider: IFormatProvider, result: NFloat): boolean;
|
|
706
706
|
tryParse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, result: NFloat): boolean;
|
|
707
|
-
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider
|
|
708
|
-
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
707
|
+
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: NFloat): boolean;
|
|
708
|
+
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: NFloat): boolean;
|
|
709
709
|
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, result: NFloat): boolean;
|
|
710
710
|
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: NFloat): boolean;
|
|
711
711
|
tryParse(s: string, provider: IFormatProvider, result: NFloat): boolean;
|
|
@@ -811,16 +811,16 @@ export type PinnedGCHandle_1<T> = PinnedGCHandle_1$instance<T> & __PinnedGCHandl
|
|
|
811
811
|
export interface WeakGCHandle_1$instance<T> {
|
|
812
812
|
readonly isAllocated: boolean;
|
|
813
813
|
dispose(): void;
|
|
814
|
-
equals(obj: unknown
|
|
814
|
+
equals(obj: unknown): boolean;
|
|
815
815
|
equals(other: WeakGCHandle_1<T>): boolean;
|
|
816
816
|
getHashCode(): int;
|
|
817
|
-
setTarget(target: T
|
|
818
|
-
tryGetTarget(target: T
|
|
817
|
+
setTarget(target: T): void;
|
|
818
|
+
tryGetTarget(target: T): boolean;
|
|
819
819
|
}
|
|
820
820
|
|
|
821
821
|
|
|
822
822
|
export const WeakGCHandle_1: {
|
|
823
|
-
new<T>(target: T
|
|
823
|
+
new<T>(target: T, trackResurrection: boolean): WeakGCHandle_1<T>;
|
|
824
824
|
fromIntPtr<T>(value: nint): WeakGCHandle_1<T>;
|
|
825
825
|
toIntPtr<T>(value: WeakGCHandle_1<T>): nint;
|
|
826
826
|
};
|
|
@@ -881,8 +881,8 @@ export interface BStrWrapper$instance {
|
|
|
881
881
|
|
|
882
882
|
|
|
883
883
|
export const BStrWrapper: {
|
|
884
|
-
new(value: string
|
|
885
|
-
new(value: unknown
|
|
884
|
+
new(value: string): BStrWrapper;
|
|
885
|
+
new(value: unknown): BStrWrapper;
|
|
886
886
|
};
|
|
887
887
|
|
|
888
888
|
|
|
@@ -933,17 +933,17 @@ export interface ComAwareEventInfo$instance extends EventInfo {
|
|
|
933
933
|
readonly name: string;
|
|
934
934
|
readonly reflectedType: Type | undefined;
|
|
935
935
|
addEventHandler(target: unknown, handler: Function): void;
|
|
936
|
-
getAddMethod(nonPublic: boolean): MethodInfo;
|
|
936
|
+
getAddMethod(nonPublic: boolean): MethodInfo | undefined;
|
|
937
937
|
getAddMethod(): MethodInfo | undefined;
|
|
938
938
|
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
939
939
|
getCustomAttributes(inherit: boolean): unknown[];
|
|
940
940
|
getCustomAttributesData(): IList_1<CustomAttributeData>;
|
|
941
941
|
getCustomAttributesData(): IList_1<CustomAttributeData>;
|
|
942
942
|
getOtherMethods(nonPublic: boolean): MethodInfo[];
|
|
943
|
-
getOtherMethods():
|
|
944
|
-
getRaiseMethod(nonPublic: boolean): MethodInfo;
|
|
943
|
+
getOtherMethods(): MethodInfo[];
|
|
944
|
+
getRaiseMethod(nonPublic: boolean): MethodInfo | undefined;
|
|
945
945
|
getRaiseMethod(): MethodInfo | undefined;
|
|
946
|
-
getRemoveMethod(nonPublic: boolean): MethodInfo;
|
|
946
|
+
getRemoveMethod(nonPublic: boolean): MethodInfo | undefined;
|
|
947
947
|
getRemoveMethod(): MethodInfo | undefined;
|
|
948
948
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
949
949
|
removeEventHandler(target: unknown, handler: Function): void;
|
|
@@ -1015,15 +1015,15 @@ export type ComEventInterfaceAttribute = ComEventInterfaceAttribute$instance;
|
|
|
1015
1015
|
|
|
1016
1016
|
export interface COMException$instance extends ExternalException$instance {
|
|
1017
1017
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1018
|
-
toString(): string
|
|
1018
|
+
toString(): string;
|
|
1019
1019
|
}
|
|
1020
1020
|
|
|
1021
1021
|
|
|
1022
1022
|
export const COMException: {
|
|
1023
1023
|
new(): COMException;
|
|
1024
|
-
new(message: string
|
|
1025
|
-
new(message: string
|
|
1026
|
-
new(message: string
|
|
1024
|
+
new(message: string): COMException;
|
|
1025
|
+
new(message: string, inner: Exception): COMException;
|
|
1026
|
+
new(message: string, errorCode: int): COMException;
|
|
1027
1027
|
};
|
|
1028
1028
|
|
|
1029
1029
|
|
|
@@ -1098,7 +1098,7 @@ export type ComVisibleAttribute = ComVisibleAttribute$instance;
|
|
|
1098
1098
|
export interface ComWrappers$instance {
|
|
1099
1099
|
getOrCreateComInterfaceForObject(instance: unknown, flags: CreateComInterfaceFlags): nint;
|
|
1100
1100
|
getOrCreateObjectForComInstance(externalComObject: nint, flags: CreateObjectFlags): unknown;
|
|
1101
|
-
getOrCreateObjectForComInstance(externalComObject: nint, flags: CreateObjectFlags, userState: unknown
|
|
1101
|
+
getOrCreateObjectForComInstance(externalComObject: nint, flags: CreateObjectFlags, userState: unknown): unknown;
|
|
1102
1102
|
getOrRegisterObjectForComInstance(externalComObject: nint, flags: CreateObjectFlags, wrapper: unknown): unknown;
|
|
1103
1103
|
getOrRegisterObjectForComInstance(externalComObject: nint, flags: CreateObjectFlags, wrapper: unknown, inner: nint): unknown;
|
|
1104
1104
|
}
|
|
@@ -1180,7 +1180,7 @@ export interface DefaultParameterValueAttribute$instance extends Attribute {
|
|
|
1180
1180
|
|
|
1181
1181
|
|
|
1182
1182
|
export const DefaultParameterValueAttribute: {
|
|
1183
|
-
new(value: unknown
|
|
1183
|
+
new(value: unknown): DefaultParameterValueAttribute;
|
|
1184
1184
|
};
|
|
1185
1185
|
|
|
1186
1186
|
|
|
@@ -1192,7 +1192,7 @@ export interface DispatchWrapper$instance {
|
|
|
1192
1192
|
|
|
1193
1193
|
|
|
1194
1194
|
export const DispatchWrapper: {
|
|
1195
|
-
new(obj: unknown
|
|
1195
|
+
new(obj: unknown): DispatchWrapper;
|
|
1196
1196
|
};
|
|
1197
1197
|
|
|
1198
1198
|
|
|
@@ -1258,15 +1258,15 @@ export type ErrorWrapper = ErrorWrapper$instance;
|
|
|
1258
1258
|
export interface ExternalException$instance extends SystemException {
|
|
1259
1259
|
readonly errorCode: int;
|
|
1260
1260
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1261
|
-
toString(): string
|
|
1261
|
+
toString(): string;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
1264
|
|
|
1265
1265
|
export const ExternalException: {
|
|
1266
1266
|
new(): ExternalException;
|
|
1267
|
-
new(message: string
|
|
1268
|
-
new(message: string
|
|
1269
|
-
new(message: string
|
|
1267
|
+
new(message: string): ExternalException;
|
|
1268
|
+
new(message: string, inner: Exception): ExternalException;
|
|
1269
|
+
new(message: string, errorCode: int): ExternalException;
|
|
1270
1270
|
};
|
|
1271
1271
|
|
|
1272
1272
|
|
|
@@ -1362,8 +1362,8 @@ export interface InvalidComObjectException$instance extends SystemException {
|
|
|
1362
1362
|
|
|
1363
1363
|
export const InvalidComObjectException: {
|
|
1364
1364
|
new(): InvalidComObjectException;
|
|
1365
|
-
new(message: string
|
|
1366
|
-
new(message: string
|
|
1365
|
+
new(message: string): InvalidComObjectException;
|
|
1366
|
+
new(message: string, inner: Exception): InvalidComObjectException;
|
|
1367
1367
|
};
|
|
1368
1368
|
|
|
1369
1369
|
|
|
@@ -1381,8 +1381,8 @@ export interface InvalidOleVariantTypeException$instance extends SystemException
|
|
|
1381
1381
|
|
|
1382
1382
|
export const InvalidOleVariantTypeException: {
|
|
1383
1383
|
new(): InvalidOleVariantTypeException;
|
|
1384
|
-
new(message: string
|
|
1385
|
-
new(message: string
|
|
1384
|
+
new(message: string): InvalidOleVariantTypeException;
|
|
1385
|
+
new(message: string, inner: Exception): InvalidOleVariantTypeException;
|
|
1386
1386
|
};
|
|
1387
1387
|
|
|
1388
1388
|
|
|
@@ -1406,16 +1406,18 @@ export const LCIDConversionAttribute: {
|
|
|
1406
1406
|
export type LCIDConversionAttribute = LCIDConversionAttribute$instance;
|
|
1407
1407
|
|
|
1408
1408
|
export interface LibraryImportAttribute$instance extends Attribute {
|
|
1409
|
-
entryPoint: string | undefined;
|
|
1409
|
+
get entryPoint(): string | undefined;
|
|
1410
|
+
set entryPoint(value: string);
|
|
1410
1411
|
readonly libraryName: string;
|
|
1411
1412
|
setLastError: boolean;
|
|
1412
1413
|
stringMarshalling: StringMarshalling;
|
|
1413
|
-
stringMarshallingCustomType: Type | undefined;
|
|
1414
|
+
get stringMarshallingCustomType(): Type | undefined;
|
|
1415
|
+
set stringMarshallingCustomType(value: Type);
|
|
1414
1416
|
}
|
|
1415
1417
|
|
|
1416
1418
|
|
|
1417
1419
|
export const LibraryImportAttribute: {
|
|
1418
|
-
new(libraryName: string
|
|
1420
|
+
new(libraryName: string): LibraryImportAttribute;
|
|
1419
1421
|
};
|
|
1420
1422
|
|
|
1421
1423
|
|
|
@@ -1463,8 +1465,8 @@ export interface MarshalDirectiveException$instance extends SystemException {
|
|
|
1463
1465
|
|
|
1464
1466
|
export const MarshalDirectiveException: {
|
|
1465
1467
|
new(): MarshalDirectiveException;
|
|
1466
|
-
new(message: string
|
|
1467
|
-
new(message: string
|
|
1468
|
+
new(message: string): MarshalDirectiveException;
|
|
1469
|
+
new(message: string, inner: Exception): MarshalDirectiveException;
|
|
1468
1470
|
};
|
|
1469
1471
|
|
|
1470
1472
|
|
|
@@ -1573,8 +1575,8 @@ export interface SafeArrayRankMismatchException$instance extends SystemException
|
|
|
1573
1575
|
|
|
1574
1576
|
export const SafeArrayRankMismatchException: {
|
|
1575
1577
|
new(): SafeArrayRankMismatchException;
|
|
1576
|
-
new(message: string
|
|
1577
|
-
new(message: string
|
|
1578
|
+
new(message: string): SafeArrayRankMismatchException;
|
|
1579
|
+
new(message: string, inner: Exception): SafeArrayRankMismatchException;
|
|
1578
1580
|
};
|
|
1579
1581
|
|
|
1580
1582
|
|
|
@@ -1592,8 +1594,8 @@ export interface SafeArrayTypeMismatchException$instance extends SystemException
|
|
|
1592
1594
|
|
|
1593
1595
|
export const SafeArrayTypeMismatchException: {
|
|
1594
1596
|
new(): SafeArrayTypeMismatchException;
|
|
1595
|
-
new(message: string
|
|
1596
|
-
new(message: string
|
|
1597
|
+
new(message: string): SafeArrayTypeMismatchException;
|
|
1598
|
+
new(message: string, inner: Exception): SafeArrayTypeMismatchException;
|
|
1597
1599
|
};
|
|
1598
1600
|
|
|
1599
1601
|
|
|
@@ -1665,8 +1667,8 @@ export interface SEHException$instance extends ExternalException$instance {
|
|
|
1665
1667
|
|
|
1666
1668
|
export const SEHException: {
|
|
1667
1669
|
new(): SEHException;
|
|
1668
|
-
new(message: string
|
|
1669
|
-
new(message: string
|
|
1670
|
+
new(message: string): SEHException;
|
|
1671
|
+
new(message: string, inner: Exception): SEHException;
|
|
1670
1672
|
};
|
|
1671
1673
|
|
|
1672
1674
|
|
|
@@ -1723,7 +1725,7 @@ export interface TypeIdentifierAttribute$instance extends Attribute {
|
|
|
1723
1725
|
|
|
1724
1726
|
export const TypeIdentifierAttribute: {
|
|
1725
1727
|
new(): TypeIdentifierAttribute;
|
|
1726
|
-
new(scope: string
|
|
1728
|
+
new(scope: string, identifier: string): TypeIdentifierAttribute;
|
|
1727
1729
|
};
|
|
1728
1730
|
|
|
1729
1731
|
|
|
@@ -1833,7 +1835,7 @@ export interface UnknownWrapper$instance {
|
|
|
1833
1835
|
|
|
1834
1836
|
|
|
1835
1837
|
export const UnknownWrapper: {
|
|
1836
|
-
new(obj: unknown
|
|
1838
|
+
new(obj: unknown): UnknownWrapper;
|
|
1837
1839
|
};
|
|
1838
1840
|
|
|
1839
1841
|
|
|
@@ -1886,7 +1888,7 @@ export interface VariantWrapper$instance {
|
|
|
1886
1888
|
|
|
1887
1889
|
|
|
1888
1890
|
export const VariantWrapper: {
|
|
1889
|
-
new(obj: unknown
|
|
1891
|
+
new(obj: unknown): VariantWrapper;
|
|
1890
1892
|
};
|
|
1891
1893
|
|
|
1892
1894
|
|
|
@@ -1904,8 +1906,8 @@ export const WasmImportLinkageAttribute: {
|
|
|
1904
1906
|
export type WasmImportLinkageAttribute = WasmImportLinkageAttribute$instance;
|
|
1905
1907
|
|
|
1906
1908
|
export abstract class CollectionsMarshal$instance {
|
|
1907
|
-
static asBytes(array: BitArray
|
|
1908
|
-
static asSpan<T>(list: List_1<T>
|
|
1909
|
+
static asBytes(array: BitArray): Span_1<System_Internal.Byte>;
|
|
1910
|
+
static asSpan<T>(list: List_1<T>): Span_1<T>;
|
|
1909
1911
|
static getValueRefOrAddDefault<TKey, TValue, TAlternateKey>(dictionary: Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>, key: TAlternateKey, exists: boolean): TValue | undefined;
|
|
1910
1912
|
static getValueRefOrAddDefault<TKey, TValue>(dictionary: Dictionary_2<TKey, TValue>, key: TKey, exists: boolean): TValue | undefined;
|
|
1911
1913
|
static getValueRefOrNullRef<TKey, TValue, TAlternateKey>(dictionary: Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>, key: TAlternateKey): TValue;
|
|
@@ -1934,8 +1936,8 @@ export type GCHandleExtensions = GCHandleExtensions$instance;
|
|
|
1934
1936
|
|
|
1935
1937
|
export abstract class ImmutableCollectionsMarshal$instance {
|
|
1936
1938
|
static asArray<T>(array: ImmutableArray_1<T>): T[] | undefined;
|
|
1937
|
-
static asImmutableArray<T>(array: T[]
|
|
1938
|
-
static asMemory<T>(builder: ImmutableArray_1_Builder<T>
|
|
1939
|
+
static asImmutableArray<T>(array: T[]): ImmutableArray_1<T>;
|
|
1940
|
+
static asMemory<T>(builder: ImmutableArray_1_Builder<T>): Memory_1<T>;
|
|
1939
1941
|
}
|
|
1940
1942
|
|
|
1941
1943
|
|
|
@@ -1978,7 +1980,7 @@ export abstract class Marshal$instance {
|
|
|
1978
1980
|
static copy(source: float[], startIndex: int, destination: nint, length: int): void;
|
|
1979
1981
|
static createAggregatedObject(pOuter: nint, o: unknown): nint;
|
|
1980
1982
|
static createAggregatedObject<T>(pOuter: nint, o: T): nint;
|
|
1981
|
-
static createWrapperOfType(o: unknown, t: Type): unknown;
|
|
1983
|
+
static createWrapperOfType(o: unknown, t: Type): unknown | undefined;
|
|
1982
1984
|
static createWrapperOfType<T, TWrapper>(o: T): TWrapper;
|
|
1983
1985
|
static destroyStructure(ptr: nint, structuretype: Type): void;
|
|
1984
1986
|
static destroyStructure<T>(ptr: nint): void;
|
|
@@ -1996,9 +1998,9 @@ export abstract class Marshal$instance {
|
|
|
1996
1998
|
static getDelegateForFunctionPointer<TDelegate>(ptr: nint): TDelegate;
|
|
1997
1999
|
static getEndComSlot(t: Type): int;
|
|
1998
2000
|
static getExceptionCode(): int;
|
|
1999
|
-
static getExceptionForHR(errorCode: int, iid: Guid, pUnk: nint): Exception;
|
|
2000
|
-
static getExceptionForHR(errorCode: int, errorInfo: nint): Exception;
|
|
2001
|
-
static getExceptionForHR(errorCode: int): Exception;
|
|
2001
|
+
static getExceptionForHR(errorCode: int, iid: Guid, pUnk: nint): Exception | undefined;
|
|
2002
|
+
static getExceptionForHR(errorCode: int, errorInfo: nint): Exception | undefined;
|
|
2003
|
+
static getExceptionForHR(errorCode: int): Exception | undefined;
|
|
2002
2004
|
static getExceptionPointers(): nint;
|
|
2003
2005
|
static getFunctionPointerForDelegate(d: Function): nint;
|
|
2004
2006
|
static getFunctionPointerForDelegate<TDelegate>(d: TDelegate): nint;
|
|
@@ -2014,14 +2016,14 @@ export abstract class Marshal$instance {
|
|
|
2014
2016
|
static getNativeVariantForObject(obj: unknown, pDstNativeVariant: nint): void;
|
|
2015
2017
|
static getNativeVariantForObject<T>(obj: T, pDstNativeVariant: nint): void;
|
|
2016
2018
|
static getObjectForIUnknown(pUnk: nint): unknown;
|
|
2017
|
-
static getObjectForNativeVariant(pSrcNativeVariant: nint): unknown;
|
|
2018
|
-
static getObjectForNativeVariant<T>(pSrcNativeVariant: nint): T;
|
|
2019
|
+
static getObjectForNativeVariant(pSrcNativeVariant: nint): unknown | undefined;
|
|
2020
|
+
static getObjectForNativeVariant<T>(pSrcNativeVariant: nint): T | undefined;
|
|
2019
2021
|
static getObjectsForNativeVariants(aSrcNativeVariant: nint, cVars: int): (unknown | undefined)[];
|
|
2020
2022
|
static getObjectsForNativeVariants<T>(aSrcNativeVariant: nint, cVars: int): T[];
|
|
2021
2023
|
static getPInvokeErrorMessage(error: int): string;
|
|
2022
2024
|
static getStartComSlot(t: Type): int;
|
|
2023
2025
|
static getTypedObjectForIUnknown(pUnk: nint, t: Type): unknown;
|
|
2024
|
-
static getTypeFromCLSID(clsid: Guid): Type;
|
|
2026
|
+
static getTypeFromCLSID(clsid: Guid): Type | undefined;
|
|
2025
2027
|
static getTypeInfoName(typeInfo: ITypeInfo): string;
|
|
2026
2028
|
static getUniqueObjectForIUnknown(unknown_: nint): unknown;
|
|
2027
2029
|
static initHandle(safeHandle: SafeHandle, handle: nint): void;
|
|
@@ -2032,18 +2034,18 @@ export abstract class Marshal$instance {
|
|
|
2032
2034
|
static prelink(m: MethodInfo): void;
|
|
2033
2035
|
static prelinkAll(c: Type): void;
|
|
2034
2036
|
static ptrToStringAnsi(ptr: nint, len: int): string;
|
|
2035
|
-
static ptrToStringAnsi(ptr: nint): string;
|
|
2036
|
-
static ptrToStringAuto(ptr: nint, len: int): string;
|
|
2037
|
-
static ptrToStringAuto(ptr: nint): string;
|
|
2037
|
+
static ptrToStringAnsi(ptr: nint): string | undefined;
|
|
2038
|
+
static ptrToStringAuto(ptr: nint, len: int): string | undefined;
|
|
2039
|
+
static ptrToStringAuto(ptr: nint): string | undefined;
|
|
2038
2040
|
static ptrToStringBSTR(ptr: nint): string;
|
|
2039
2041
|
static ptrToStringUni(ptr: nint, len: int): string;
|
|
2040
|
-
static ptrToStringUni(ptr: nint): string;
|
|
2042
|
+
static ptrToStringUni(ptr: nint): string | undefined;
|
|
2041
2043
|
static ptrToStringUTF8(ptr: nint, byteLen: int): string;
|
|
2042
|
-
static ptrToStringUTF8(ptr: nint): string;
|
|
2044
|
+
static ptrToStringUTF8(ptr: nint): string | undefined;
|
|
2043
2045
|
static ptrToStructure(ptr: nint, structure: unknown): void;
|
|
2044
2046
|
static ptrToStructure(ptr: nint, structureType: Type): unknown | undefined;
|
|
2045
2047
|
static ptrToStructure<T>(ptr: nint, structure: T): void;
|
|
2046
|
-
static ptrToStructure<T>(ptr: nint): T;
|
|
2048
|
+
static ptrToStructure<T>(ptr: nint): T | undefined;
|
|
2047
2049
|
static queryInterface(pUnk: nint, iid: Guid, ppv: nint): int;
|
|
2048
2050
|
static readByte(ptr: nint, ofs: int): byte;
|
|
2049
2051
|
static readByte(ptr: nint): byte;
|
|
@@ -2069,7 +2071,7 @@ export abstract class Marshal$instance {
|
|
|
2069
2071
|
static secureStringToCoTaskMemUnicode(s: SecureString): nint;
|
|
2070
2072
|
static secureStringToGlobalAllocAnsi(s: SecureString): nint;
|
|
2071
2073
|
static secureStringToGlobalAllocUnicode(s: SecureString): nint;
|
|
2072
|
-
static setComObjectData(obj: unknown, key: unknown, data: unknown
|
|
2074
|
+
static setComObjectData(obj: unknown, key: unknown, data: unknown): boolean;
|
|
2073
2075
|
static setLastPInvokeError(error: int): void;
|
|
2074
2076
|
static setLastSystemError(error: int): void;
|
|
2075
2077
|
static sizeOf<T>(): int;
|
|
@@ -2128,7 +2130,7 @@ export abstract class MemoryMarshal$instance {
|
|
|
2128
2130
|
static asRef<T extends unknown>(span: Span_1<System_Internal.Byte>): T;
|
|
2129
2131
|
static cast<TFrom extends unknown, TTo extends unknown>(span: ReadOnlySpan_1<TFrom>): ReadOnlySpan_1<TTo>;
|
|
2130
2132
|
static cast<TFrom extends unknown, TTo extends unknown>(span: Span_1<TFrom>): Span_1<TTo>;
|
|
2131
|
-
static createFromPinnedArray<T>(array: T[]
|
|
2133
|
+
static createFromPinnedArray<T>(array: T[], start: int, length: int): Memory_1<T>;
|
|
2132
2134
|
static createReadOnlySpan<T>(reference: T, length: int): ReadOnlySpan_1<T>;
|
|
2133
2135
|
static createReadOnlySpanFromNullTerminated(value: ptr<byte>): ReadOnlySpan_1<System_Internal.Byte>;
|
|
2134
2136
|
static createReadOnlySpanFromNullTerminated(value: ptr<char>): ReadOnlySpan_1<System_Internal.Char>;
|
|
@@ -2142,7 +2144,7 @@ export abstract class MemoryMarshal$instance {
|
|
|
2142
2144
|
static tryGetArray<T>(memory: ReadOnlyMemory_1<T>, segment: ArraySegment_1<T>): boolean;
|
|
2143
2145
|
static tryGetMemoryManager<T, TManager extends MemoryManager_1<T>>(memory: ReadOnlyMemory_1<T>, manager: TManager, start: int, length: int): boolean;
|
|
2144
2146
|
static tryGetMemoryManager<T, TManager extends MemoryManager_1<T>>(memory: ReadOnlyMemory_1<T>, manager: TManager): boolean;
|
|
2145
|
-
static tryGetString(memory: ReadOnlyMemory_1<System_Internal.Char>, text: string
|
|
2147
|
+
static tryGetString(memory: ReadOnlyMemory_1<System_Internal.Char>, text: string, start: int, length: int): boolean;
|
|
2146
2148
|
static tryRead<T extends unknown>(source: ReadOnlySpan_1<System_Internal.Byte>, value: T): boolean;
|
|
2147
2149
|
static tryWrite<T extends unknown>(destination: Span_1<System_Internal.Byte>, value: T): boolean;
|
|
2148
2150
|
static write<T extends unknown>(destination: Span_1<System_Internal.Byte>, value: T): void;
|
|
@@ -2211,7 +2213,7 @@ export type RuntimeInformation = RuntimeInformation$instance;
|
|
|
2211
2213
|
export abstract class SequenceMarshal$instance {
|
|
2212
2214
|
static tryGetArray<T>(sequence: ReadOnlySequence_1<T>, segment: ArraySegment_1<T>): boolean;
|
|
2213
2215
|
static tryGetReadOnlyMemory<T>(sequence: ReadOnlySequence_1<T>, memory: ReadOnlyMemory_1<T>): boolean;
|
|
2214
|
-
static tryGetReadOnlySequenceSegment<T>(sequence: ReadOnlySequence_1<T>, startSegment: ReadOnlySequenceSegment_1<T
|
|
2216
|
+
static tryGetReadOnlySequenceSegment<T>(sequence: ReadOnlySequence_1<T>, startSegment: ReadOnlySequenceSegment_1<T>, startIndex: int, endSegment: ReadOnlySequenceSegment_1<T>, endIndex: int): boolean;
|
|
2215
2217
|
static tryRead<T extends unknown>(reader: SequenceReader_1<System_Internal.Byte>, value: T): boolean;
|
|
2216
2218
|
}
|
|
2217
2219
|
|
|
@@ -221,7 +221,7 @@ export type IAdviseSink = IAdviseSink$instance;
|
|
|
221
221
|
|
|
222
222
|
export interface IBindCtx$instance {
|
|
223
223
|
enumObjectParam(ppenum: IEnumString): void;
|
|
224
|
-
getObjectParam(pszKey: string, ppunk: unknown
|
|
224
|
+
getObjectParam(pszKey: string, ppunk: unknown): void;
|
|
225
225
|
getRunningObjectTable(pprot: IRunningObjectTable): void;
|
|
226
226
|
registerObjectBound(punk: unknown): void;
|
|
227
227
|
registerObjectParam(pszKey: string, punk: unknown): void;
|
|
@@ -328,7 +328,7 @@ export type IEnumString = IEnumString$instance;
|
|
|
328
328
|
|
|
329
329
|
export interface IEnumVARIANT$instance {
|
|
330
330
|
clone(): IEnumVARIANT;
|
|
331
|
-
next(celt: int, rgVar:
|
|
331
|
+
next(celt: int, rgVar: unknown[], pceltFetched: nint): int;
|
|
332
332
|
reset(): int;
|
|
333
333
|
skip(celt: int): int;
|
|
334
334
|
}
|
|
@@ -337,14 +337,14 @@ export interface IEnumVARIANT$instance {
|
|
|
337
337
|
export type IEnumVARIANT = IEnumVARIANT$instance;
|
|
338
338
|
|
|
339
339
|
export interface IMoniker$instance {
|
|
340
|
-
bindToObject(pbc: IBindCtx, pmkToLeft: IMoniker
|
|
341
|
-
commonPrefixWith(pmkOther: IMoniker, ppmkPrefix: IMoniker
|
|
342
|
-
composeWith(pmkRight: IMoniker, fOnlyIfNotGeneric: boolean, ppmkComposite: IMoniker
|
|
340
|
+
bindToObject(pbc: IBindCtx, pmkToLeft: IMoniker, riidResult: Guid, ppvResult: unknown): void;
|
|
341
|
+
commonPrefixWith(pmkOther: IMoniker, ppmkPrefix: IMoniker): void;
|
|
342
|
+
composeWith(pmkRight: IMoniker, fOnlyIfNotGeneric: boolean, ppmkComposite: IMoniker): void;
|
|
343
343
|
enum_(fForward: boolean, ppenumMoniker: IEnumMoniker): void;
|
|
344
344
|
getClassID(pClassID: Guid): void;
|
|
345
|
-
getDisplayName(pbc: IBindCtx, pmkToLeft: IMoniker
|
|
345
|
+
getDisplayName(pbc: IBindCtx, pmkToLeft: IMoniker, ppszDisplayName: string): void;
|
|
346
346
|
getSizeMax(pcbSize: long): void;
|
|
347
|
-
getTimeOfLastChange(pbc: IBindCtx, pmkToLeft: IMoniker
|
|
347
|
+
getTimeOfLastChange(pbc: IBindCtx, pmkToLeft: IMoniker, pFileTime: FILETIME): void;
|
|
348
348
|
hash(pdwHash: int): void;
|
|
349
349
|
inverse(ppmk: IMoniker): void;
|
|
350
350
|
isDirty(): int;
|
|
@@ -410,7 +410,7 @@ export type ITypeComp = ITypeComp$instance;
|
|
|
410
410
|
|
|
411
411
|
export interface ITypeInfo$instance {
|
|
412
412
|
addressOfMember(memid: int, invKind: INVOKEKIND, ppv: nint): void;
|
|
413
|
-
createInstance(pUnkOuter: unknown
|
|
413
|
+
createInstance(pUnkOuter: unknown, riid: Guid, ppvObj: unknown): void;
|
|
414
414
|
getContainingTypeLib(ppTLB: ITypeLib, pIndex: int): void;
|
|
415
415
|
getDllEntry(memid: int, invKind: INVOKEKIND, pBstrDllName: nint, pBstrName: nint, pwOrdinal: nint): void;
|
|
416
416
|
getDocumentation(index: int, strName: string, strDocString: string, dwHelpContext: int, strHelpFile: string): void;
|
|
@@ -432,7 +432,7 @@ export type ITypeInfo = ITypeInfo$instance;
|
|
|
432
432
|
|
|
433
433
|
export interface ITypeInfo2$instance extends ITypeInfo {
|
|
434
434
|
addressOfMember(memid: int, invKind: INVOKEKIND, ppv: nint): void;
|
|
435
|
-
createInstance(pUnkOuter: unknown
|
|
435
|
+
createInstance(pUnkOuter: unknown, riid: Guid, ppvObj: unknown): void;
|
|
436
436
|
getAllFuncCustData(index: int, pCustData: nint): void;
|
|
437
437
|
getAllParamCustData(indexFunc: int, indexParam: int, pCustData: nint): void;
|
|
438
438
|
getContainingTypeLib(ppTLB: ITypeLib, pIndex: int): void;
|
|
@@ -59,15 +59,15 @@ export interface JSMarshalerArgument$instance {
|
|
|
59
59
|
toJS(value: JSObject): void;
|
|
60
60
|
toJS(value: JSObject[]): void;
|
|
61
61
|
toJS(value: Task): void;
|
|
62
|
-
toJS<T>(value: Task_1<T
|
|
62
|
+
toJS<T>(value: Task_1<T>, marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T>): void;
|
|
63
63
|
toJS(value: Action): void;
|
|
64
|
-
toJS<T>(value: Action_1<T
|
|
65
|
-
toJS<T1, T2>(value: Action_2<T1, T2
|
|
66
|
-
toJS<T1, T2, T3>(value: Action_3<T1, T2, T3
|
|
67
|
-
toJS<TResult>(value: Func_1<TResult
|
|
68
|
-
toJS<T, TResult>(value: Func_2<T, TResult
|
|
69
|
-
toJS<T1, T2, TResult>(value: Func_3<T1, T2, TResult
|
|
70
|
-
toJS<T1, T2, T3, TResult>(value: Func_4<T1, T2, T3, TResult
|
|
64
|
+
toJS<T>(value: Action_1<T>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T>): void;
|
|
65
|
+
toJS<T1, T2>(value: Action_2<T1, T2>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>): void;
|
|
66
|
+
toJS<T1, T2, T3>(value: Action_3<T1, T2, T3>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T3>): void;
|
|
67
|
+
toJS<TResult>(value: Func_1<TResult>, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
|
|
68
|
+
toJS<T, TResult>(value: Func_2<T, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T>, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
|
|
69
|
+
toJS<T1, T2, TResult>(value: Func_3<T1, T2, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
|
|
70
|
+
toJS<T1, T2, T3, TResult>(value: Func_4<T1, T2, T3, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T3>, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
|
|
71
71
|
toJS(value: ptr<void>): void;
|
|
72
72
|
toJS(value: Span_1<System_Internal.Byte>): void;
|
|
73
73
|
toJS(value: ArraySegment_1<System_Internal.Byte>): void;
|
|
@@ -110,15 +110,15 @@ export interface JSMarshalerArgument$instance {
|
|
|
110
110
|
toManaged(value: JSObject): void;
|
|
111
111
|
toManaged(value: JSObject[]): void;
|
|
112
112
|
toManaged(value: Task): void;
|
|
113
|
-
toManaged<T>(value: Task_1<T
|
|
113
|
+
toManaged<T>(value: Task_1<T>, marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T>): void;
|
|
114
114
|
toManaged(value: Action): void;
|
|
115
|
-
toManaged<T>(value: Action_1<T
|
|
116
|
-
toManaged<T1, T2>(value: Action_2<T1, T2
|
|
117
|
-
toManaged<T1, T2, T3>(value: Action_3<T1, T2, T3
|
|
118
|
-
toManaged<TResult>(value: Func_1<TResult
|
|
119
|
-
toManaged<T, TResult>(value: Func_2<T, TResult
|
|
120
|
-
toManaged<T1, T2, TResult>(value: Func_3<T1, T2, TResult
|
|
121
|
-
toManaged<T1, T2, T3, TResult>(value: Func_4<T1, T2, T3, TResult
|
|
115
|
+
toManaged<T>(value: Action_1<T>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T>): void;
|
|
116
|
+
toManaged<T1, T2>(value: Action_2<T1, T2>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>): void;
|
|
117
|
+
toManaged<T1, T2, T3>(value: Action_3<T1, T2, T3>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T3>): void;
|
|
118
|
+
toManaged<TResult>(value: Func_1<TResult>, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
|
|
119
|
+
toManaged<T, TResult>(value: Func_2<T, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T>, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
|
|
120
|
+
toManaged<T1, T2, TResult>(value: Func_3<T1, T2, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
|
|
121
|
+
toManaged<T1, T2, T3, TResult>(value: Func_4<T1, T2, T3, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T3>, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
|
|
122
122
|
toManaged(value: ptr<void>): void;
|
|
123
123
|
toManaged(value: Span_1<System_Internal.Byte>): void;
|
|
124
124
|
toManaged(value: ArraySegment_1<System_Internal.Byte>): void;
|
|
@@ -139,7 +139,7 @@ export const JSMarshalerArgument: {
|
|
|
139
139
|
export type JSMarshalerArgument = JSMarshalerArgument$instance;
|
|
140
140
|
|
|
141
141
|
export interface JSException$instance extends Exception {
|
|
142
|
-
getObjectData(info: SerializationInfo
|
|
142
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
|
|
@@ -262,9 +262,9 @@ export interface JSObject$instance {
|
|
|
262
262
|
setProperty(propertyName: string, value: boolean): void;
|
|
263
263
|
setProperty(propertyName: string, value: int): void;
|
|
264
264
|
setProperty(propertyName: string, value: double): void;
|
|
265
|
-
setProperty(propertyName: string, value: string
|
|
266
|
-
setProperty(propertyName: string, value: JSObject
|
|
267
|
-
setProperty(propertyName: string, value: byte[]
|
|
265
|
+
setProperty(propertyName: string, value: string): void;
|
|
266
|
+
setProperty(propertyName: string, value: JSObject): void;
|
|
267
|
+
setProperty(propertyName: string, value: byte[]): void;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
|