@tsonic/dotnet 0.8.1 → 0.8.3
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.VisualBasic/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +1 -1
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/System/bindings.json +114 -114
- package/System/internal/index.d.ts +156 -154
- package/System/internal/metadata.json +73 -73
- package/System.Buffers/internal/index.d.ts +1 -1
- package/System.CodeDom.Compiler/internal/index.d.ts +1 -1
- package/System.Collections/internal/index.d.ts +12 -8
- package/System.Collections.Generic/internal/index.d.ts +22 -14
- package/System.Collections.Immutable/internal/index.d.ts +11 -11
- package/System.Collections.Specialized/internal/index.d.ts +20 -18
- package/System.ComponentModel/internal/index.d.ts +219 -209
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +42 -32
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +2 -1
- package/System.ComponentModel.Design/internal/index.d.ts +40 -40
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -17
- package/System.Data/internal/index.d.ts +54 -46
- package/System.Data.Common/internal/index.d.ts +52 -44
- package/System.Data.SqlTypes/internal/index.d.ts +2 -2
- package/System.Diagnostics/internal/index.d.ts +85 -63
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +30 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +14 -9
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +5 -5
- package/System.Diagnostics.Tracing/internal/index.d.ts +11 -9
- package/System.Drawing/internal/index.d.ts +33 -33
- package/System.Dynamic/internal/index.d.ts +1 -1
- package/System.Formats.Tar/internal/index.d.ts +3 -2
- package/System.Globalization/internal/index.d.ts +8 -6
- package/System.IO/internal/index.d.ts +30 -27
- package/System.IO.Compression/internal/index.d.ts +1 -1
- package/System.IO.Enumeration/internal/index.d.ts +4 -2
- package/System.Linq/internal/index.d.ts +63 -63
- package/System.Linq.Expressions/internal/index.d.ts +13 -13
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/internal/index.d.ts +87 -63
- package/System.Net.Http/internal/index.d.ts +37 -21
- package/System.Net.Http.Headers/internal/index.d.ts +37 -20
- package/System.Net.Http.Json/internal/index.d.ts +39 -39
- package/System.Net.Mail/internal/index.d.ts +22 -12
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -1
- package/System.Net.Quic/internal/index.d.ts +3 -2
- package/System.Net.Security/internal/index.d.ts +38 -22
- package/System.Net.ServerSentEvents/internal/index.d.ts +2 -1
- package/System.Net.Sockets/internal/index.d.ts +23 -16
- package/System.Net.WebSockets/internal/index.d.ts +17 -11
- package/System.Numerics/bindings.json +408 -0
- package/System.Numerics/internal/metadata.json +272 -0
- package/System.Reflection/internal/index.d.ts +185 -182
- package/System.Reflection.Emit/internal/index.d.ts +82 -82
- package/System.Reflection.Metadata/bindings.json +48 -0
- package/System.Reflection.Metadata/internal/index.d.ts +5 -5
- package/System.Reflection.Metadata/internal/metadata.json +32 -0
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +1 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +13 -12
- package/System.Runtime/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -13
- package/System.Runtime.InteropServices/bindings.json +22 -22
- package/System.Runtime.InteropServices/internal/index.d.ts +46 -44
- package/System.Runtime.InteropServices/internal/metadata.json +13 -13
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +1 -1
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +3 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -14
- package/System.Runtime.Loader/internal/index.d.ts +4 -4
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +53 -43
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +14 -14
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -1
- package/System.Runtime.Serialization.Json/internal/index.d.ts +9 -8
- package/System.Runtime.Versioning/internal/index.d.ts +6 -3
- package/System.Security/internal/index.d.ts +35 -25
- package/System.Security.AccessControl/internal/index.d.ts +14 -10
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -4
- package/System.Security.Claims/internal/index.d.ts +16 -12
- package/System.Security.Cryptography/internal/index.d.ts +80 -66
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +33 -32
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Policy/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +8 -10
- package/System.Text/internal/index.d.ts +13 -11
- package/System.Text.Json/internal/index.d.ts +67 -61
- package/System.Text.Json.Nodes/internal/index.d.ts +31 -31
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -42
- package/System.Threading/internal/index.d.ts +16 -15
- package/System.Threading.Tasks/internal/index.d.ts +4 -14
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +3 -1
- package/System.Timers/internal/index.d.ts +4 -2
- package/System.Transactions/internal/index.d.ts +8 -6
- package/System.Web/internal/index.d.ts +24 -24
- package/System.Xml/internal/index.d.ts +100 -99
- package/System.Xml.Linq/internal/index.d.ts +16 -15
- package/System.Xml.Resolvers/internal/index.d.ts +1 -1
- package/System.Xml.Schema/internal/index.d.ts +129 -84
- package/System.Xml.Serialization/internal/index.d.ts +68 -47
- package/System.Xml.XPath/internal/index.d.ts +10 -10
- package/System.Xml.Xsl/internal/index.d.ts +7 -7
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +8 -8
- package/__internal/extensions/index.d.ts +177 -176
- package/package.json +1 -1
|
@@ -218,7 +218,8 @@ export type Activity_Enumerator_1<T> = Activity_Enumerator_1$instance<T>;
|
|
|
218
218
|
|
|
219
219
|
export interface ActivityChangedEventArgs$instance {
|
|
220
220
|
current: Activity;
|
|
221
|
-
previous: Activity;
|
|
221
|
+
get previous(): Activity | undefined;
|
|
222
|
+
set previous(value: Activity);
|
|
222
223
|
}
|
|
223
224
|
|
|
224
225
|
|
|
@@ -234,7 +235,7 @@ export interface ActivityContext$instance {
|
|
|
234
235
|
readonly spanId: ActivitySpanId;
|
|
235
236
|
readonly traceFlags: ActivityTraceFlags;
|
|
236
237
|
readonly traceId: ActivityTraceId;
|
|
237
|
-
readonly traceState: string;
|
|
238
|
+
readonly traceState: string | undefined;
|
|
238
239
|
equals(value: ActivityContext): boolean;
|
|
239
240
|
equals(obj: unknown): boolean;
|
|
240
241
|
getHashCode(): int;
|
|
@@ -268,7 +269,8 @@ export interface ActivityCreationOptions_1$instance<T> {
|
|
|
268
269
|
readonly source: ActivitySource;
|
|
269
270
|
readonly tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
270
271
|
readonly traceId: ActivityTraceId;
|
|
271
|
-
traceState: string;
|
|
272
|
+
get traceState(): string | undefined;
|
|
273
|
+
set traceState(value: string);
|
|
272
274
|
}
|
|
273
275
|
|
|
274
276
|
|
|
@@ -512,10 +514,10 @@ export interface Activity$instance {
|
|
|
512
514
|
readonly links: IEnumerable_1<ActivityLink>;
|
|
513
515
|
readonly operationName: string;
|
|
514
516
|
readonly parent: Activity;
|
|
515
|
-
readonly parentId: string;
|
|
517
|
+
readonly parentId: string | undefined;
|
|
516
518
|
readonly parentSpanId: ActivitySpanId;
|
|
517
519
|
readonly recorded: boolean;
|
|
518
|
-
readonly rootId: string;
|
|
520
|
+
readonly rootId: string | undefined;
|
|
519
521
|
readonly source: ActivitySource;
|
|
520
522
|
readonly spanId: ActivitySpanId;
|
|
521
523
|
readonly startTimeUtc: DateTime;
|
|
@@ -524,7 +526,8 @@ export interface Activity$instance {
|
|
|
524
526
|
readonly tagObjects: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
525
527
|
readonly tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
|
|
526
528
|
readonly traceId: ActivityTraceId;
|
|
527
|
-
traceStateString: string;
|
|
529
|
+
get traceStateString(): string | undefined;
|
|
530
|
+
set traceStateString(value: string);
|
|
528
531
|
addBaggage(key: string, value: string): Activity;
|
|
529
532
|
addEvent(e: ActivityEvent): Activity;
|
|
530
533
|
addException(exception: Exception, tags?: TagList, timestamp?: DateTimeOffset): Activity;
|
|
@@ -535,9 +538,9 @@ export interface Activity$instance {
|
|
|
535
538
|
enumerateEvents(): Activity_Enumerator_1<ActivityEvent>;
|
|
536
539
|
enumerateLinks(): Activity_Enumerator_1<ActivityLink>;
|
|
537
540
|
enumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
538
|
-
getBaggageItem(key: string): string;
|
|
539
|
-
getCustomProperty(propertyName: string): unknown;
|
|
540
|
-
getTagItem(key: string): unknown;
|
|
541
|
+
getBaggageItem(key: string): string | undefined;
|
|
542
|
+
getCustomProperty(propertyName: string): unknown | undefined;
|
|
543
|
+
getTagItem(key: string): unknown | undefined;
|
|
541
544
|
setBaggage(key: string, value: string): Activity;
|
|
542
545
|
setCustomProperty(propertyName: string, propertyValue: unknown): void;
|
|
543
546
|
setEndTime(endTimeUtc: DateTime): Activity;
|
|
@@ -555,8 +558,10 @@ export interface Activity$instance {
|
|
|
555
558
|
export const Activity: {
|
|
556
559
|
new(operationName: string): Activity;
|
|
557
560
|
forceDefaultIdFormat: boolean;
|
|
558
|
-
current: Activity;
|
|
559
|
-
|
|
561
|
+
get current(): Activity | undefined;
|
|
562
|
+
set current(value: Activity);
|
|
563
|
+
get traceIdGenerator(): Func_1<ActivityTraceId> | undefined;
|
|
564
|
+
set traceIdGenerator(value: Func_1<ActivityTraceId>);
|
|
560
565
|
defaultIdFormat: ActivityIdFormat;
|
|
561
566
|
};
|
|
562
567
|
|
|
@@ -571,12 +576,18 @@ export type Activity = Activity$instance & __Activity$views;
|
|
|
571
576
|
|
|
572
577
|
|
|
573
578
|
export interface ActivityListener$instance {
|
|
574
|
-
activityStarted: Action_1<Activity
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
579
|
+
get activityStarted(): Action_1<Activity> | undefined;
|
|
580
|
+
set activityStarted(value: Action_1<Activity>);
|
|
581
|
+
get activityStopped(): Action_1<Activity> | undefined;
|
|
582
|
+
set activityStopped(value: Action_1<Activity>);
|
|
583
|
+
get exceptionRecorder(): ExceptionRecorder | undefined;
|
|
584
|
+
set exceptionRecorder(value: ExceptionRecorder);
|
|
585
|
+
get sample(): SampleActivity_1<ActivityContext> | undefined;
|
|
586
|
+
set sample(value: SampleActivity_1<ActivityContext>);
|
|
587
|
+
get sampleUsingParentId(): SampleActivity_1<System_Internal.String> | undefined;
|
|
588
|
+
set sampleUsingParentId(value: SampleActivity_1<System_Internal.String>);
|
|
589
|
+
get shouldListenTo(): Func_2<ActivitySource, System_Internal.Boolean> | undefined;
|
|
590
|
+
set shouldListenTo(value: Func_2<ActivitySource, System_Internal.Boolean>);
|
|
580
591
|
dispose(): void;
|
|
581
592
|
}
|
|
582
593
|
|
|
@@ -598,17 +609,17 @@ export type ActivityListener = ActivityListener$instance & __ActivityListener$vi
|
|
|
598
609
|
export interface ActivitySource$instance {
|
|
599
610
|
readonly name: string;
|
|
600
611
|
readonly tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
601
|
-
readonly telemetrySchemaUrl: string;
|
|
612
|
+
readonly telemetrySchemaUrl: string | undefined;
|
|
602
613
|
readonly version: string;
|
|
603
|
-
createActivity(name: string, kind: ActivityKind): Activity;
|
|
604
|
-
createActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, idFormat?: ActivityIdFormat): Activity;
|
|
605
|
-
createActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, idFormat?: ActivityIdFormat): Activity;
|
|
614
|
+
createActivity(name: string, kind: ActivityKind): Activity | undefined;
|
|
615
|
+
createActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, idFormat?: ActivityIdFormat): Activity | undefined;
|
|
616
|
+
createActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, idFormat?: ActivityIdFormat): Activity | undefined;
|
|
606
617
|
dispose(): void;
|
|
607
618
|
hasListeners(): boolean;
|
|
608
|
-
startActivity(name?: string, kind?: ActivityKind): Activity;
|
|
609
|
-
startActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset): Activity;
|
|
610
|
-
startActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset): Activity;
|
|
611
|
-
startActivity(kind: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset, name?: string): Activity;
|
|
619
|
+
startActivity(name?: string, kind?: ActivityKind): Activity | undefined;
|
|
620
|
+
startActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset): Activity | undefined;
|
|
621
|
+
startActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset): Activity | undefined;
|
|
622
|
+
startActivity(kind: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset, name?: string): Activity | undefined;
|
|
612
623
|
}
|
|
613
624
|
|
|
614
625
|
|
|
@@ -633,7 +644,8 @@ export type ActivitySource = ActivitySource$instance & __ActivitySource$views;
|
|
|
633
644
|
export interface ActivitySourceOptions$instance {
|
|
634
645
|
name: string;
|
|
635
646
|
tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
636
|
-
telemetrySchemaUrl: string;
|
|
647
|
+
get telemetrySchemaUrl(): string | undefined;
|
|
648
|
+
set telemetrySchemaUrl(value: string);
|
|
637
649
|
version: string;
|
|
638
650
|
}
|
|
639
651
|
|
|
@@ -650,7 +662,7 @@ export interface ActivityTagsCollection$instance {
|
|
|
650
662
|
readonly isReadOnly: boolean;
|
|
651
663
|
item: unknown;
|
|
652
664
|
readonly keys: ICollection_1<System_Internal.String>;
|
|
653
|
-
readonly values: ICollection_1<unknown>;
|
|
665
|
+
readonly values: ICollection_1<unknown | undefined>;
|
|
654
666
|
add(key: string, value: unknown): void;
|
|
655
667
|
add(item: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
656
668
|
clear(): void;
|
|
@@ -793,7 +805,8 @@ export type DebuggerDisableUserUnhandledExceptionsAttribute = DebuggerDisableUse
|
|
|
793
805
|
export interface DebuggerDisplayAttribute$instance extends Attribute {
|
|
794
806
|
name: string;
|
|
795
807
|
target: Type;
|
|
796
|
-
targetTypeName: string;
|
|
808
|
+
get targetTypeName(): string | undefined;
|
|
809
|
+
set targetTypeName(value: string);
|
|
797
810
|
type_: string;
|
|
798
811
|
readonly value: string;
|
|
799
812
|
}
|
|
@@ -853,7 +866,8 @@ export type DebuggerStepThroughAttribute = DebuggerStepThroughAttribute$instance
|
|
|
853
866
|
export interface DebuggerTypeProxyAttribute$instance extends Attribute {
|
|
854
867
|
readonly proxyTypeName: string;
|
|
855
868
|
target: Type;
|
|
856
|
-
targetTypeName: string;
|
|
869
|
+
get targetTypeName(): string | undefined;
|
|
870
|
+
set targetTypeName(value: string);
|
|
857
871
|
}
|
|
858
872
|
|
|
859
873
|
|
|
@@ -868,8 +882,9 @@ export type DebuggerTypeProxyAttribute = DebuggerTypeProxyAttribute$instance;
|
|
|
868
882
|
export interface DebuggerVisualizerAttribute$instance extends Attribute {
|
|
869
883
|
description: string;
|
|
870
884
|
target: Type;
|
|
871
|
-
targetTypeName: string;
|
|
872
|
-
|
|
885
|
+
get targetTypeName(): string | undefined;
|
|
886
|
+
set targetTypeName(value: string);
|
|
887
|
+
readonly visualizerObjectSourceTypeName: string | undefined;
|
|
873
888
|
readonly visualizerTypeName: string;
|
|
874
889
|
}
|
|
875
890
|
|
|
@@ -906,7 +921,8 @@ export type DebugProvider = DebugProvider$instance;
|
|
|
906
921
|
|
|
907
922
|
export interface DefaultTraceListener$instance extends TraceListener$instance {
|
|
908
923
|
assertUiEnabled: boolean;
|
|
909
|
-
logFileName: string;
|
|
924
|
+
get logFileName(): string | undefined;
|
|
925
|
+
set logFileName(value: string);
|
|
910
926
|
dispose(): void;
|
|
911
927
|
fail(message: string): void;
|
|
912
928
|
fail(message: string, detailMessage: string): void;
|
|
@@ -995,16 +1011,16 @@ export type DiagnosticListener = DiagnosticListener$instance & __DiagnosticListe
|
|
|
995
1011
|
|
|
996
1012
|
|
|
997
1013
|
export interface DiagnosticMethodInfo$instance {
|
|
998
|
-
readonly declaringAssemblyName: string;
|
|
999
|
-
readonly declaringTypeName: string;
|
|
1014
|
+
readonly declaringAssemblyName: string | undefined;
|
|
1015
|
+
readonly declaringTypeName: string | undefined;
|
|
1000
1016
|
readonly name: string;
|
|
1001
1017
|
}
|
|
1002
1018
|
|
|
1003
1019
|
|
|
1004
1020
|
export const DiagnosticMethodInfo: {
|
|
1005
1021
|
new(): DiagnosticMethodInfo;
|
|
1006
|
-
create(delegate: Function): DiagnosticMethodInfo;
|
|
1007
|
-
create(frame: StackFrame): DiagnosticMethodInfo;
|
|
1022
|
+
create(delegate: Function): DiagnosticMethodInfo | undefined;
|
|
1023
|
+
create(frame: StackFrame): DiagnosticMethodInfo | undefined;
|
|
1008
1024
|
};
|
|
1009
1025
|
|
|
1010
1026
|
|
|
@@ -1032,7 +1048,7 @@ export type DiagnosticSource = DiagnosticSource$instance;
|
|
|
1032
1048
|
|
|
1033
1049
|
export interface DistributedContextPropagator$instance {
|
|
1034
1050
|
readonly fields: IReadOnlyCollection_1<System_Internal.String>;
|
|
1035
|
-
extractBaggage(carrier: unknown, getter: DistributedContextPropagator_PropagatorGetterCallback): IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String
|
|
1051
|
+
extractBaggage(carrier: unknown, getter: DistributedContextPropagator_PropagatorGetterCallback): IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>> | undefined;
|
|
1036
1052
|
extractTraceIdAndState(carrier: unknown, getter: DistributedContextPropagator_PropagatorGetterCallback, traceId: string, traceState: string): void;
|
|
1037
1053
|
inject(activity: Activity, carrier: unknown, setter: DistributedContextPropagator_PropagatorSetterCallback): void;
|
|
1038
1054
|
}
|
|
@@ -1064,33 +1080,33 @@ export const EventTypeFilter: {
|
|
|
1064
1080
|
export type EventTypeFilter = EventTypeFilter$instance;
|
|
1065
1081
|
|
|
1066
1082
|
export interface FileVersionInfo$instance {
|
|
1067
|
-
readonly comments: string;
|
|
1068
|
-
readonly companyName: string;
|
|
1083
|
+
readonly comments: string | undefined;
|
|
1084
|
+
readonly companyName: string | undefined;
|
|
1069
1085
|
readonly fileBuildPart: int;
|
|
1070
|
-
readonly fileDescription: string;
|
|
1086
|
+
readonly fileDescription: string | undefined;
|
|
1071
1087
|
readonly fileMajorPart: int;
|
|
1072
1088
|
readonly fileMinorPart: int;
|
|
1073
1089
|
readonly fileName: string;
|
|
1074
1090
|
readonly filePrivatePart: int;
|
|
1075
|
-
readonly fileVersion: string;
|
|
1076
|
-
readonly internalName: string;
|
|
1091
|
+
readonly fileVersion: string | undefined;
|
|
1092
|
+
readonly internalName: string | undefined;
|
|
1077
1093
|
readonly isDebug: boolean;
|
|
1078
1094
|
readonly isPatched: boolean;
|
|
1079
1095
|
readonly isPreRelease: boolean;
|
|
1080
1096
|
readonly isPrivateBuild: boolean;
|
|
1081
1097
|
readonly isSpecialBuild: boolean;
|
|
1082
|
-
readonly language: string;
|
|
1083
|
-
readonly legalCopyright: string;
|
|
1084
|
-
readonly legalTrademarks: string;
|
|
1085
|
-
readonly originalFilename: string;
|
|
1086
|
-
readonly privateBuild: string;
|
|
1098
|
+
readonly language: string | undefined;
|
|
1099
|
+
readonly legalCopyright: string | undefined;
|
|
1100
|
+
readonly legalTrademarks: string | undefined;
|
|
1101
|
+
readonly originalFilename: string | undefined;
|
|
1102
|
+
readonly privateBuild: string | undefined;
|
|
1087
1103
|
readonly productBuildPart: int;
|
|
1088
1104
|
readonly productMajorPart: int;
|
|
1089
1105
|
readonly productMinorPart: int;
|
|
1090
|
-
readonly productName: string;
|
|
1106
|
+
readonly productName: string | undefined;
|
|
1091
1107
|
readonly productPrivatePart: int;
|
|
1092
|
-
readonly productVersion: string;
|
|
1093
|
-
readonly specialBuild: string;
|
|
1108
|
+
readonly productVersion: string | undefined;
|
|
1109
|
+
readonly specialBuild: string | undefined;
|
|
1094
1110
|
toString(): string;
|
|
1095
1111
|
}
|
|
1096
1112
|
|
|
@@ -1150,7 +1166,7 @@ export interface Process$instance extends Component {
|
|
|
1150
1166
|
readonly hasExited: boolean;
|
|
1151
1167
|
readonly id: int;
|
|
1152
1168
|
readonly machineName: string;
|
|
1153
|
-
readonly mainModule: ProcessModule;
|
|
1169
|
+
readonly mainModule: ProcessModule | undefined;
|
|
1154
1170
|
readonly mainWindowHandle: nint;
|
|
1155
1171
|
readonly mainWindowTitle: string;
|
|
1156
1172
|
maxWorkingSet: nint;
|
|
@@ -1183,7 +1199,8 @@ export interface Process$instance extends Component {
|
|
|
1183
1199
|
readonly standardOutput: StreamReader;
|
|
1184
1200
|
startInfo: ProcessStartInfo;
|
|
1185
1201
|
readonly startTime: DateTime;
|
|
1186
|
-
synchronizingObject: ISynchronizeInvoke;
|
|
1202
|
+
get synchronizingObject(): ISynchronizeInvoke | undefined;
|
|
1203
|
+
set synchronizingObject(value: ISynchronizeInvoke);
|
|
1187
1204
|
readonly threads: ProcessThreadCollection;
|
|
1188
1205
|
readonly totalProcessorTime: TimeSpan;
|
|
1189
1206
|
readonly userProcessorTime: TimeSpan;
|
|
@@ -1224,7 +1241,7 @@ export const Process: {
|
|
|
1224
1241
|
getProcessesByName(processName: string, machineName: string): Process[];
|
|
1225
1242
|
getProcessesByName(processName: string): Process[];
|
|
1226
1243
|
leaveDebugMode(): void;
|
|
1227
|
-
start(startInfo: ProcessStartInfo): Process;
|
|
1244
|
+
start(startInfo: ProcessStartInfo): Process | undefined;
|
|
1228
1245
|
start(fileName: string, arguments: IEnumerable_1<System_Internal.String>): Process;
|
|
1229
1246
|
start(fileName: string, userName: string, password: SecureString, domain: string): Process;
|
|
1230
1247
|
start(fileName: string, arguments: string, userName: string, password: SecureString, domain: string): Process;
|
|
@@ -1300,20 +1317,24 @@ export interface ProcessStartInfo$instance {
|
|
|
1300
1317
|
createNewProcessGroup: boolean;
|
|
1301
1318
|
createNoWindow: boolean;
|
|
1302
1319
|
domain: string;
|
|
1303
|
-
readonly environment: IDictionary_2<System_Internal.String,
|
|
1320
|
+
readonly environment: IDictionary_2<System_Internal.String, string | undefined>;
|
|
1304
1321
|
readonly environmentVariables: StringDictionary;
|
|
1305
1322
|
errorDialog: boolean;
|
|
1306
1323
|
errorDialogParentHandle: nint;
|
|
1307
1324
|
fileName: string;
|
|
1308
1325
|
loadUserProfile: boolean;
|
|
1309
1326
|
password: SecureString;
|
|
1310
|
-
passwordInClearText: string;
|
|
1327
|
+
get passwordInClearText(): string | undefined;
|
|
1328
|
+
set passwordInClearText(value: string);
|
|
1311
1329
|
redirectStandardError: boolean;
|
|
1312
1330
|
redirectStandardInput: boolean;
|
|
1313
1331
|
redirectStandardOutput: boolean;
|
|
1314
|
-
standardErrorEncoding: Encoding;
|
|
1315
|
-
|
|
1316
|
-
|
|
1332
|
+
get standardErrorEncoding(): Encoding | undefined;
|
|
1333
|
+
set standardErrorEncoding(value: Encoding);
|
|
1334
|
+
get standardInputEncoding(): Encoding | undefined;
|
|
1335
|
+
set standardInputEncoding(value: Encoding);
|
|
1336
|
+
get standardOutputEncoding(): Encoding | undefined;
|
|
1337
|
+
set standardOutputEncoding(value: Encoding);
|
|
1317
1338
|
useCredentialsForNetworkingOnly: boolean;
|
|
1318
1339
|
userName: string;
|
|
1319
1340
|
useShellExecute: boolean;
|
|
@@ -1426,9 +1447,9 @@ export type SourceSwitch = SourceSwitch$instance;
|
|
|
1426
1447
|
export interface StackFrame$instance {
|
|
1427
1448
|
getFileColumnNumber(): int;
|
|
1428
1449
|
getFileLineNumber(): int;
|
|
1429
|
-
getFileName(): string;
|
|
1450
|
+
getFileName(): string | undefined;
|
|
1430
1451
|
getILOffset(): int;
|
|
1431
|
-
getMethod(): MethodBase;
|
|
1452
|
+
getMethod(): MethodBase | undefined;
|
|
1432
1453
|
getNativeOffset(): int;
|
|
1433
1454
|
toString(): string;
|
|
1434
1455
|
}
|
|
@@ -1449,7 +1470,7 @@ export type StackFrame = StackFrame$instance;
|
|
|
1449
1470
|
|
|
1450
1471
|
export interface StackTrace$instance {
|
|
1451
1472
|
readonly frameCount: int;
|
|
1452
|
-
getFrame(index: int): StackFrame;
|
|
1473
|
+
getFrame(index: int): StackFrame | undefined;
|
|
1453
1474
|
getFrames(): StackFrame[];
|
|
1454
1475
|
toString(): string;
|
|
1455
1476
|
}
|
|
@@ -1526,7 +1547,8 @@ export const Switch: {
|
|
|
1526
1547
|
export type Switch = Switch$instance;
|
|
1527
1548
|
|
|
1528
1549
|
export interface SwitchAttribute$instance extends Attribute {
|
|
1529
|
-
switchDescription: string;
|
|
1550
|
+
get switchDescription(): string | undefined;
|
|
1551
|
+
set switchDescription(value: string);
|
|
1530
1552
|
switchName: string;
|
|
1531
1553
|
switchType: Type;
|
|
1532
1554
|
}
|
|
@@ -1888,7 +1910,7 @@ export abstract class Debug$instance {
|
|
|
1888
1910
|
export type Debug = Debug$instance;
|
|
1889
1911
|
|
|
1890
1912
|
export abstract class Debugger$instance {
|
|
1891
|
-
static readonly defaultCategory: string;
|
|
1913
|
+
static readonly defaultCategory: string | undefined;
|
|
1892
1914
|
static readonly isAttached: boolean;
|
|
1893
1915
|
static break_(): void;
|
|
1894
1916
|
static breakForUserUnhandledException(exception: Exception): void;
|
|
@@ -55,8 +55,10 @@ export const AllowNullAttribute: {
|
|
|
55
55
|
export type AllowNullAttribute = AllowNullAttribute$instance;
|
|
56
56
|
|
|
57
57
|
export interface ConstantExpectedAttribute$instance extends Attribute {
|
|
58
|
-
max: unknown;
|
|
59
|
-
|
|
58
|
+
get max(): unknown | undefined;
|
|
59
|
+
set max(value: unknown);
|
|
60
|
+
get min(): unknown | undefined;
|
|
61
|
+
set min(value: unknown);
|
|
60
62
|
}
|
|
61
63
|
|
|
62
64
|
|
|
@@ -115,8 +117,9 @@ export type DynamicallyAccessedMembersAttribute = DynamicallyAccessedMembersAttr
|
|
|
115
117
|
|
|
116
118
|
export interface DynamicDependencyAttribute$instance extends Attribute {
|
|
117
119
|
readonly assemblyName: string;
|
|
118
|
-
condition: string;
|
|
119
|
-
|
|
120
|
+
get condition(): string | undefined;
|
|
121
|
+
set condition(value: string);
|
|
122
|
+
readonly memberSignature: string | undefined;
|
|
120
123
|
readonly memberTypes: DynamicallyAccessedMemberTypes;
|
|
121
124
|
readonly type_: Type;
|
|
122
125
|
readonly typeName: string;
|
|
@@ -135,7 +138,8 @@ export const DynamicDependencyAttribute: {
|
|
|
135
138
|
export type DynamicDependencyAttribute = DynamicDependencyAttribute$instance;
|
|
136
139
|
|
|
137
140
|
export interface ExcludeFromCodeCoverageAttribute$instance extends Attribute {
|
|
138
|
-
justification: string;
|
|
141
|
+
get justification(): string | undefined;
|
|
142
|
+
set justification(value: string);
|
|
139
143
|
}
|
|
140
144
|
|
|
141
145
|
|
|
@@ -149,7 +153,8 @@ export type ExcludeFromCodeCoverageAttribute = ExcludeFromCodeCoverageAttribute$
|
|
|
149
153
|
export interface ExperimentalAttribute$instance extends Attribute {
|
|
150
154
|
readonly diagnosticId: string;
|
|
151
155
|
message: string;
|
|
152
|
-
urlFormat: string;
|
|
156
|
+
get urlFormat(): string | undefined;
|
|
157
|
+
set urlFormat(value: string);
|
|
153
158
|
}
|
|
154
159
|
|
|
155
160
|
|
|
@@ -271,7 +276,8 @@ export type NotNullWhenAttribute = NotNullWhenAttribute$instance;
|
|
|
271
276
|
|
|
272
277
|
export interface RequiresAssemblyFilesAttribute$instance extends Attribute {
|
|
273
278
|
readonly message: string;
|
|
274
|
-
url: string;
|
|
279
|
+
get url(): string | undefined;
|
|
280
|
+
set url(value: string);
|
|
275
281
|
}
|
|
276
282
|
|
|
277
283
|
|
|
@@ -286,7 +292,8 @@ export type RequiresAssemblyFilesAttribute = RequiresAssemblyFilesAttribute$inst
|
|
|
286
292
|
export interface RequiresDynamicCodeAttribute$instance extends Attribute {
|
|
287
293
|
excludeStatics: boolean;
|
|
288
294
|
readonly message: string;
|
|
289
|
-
url: string;
|
|
295
|
+
get url(): string | undefined;
|
|
296
|
+
set url(value: string);
|
|
290
297
|
}
|
|
291
298
|
|
|
292
299
|
|
|
@@ -300,7 +307,8 @@ export type RequiresDynamicCodeAttribute = RequiresDynamicCodeAttribute$instance
|
|
|
300
307
|
export interface RequiresUnreferencedCodeAttribute$instance extends Attribute {
|
|
301
308
|
excludeStatics: boolean;
|
|
302
309
|
readonly message: string;
|
|
303
|
-
url: string;
|
|
310
|
+
get url(): string | undefined;
|
|
311
|
+
set url(value: string);
|
|
304
312
|
}
|
|
305
313
|
|
|
306
314
|
|
|
@@ -323,7 +331,7 @@ export const SetsRequiredMembersAttribute: {
|
|
|
323
331
|
export type SetsRequiredMembersAttribute = SetsRequiredMembersAttribute$instance;
|
|
324
332
|
|
|
325
333
|
export interface StringSyntaxAttribute$instance extends Attribute {
|
|
326
|
-
readonly arguments: unknown[];
|
|
334
|
+
readonly arguments: (unknown | undefined)[];
|
|
327
335
|
readonly syntax: string;
|
|
328
336
|
}
|
|
329
337
|
|
|
@@ -351,9 +359,12 @@ export type StringSyntaxAttribute = StringSyntaxAttribute$instance;
|
|
|
351
359
|
export interface SuppressMessageAttribute$instance extends Attribute {
|
|
352
360
|
readonly category: string;
|
|
353
361
|
readonly checkId: string;
|
|
354
|
-
justification: string;
|
|
355
|
-
|
|
356
|
-
|
|
362
|
+
get justification(): string | undefined;
|
|
363
|
+
set justification(value: string);
|
|
364
|
+
get messageId(): string | undefined;
|
|
365
|
+
set messageId(value: string);
|
|
366
|
+
get scope(): string | undefined;
|
|
367
|
+
set scope(value: string);
|
|
357
368
|
target: string;
|
|
358
369
|
}
|
|
359
370
|
|
|
@@ -368,9 +379,12 @@ export type SuppressMessageAttribute = SuppressMessageAttribute$instance;
|
|
|
368
379
|
export interface UnconditionalSuppressMessageAttribute$instance extends Attribute {
|
|
369
380
|
readonly category: string;
|
|
370
381
|
readonly checkId: string;
|
|
371
|
-
justification: string;
|
|
372
|
-
|
|
373
|
-
|
|
382
|
+
get justification(): string | undefined;
|
|
383
|
+
set justification(value: string);
|
|
384
|
+
get messageId(): string | undefined;
|
|
385
|
+
set messageId(value: string);
|
|
386
|
+
get scope(): string | undefined;
|
|
387
|
+
set scope(value: string);
|
|
374
388
|
target: string;
|
|
375
389
|
}
|
|
376
390
|
|
|
@@ -74,10 +74,10 @@ export const ContractClassForAttribute: {
|
|
|
74
74
|
export type ContractClassForAttribute = ContractClassForAttribute$instance;
|
|
75
75
|
|
|
76
76
|
export interface ContractException$instance extends Exception {
|
|
77
|
-
readonly condition: string;
|
|
77
|
+
readonly condition: string | undefined;
|
|
78
78
|
readonly failure: string;
|
|
79
79
|
readonly kind: ContractFailureKind;
|
|
80
|
-
readonly userMessage: string;
|
|
80
|
+
readonly userMessage: string | undefined;
|
|
81
81
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
82
82
|
}
|
|
83
83
|
|
|
@@ -95,11 +95,11 @@ export type ContractException = ContractException$instance & __ContractException
|
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
export interface ContractFailedEventArgs$instance extends EventArgs {
|
|
98
|
-
readonly condition: string;
|
|
98
|
+
readonly condition: string | undefined;
|
|
99
99
|
readonly failureKind: ContractFailureKind;
|
|
100
100
|
readonly handled: boolean;
|
|
101
101
|
readonly message: string;
|
|
102
|
-
readonly originalException: Exception;
|
|
102
|
+
readonly originalException: Exception | undefined;
|
|
103
103
|
readonly unwind: boolean;
|
|
104
104
|
setHandled(): void;
|
|
105
105
|
setUnwind(): void;
|
|
@@ -119,7 +119,7 @@ export const Instrument: {
|
|
|
119
119
|
export type Instrument = Instrument$instance;
|
|
120
120
|
|
|
121
121
|
export interface Instrument_1$instance<T extends unknown> extends Instrument {
|
|
122
|
-
readonly advice: InstrumentAdvice_1<T
|
|
122
|
+
readonly advice: InstrumentAdvice_1<T> | undefined;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
|
|
@@ -130,7 +130,8 @@ export const Instrument_1: {
|
|
|
130
130
|
export type Instrument_1<T> = Instrument_1$instance<T>;
|
|
131
131
|
|
|
132
132
|
export interface InstrumentAdvice_1$instance<T extends unknown> {
|
|
133
|
-
histogramBucketBoundaries: IReadOnlyList_1<T
|
|
133
|
+
get histogramBucketBoundaries(): IReadOnlyList_1<T> | undefined;
|
|
134
|
+
set histogramBucketBoundaries(value: IReadOnlyList_1<T>);
|
|
134
135
|
}
|
|
135
136
|
|
|
136
137
|
|
|
@@ -143,9 +144,9 @@ export type InstrumentAdvice_1<T> = InstrumentAdvice_1$instance<T>;
|
|
|
143
144
|
|
|
144
145
|
export interface Meter$instance {
|
|
145
146
|
readonly name: string;
|
|
146
|
-
readonly scope: unknown;
|
|
147
|
+
readonly scope: unknown | undefined;
|
|
147
148
|
readonly tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
148
|
-
readonly telemetrySchemaUrl: string;
|
|
149
|
+
readonly telemetrySchemaUrl: string | undefined;
|
|
149
150
|
readonly version: string;
|
|
150
151
|
createCounter<T extends unknown>(name: string, unit?: string, description?: string): Counter_1<T>;
|
|
151
152
|
createCounter<T extends unknown>(name: string, unit: string, description: string, tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): Counter_1<T>;
|
|
@@ -185,9 +186,11 @@ export type Meter = Meter$instance & __Meter$views;
|
|
|
185
186
|
|
|
186
187
|
|
|
187
188
|
export interface MeterListener$instance {
|
|
188
|
-
instrumentPublished: Action_2<Instrument, MeterListener
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
get instrumentPublished(): Action_2<Instrument, MeterListener> | undefined;
|
|
190
|
+
set instrumentPublished(value: Action_2<Instrument, MeterListener>);
|
|
191
|
+
get measurementsCompleted(): Action_2<Instrument, unknown | undefined> | undefined;
|
|
192
|
+
set measurementsCompleted(value: Action_2<Instrument, unknown | undefined>);
|
|
193
|
+
disableMeasurementEvents(instrument: Instrument): unknown | undefined;
|
|
191
194
|
dispose(): void;
|
|
192
195
|
enableMeasurementEvents(instrument: Instrument, state?: unknown): void;
|
|
193
196
|
recordObservableInstruments(): void;
|
|
@@ -212,9 +215,11 @@ export type MeterListener = MeterListener$instance & __MeterListener$views;
|
|
|
212
215
|
|
|
213
216
|
export interface MeterOptions$instance {
|
|
214
217
|
name: string;
|
|
215
|
-
scope: unknown;
|
|
218
|
+
get scope(): unknown | undefined;
|
|
219
|
+
set scope(value: unknown);
|
|
216
220
|
tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
217
|
-
telemetrySchemaUrl: string;
|
|
221
|
+
get telemetrySchemaUrl(): string | undefined;
|
|
222
|
+
set telemetrySchemaUrl(value: string);
|
|
218
223
|
version: string;
|
|
219
224
|
}
|
|
220
225
|
|
|
@@ -25,14 +25,14 @@ export enum SymAddressKind {
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
export interface ISymbolBinder$instance {
|
|
28
|
-
getReader(importer: int, filename: string, searchPath: string): ISymbolReader;
|
|
28
|
+
getReader(importer: int, filename: string, searchPath: string): ISymbolReader | undefined;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
export type ISymbolBinder = ISymbolBinder$instance;
|
|
33
33
|
|
|
34
34
|
export interface ISymbolBinder1$instance {
|
|
35
|
-
getReader(importer: nint, filename: string, searchPath: string): ISymbolReader;
|
|
35
|
+
getReader(importer: nint, filename: string, searchPath: string): ISymbolReader | undefined;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
|
|
@@ -89,11 +89,11 @@ export type ISymbolNamespace = ISymbolNamespace$instance;
|
|
|
89
89
|
|
|
90
90
|
export interface ISymbolReader$instance {
|
|
91
91
|
readonly userEntryPoint: SymbolToken;
|
|
92
|
-
getDocument(url: string, language: Guid, languageVendor: Guid, documentType: Guid): ISymbolDocument;
|
|
92
|
+
getDocument(url: string, language: Guid, languageVendor: Guid, documentType: Guid): ISymbolDocument | undefined;
|
|
93
93
|
getDocuments(): ISymbolDocument[];
|
|
94
94
|
getGlobalVariables(): ISymbolVariable[];
|
|
95
|
-
getMethod(method: SymbolToken, version: int): ISymbolMethod;
|
|
96
|
-
getMethod(method: SymbolToken): ISymbolMethod;
|
|
95
|
+
getMethod(method: SymbolToken, version: int): ISymbolMethod | undefined;
|
|
96
|
+
getMethod(method: SymbolToken): ISymbolMethod | undefined;
|
|
97
97
|
getMethodFromDocumentPosition(document: ISymbolDocument, line: int, column: int): ISymbolMethod;
|
|
98
98
|
getNamespaces(): ISymbolNamespace[];
|
|
99
99
|
getSymAttribute(parent: SymbolToken, name: string): byte[];
|
|
@@ -197,7 +197,7 @@ export const EventAttribute: {
|
|
|
197
197
|
export type EventAttribute = EventAttribute$instance;
|
|
198
198
|
|
|
199
199
|
export interface EventCommandEventArgs$instance extends EventArgs {
|
|
200
|
-
readonly arguments: IDictionary_2<System_Internal.String,
|
|
200
|
+
readonly arguments: IDictionary_2<System_Internal.String, string | undefined>;
|
|
201
201
|
readonly command: EventCommand;
|
|
202
202
|
disableEvent(eventId: int): boolean;
|
|
203
203
|
enableEvent(eventId: int): boolean;
|
|
@@ -290,12 +290,12 @@ export type EventListener = EventListener$instance & __EventListener$views;
|
|
|
290
290
|
|
|
291
291
|
|
|
292
292
|
export interface EventSource$instance {
|
|
293
|
-
readonly constructionException: Exception;
|
|
293
|
+
readonly constructionException: Exception | undefined;
|
|
294
294
|
readonly guid: Guid;
|
|
295
295
|
readonly name: string;
|
|
296
296
|
readonly settings: EventSourceSettings;
|
|
297
297
|
dispose(): void;
|
|
298
|
-
getTrait(key: string): string;
|
|
298
|
+
getTrait(key: string): string | undefined;
|
|
299
299
|
isEnabled(): boolean;
|
|
300
300
|
isEnabled(level: EventLevel, keywords: EventKeywords): boolean;
|
|
301
301
|
isEnabled(level: EventLevel, keywords: EventKeywords, channel: EventChannel): boolean;
|
|
@@ -314,8 +314,8 @@ export const EventSource: {
|
|
|
314
314
|
new(eventSourceName: string, config: EventSourceSettings): EventSource;
|
|
315
315
|
new(eventSourceName: string, config: EventSourceSettings, traits: string[]): EventSource;
|
|
316
316
|
readonly currentThreadActivityId: Guid;
|
|
317
|
-
generateManifest(eventSourceType: Type, assemblyPathToIncludeInManifest: string, flags: EventManifestOptions): string;
|
|
318
|
-
generateManifest(eventSourceType: Type, assemblyPathToIncludeInManifest: string): string;
|
|
317
|
+
generateManifest(eventSourceType: Type, assemblyPathToIncludeInManifest: string, flags: EventManifestOptions): string | undefined;
|
|
318
|
+
generateManifest(eventSourceType: Type, assemblyPathToIncludeInManifest: string): string | undefined;
|
|
319
319
|
getGuid(eventSourceType: Type): Guid;
|
|
320
320
|
getName(eventSourceType: Type): string;
|
|
321
321
|
getSources(): IEnumerable_1<EventSource>;
|
|
@@ -335,8 +335,10 @@ export type EventSource = EventSource$instance & __EventSource$views;
|
|
|
335
335
|
|
|
336
336
|
|
|
337
337
|
export interface EventSourceAttribute$instance extends Attribute {
|
|
338
|
-
guid: string;
|
|
339
|
-
|
|
338
|
+
get guid(): string | undefined;
|
|
339
|
+
set guid(value: string);
|
|
340
|
+
get localizationResources(): string | undefined;
|
|
341
|
+
set localizationResources(value: string);
|
|
340
342
|
name: string;
|
|
341
343
|
}
|
|
342
344
|
|
|
@@ -390,8 +392,8 @@ export interface EventWrittenEventArgs$instance extends EventArgs {
|
|
|
390
392
|
readonly message: string;
|
|
391
393
|
readonly opcode: EventOpcode;
|
|
392
394
|
readonly osThreadId: long;
|
|
393
|
-
readonly payload: ReadOnlyCollection_1<unknown
|
|
394
|
-
readonly payloadNames: ReadOnlyCollection_1<System_Internal.String
|
|
395
|
+
readonly payload: ReadOnlyCollection_1<unknown | undefined> | undefined;
|
|
396
|
+
readonly payloadNames: ReadOnlyCollection_1<System_Internal.String> | undefined;
|
|
395
397
|
readonly relatedActivityId: Guid;
|
|
396
398
|
readonly tags: EventTags;
|
|
397
399
|
readonly task: EventTask;
|