@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
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
{
|
|
34
34
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Architecture::X86System.Runtime.InteropServices.Architecture",
|
|
35
35
|
"clrName": "X86",
|
|
36
|
-
"tsEmitName": "
|
|
36
|
+
"tsEmitName": "X86",
|
|
37
37
|
"normalizedSignature": "X86|System.Runtime.InteropServices.Architecture|static=true|const=true",
|
|
38
38
|
"isStatic": true,
|
|
39
39
|
"isReadOnly": false,
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
{
|
|
43
43
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Architecture::X64System.Runtime.InteropServices.Architecture",
|
|
44
44
|
"clrName": "X64",
|
|
45
|
-
"tsEmitName": "
|
|
45
|
+
"tsEmitName": "X64",
|
|
46
46
|
"normalizedSignature": "X64|System.Runtime.InteropServices.Architecture|static=true|const=true",
|
|
47
47
|
"isStatic": true,
|
|
48
48
|
"isReadOnly": false,
|
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
{
|
|
858
858
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ExporterEventKind::NOTIF_TYPECONVERTEDSystem.Runtime.InteropServices.ExporterEventKind",
|
|
859
859
|
"clrName": "NOTIF_TYPECONVERTED",
|
|
860
|
-
"tsEmitName": "
|
|
860
|
+
"tsEmitName": "NOTIF_TYPECONVERTED",
|
|
861
861
|
"normalizedSignature": "NOTIF_TYPECONVERTED|System.Runtime.InteropServices.ExporterEventKind|static=true|const=true",
|
|
862
862
|
"isStatic": true,
|
|
863
863
|
"isReadOnly": false,
|
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
{
|
|
867
867
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ExporterEventKind::NOTIF_CONVERTWARNINGSystem.Runtime.InteropServices.ExporterEventKind",
|
|
868
868
|
"clrName": "NOTIF_CONVERTWARNING",
|
|
869
|
-
"tsEmitName": "
|
|
869
|
+
"tsEmitName": "NOTIF_CONVERTWARNING",
|
|
870
870
|
"normalizedSignature": "NOTIF_CONVERTWARNING|System.Runtime.InteropServices.ExporterEventKind|static=true|const=true",
|
|
871
871
|
"isStatic": true,
|
|
872
872
|
"isReadOnly": false,
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
{
|
|
876
876
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ExporterEventKind::ERROR_REFTOINVALIDASSEMBLYSystem.Runtime.InteropServices.ExporterEventKind",
|
|
877
877
|
"clrName": "ERROR_REFTOINVALIDASSEMBLY",
|
|
878
|
-
"tsEmitName": "
|
|
878
|
+
"tsEmitName": "ERROR_REFTOINVALIDASSEMBLY",
|
|
879
879
|
"normalizedSignature": "ERROR_REFTOINVALIDASSEMBLY|System.Runtime.InteropServices.ExporterEventKind|static=true|const=true",
|
|
880
880
|
"isStatic": true,
|
|
881
881
|
"isReadOnly": false,
|
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
{
|
|
1026
1026
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.PosixSignal::SIGHUPSystem.Runtime.InteropServices.PosixSignal",
|
|
1027
1027
|
"clrName": "SIGHUP",
|
|
1028
|
-
"tsEmitName": "
|
|
1028
|
+
"tsEmitName": "SIGHUP",
|
|
1029
1029
|
"normalizedSignature": "SIGHUP|System.Runtime.InteropServices.PosixSignal|static=true|const=true",
|
|
1030
1030
|
"isStatic": true,
|
|
1031
1031
|
"isReadOnly": false,
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
{
|
|
1035
1035
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.PosixSignal::SIGINTSystem.Runtime.InteropServices.PosixSignal",
|
|
1036
1036
|
"clrName": "SIGINT",
|
|
1037
|
-
"tsEmitName": "
|
|
1037
|
+
"tsEmitName": "SIGINT",
|
|
1038
1038
|
"normalizedSignature": "SIGINT|System.Runtime.InteropServices.PosixSignal|static=true|const=true",
|
|
1039
1039
|
"isStatic": true,
|
|
1040
1040
|
"isReadOnly": false,
|
|
@@ -1043,7 +1043,7 @@
|
|
|
1043
1043
|
{
|
|
1044
1044
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.PosixSignal::SIGQUITSystem.Runtime.InteropServices.PosixSignal",
|
|
1045
1045
|
"clrName": "SIGQUIT",
|
|
1046
|
-
"tsEmitName": "
|
|
1046
|
+
"tsEmitName": "SIGQUIT",
|
|
1047
1047
|
"normalizedSignature": "SIGQUIT|System.Runtime.InteropServices.PosixSignal|static=true|const=true",
|
|
1048
1048
|
"isStatic": true,
|
|
1049
1049
|
"isReadOnly": false,
|
|
@@ -1052,7 +1052,7 @@
|
|
|
1052
1052
|
{
|
|
1053
1053
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.PosixSignal::SIGTERMSystem.Runtime.InteropServices.PosixSignal",
|
|
1054
1054
|
"clrName": "SIGTERM",
|
|
1055
|
-
"tsEmitName": "
|
|
1055
|
+
"tsEmitName": "SIGTERM",
|
|
1056
1056
|
"normalizedSignature": "SIGTERM|System.Runtime.InteropServices.PosixSignal|static=true|const=true",
|
|
1057
1057
|
"isStatic": true,
|
|
1058
1058
|
"isReadOnly": false,
|
|
@@ -1061,7 +1061,7 @@
|
|
|
1061
1061
|
{
|
|
1062
1062
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.PosixSignal::SIGCHLDSystem.Runtime.InteropServices.PosixSignal",
|
|
1063
1063
|
"clrName": "SIGCHLD",
|
|
1064
|
-
"tsEmitName": "
|
|
1064
|
+
"tsEmitName": "SIGCHLD",
|
|
1065
1065
|
"normalizedSignature": "SIGCHLD|System.Runtime.InteropServices.PosixSignal|static=true|const=true",
|
|
1066
1066
|
"isStatic": true,
|
|
1067
1067
|
"isReadOnly": false,
|
|
@@ -1070,7 +1070,7 @@
|
|
|
1070
1070
|
{
|
|
1071
1071
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.PosixSignal::SIGCONTSystem.Runtime.InteropServices.PosixSignal",
|
|
1072
1072
|
"clrName": "SIGCONT",
|
|
1073
|
-
"tsEmitName": "
|
|
1073
|
+
"tsEmitName": "SIGCONT",
|
|
1074
1074
|
"normalizedSignature": "SIGCONT|System.Runtime.InteropServices.PosixSignal|static=true|const=true",
|
|
1075
1075
|
"isStatic": true,
|
|
1076
1076
|
"isReadOnly": false,
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
{
|
|
1080
1080
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.PosixSignal::SIGWINCHSystem.Runtime.InteropServices.PosixSignal",
|
|
1081
1081
|
"clrName": "SIGWINCH",
|
|
1082
|
-
"tsEmitName": "
|
|
1082
|
+
"tsEmitName": "SIGWINCH",
|
|
1083
1083
|
"normalizedSignature": "SIGWINCH|System.Runtime.InteropServices.PosixSignal|static=true|const=true",
|
|
1084
1084
|
"isStatic": true,
|
|
1085
1085
|
"isReadOnly": false,
|
|
@@ -1088,7 +1088,7 @@
|
|
|
1088
1088
|
{
|
|
1089
1089
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.PosixSignal::SIGTTINSystem.Runtime.InteropServices.PosixSignal",
|
|
1090
1090
|
"clrName": "SIGTTIN",
|
|
1091
|
-
"tsEmitName": "
|
|
1091
|
+
"tsEmitName": "SIGTTIN",
|
|
1092
1092
|
"normalizedSignature": "SIGTTIN|System.Runtime.InteropServices.PosixSignal|static=true|const=true",
|
|
1093
1093
|
"isStatic": true,
|
|
1094
1094
|
"isReadOnly": false,
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
{
|
|
1098
1098
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.PosixSignal::SIGTTOUSystem.Runtime.InteropServices.PosixSignal",
|
|
1099
1099
|
"clrName": "SIGTTOU",
|
|
1100
|
-
"tsEmitName": "
|
|
1100
|
+
"tsEmitName": "SIGTTOU",
|
|
1101
1101
|
"normalizedSignature": "SIGTTOU|System.Runtime.InteropServices.PosixSignal|static=true|const=true",
|
|
1102
1102
|
"isStatic": true,
|
|
1103
1103
|
"isReadOnly": false,
|
|
@@ -1106,7 +1106,7 @@
|
|
|
1106
1106
|
{
|
|
1107
1107
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.PosixSignal::SIGTSTPSystem.Runtime.InteropServices.PosixSignal",
|
|
1108
1108
|
"clrName": "SIGTSTP",
|
|
1109
|
-
"tsEmitName": "
|
|
1109
|
+
"tsEmitName": "SIGTSTP",
|
|
1110
1110
|
"normalizedSignature": "SIGTSTP|System.Runtime.InteropServices.PosixSignal|static=true|const=true",
|
|
1111
1111
|
"isStatic": true,
|
|
1112
1112
|
"isReadOnly": false,
|
|
@@ -1900,7 +1900,7 @@
|
|
|
1900
1900
|
{
|
|
1901
1901
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.UnmanagedType::I1System.Runtime.InteropServices.UnmanagedType",
|
|
1902
1902
|
"clrName": "I1",
|
|
1903
|
-
"tsEmitName": "
|
|
1903
|
+
"tsEmitName": "I1",
|
|
1904
1904
|
"normalizedSignature": "I1|System.Runtime.InteropServices.UnmanagedType|static=true|const=true",
|
|
1905
1905
|
"isStatic": true,
|
|
1906
1906
|
"isReadOnly": false,
|
|
@@ -1909,7 +1909,7 @@
|
|
|
1909
1909
|
{
|
|
1910
1910
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.UnmanagedType::U1System.Runtime.InteropServices.UnmanagedType",
|
|
1911
1911
|
"clrName": "U1",
|
|
1912
|
-
"tsEmitName": "
|
|
1912
|
+
"tsEmitName": "U1",
|
|
1913
1913
|
"normalizedSignature": "U1|System.Runtime.InteropServices.UnmanagedType|static=true|const=true",
|
|
1914
1914
|
"isStatic": true,
|
|
1915
1915
|
"isReadOnly": false,
|
|
@@ -1918,7 +1918,7 @@
|
|
|
1918
1918
|
{
|
|
1919
1919
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.UnmanagedType::I2System.Runtime.InteropServices.UnmanagedType",
|
|
1920
1920
|
"clrName": "I2",
|
|
1921
|
-
"tsEmitName": "
|
|
1921
|
+
"tsEmitName": "I2",
|
|
1922
1922
|
"normalizedSignature": "I2|System.Runtime.InteropServices.UnmanagedType|static=true|const=true",
|
|
1923
1923
|
"isStatic": true,
|
|
1924
1924
|
"isReadOnly": false,
|
|
@@ -1927,7 +1927,7 @@
|
|
|
1927
1927
|
{
|
|
1928
1928
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.UnmanagedType::U2System.Runtime.InteropServices.UnmanagedType",
|
|
1929
1929
|
"clrName": "U2",
|
|
1930
|
-
"tsEmitName": "
|
|
1930
|
+
"tsEmitName": "U2",
|
|
1931
1931
|
"normalizedSignature": "U2|System.Runtime.InteropServices.UnmanagedType|static=true|const=true",
|
|
1932
1932
|
"isStatic": true,
|
|
1933
1933
|
"isReadOnly": false,
|
|
@@ -1936,7 +1936,7 @@
|
|
|
1936
1936
|
{
|
|
1937
1937
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.UnmanagedType::I4System.Runtime.InteropServices.UnmanagedType",
|
|
1938
1938
|
"clrName": "I4",
|
|
1939
|
-
"tsEmitName": "
|
|
1939
|
+
"tsEmitName": "I4",
|
|
1940
1940
|
"normalizedSignature": "I4|System.Runtime.InteropServices.UnmanagedType|static=true|const=true",
|
|
1941
1941
|
"isStatic": true,
|
|
1942
1942
|
"isReadOnly": false,
|
|
@@ -1945,7 +1945,7 @@
|
|
|
1945
1945
|
{
|
|
1946
1946
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.UnmanagedType::U4System.Runtime.InteropServices.UnmanagedType",
|
|
1947
1947
|
"clrName": "U4",
|
|
1948
|
-
"tsEmitName": "
|
|
1948
|
+
"tsEmitName": "U4",
|
|
1949
1949
|
"normalizedSignature": "U4|System.Runtime.InteropServices.UnmanagedType|static=true|const=true",
|
|
1950
1950
|
"isStatic": true,
|
|
1951
1951
|
"isReadOnly": false,
|
|
@@ -1954,7 +1954,7 @@
|
|
|
1954
1954
|
{
|
|
1955
1955
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.UnmanagedType::I8System.Runtime.InteropServices.UnmanagedType",
|
|
1956
1956
|
"clrName": "I8",
|
|
1957
|
-
"tsEmitName": "
|
|
1957
|
+
"tsEmitName": "I8",
|
|
1958
1958
|
"normalizedSignature": "I8|System.Runtime.InteropServices.UnmanagedType|static=true|const=true",
|
|
1959
1959
|
"isStatic": true,
|
|
1960
1960
|
"isReadOnly": false,
|
|
@@ -1963,7 +1963,7 @@
|
|
|
1963
1963
|
{
|
|
1964
1964
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.UnmanagedType::U8System.Runtime.InteropServices.UnmanagedType",
|
|
1965
1965
|
"clrName": "U8",
|
|
1966
|
-
"tsEmitName": "
|
|
1966
|
+
"tsEmitName": "U8",
|
|
1967
1967
|
"normalizedSignature": "U8|System.Runtime.InteropServices.UnmanagedType|static=true|const=true",
|
|
1968
1968
|
"isStatic": true,
|
|
1969
1969
|
"isReadOnly": false,
|
|
@@ -1972,7 +1972,7 @@
|
|
|
1972
1972
|
{
|
|
1973
1973
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.UnmanagedType::R4System.Runtime.InteropServices.UnmanagedType",
|
|
1974
1974
|
"clrName": "R4",
|
|
1975
|
-
"tsEmitName": "
|
|
1975
|
+
"tsEmitName": "R4",
|
|
1976
1976
|
"normalizedSignature": "R4|System.Runtime.InteropServices.UnmanagedType|static=true|const=true",
|
|
1977
1977
|
"isStatic": true,
|
|
1978
1978
|
"isReadOnly": false,
|
|
@@ -1981,7 +1981,7 @@
|
|
|
1981
1981
|
{
|
|
1982
1982
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.UnmanagedType::R8System.Runtime.InteropServices.UnmanagedType",
|
|
1983
1983
|
"clrName": "R8",
|
|
1984
|
-
"tsEmitName": "
|
|
1984
|
+
"tsEmitName": "R8",
|
|
1985
1985
|
"normalizedSignature": "R8|System.Runtime.InteropServices.UnmanagedType|static=true|const=true",
|
|
1986
1986
|
"isStatic": true,
|
|
1987
1987
|
"isReadOnly": false,
|
|
@@ -2224,7 +2224,7 @@
|
|
|
2224
2224
|
{
|
|
2225
2225
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.UnmanagedType::LPUTF8StrSystem.Runtime.InteropServices.UnmanagedType",
|
|
2226
2226
|
"clrName": "LPUTF8Str",
|
|
2227
|
-
"tsEmitName": "
|
|
2227
|
+
"tsEmitName": "lputF8Str",
|
|
2228
2228
|
"normalizedSignature": "LPUTF8Str|System.Runtime.InteropServices.UnmanagedType|static=true|const=true",
|
|
2229
2229
|
"isStatic": true,
|
|
2230
2230
|
"isReadOnly": false,
|
|
@@ -2259,7 +2259,7 @@
|
|
|
2259
2259
|
{
|
|
2260
2260
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_EMPTYSystem.Runtime.InteropServices.VarEnum",
|
|
2261
2261
|
"clrName": "VT_EMPTY",
|
|
2262
|
-
"tsEmitName": "
|
|
2262
|
+
"tsEmitName": "VT_EMPTY",
|
|
2263
2263
|
"normalizedSignature": "VT_EMPTY|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2264
2264
|
"isStatic": true,
|
|
2265
2265
|
"isReadOnly": false,
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
{
|
|
2269
2269
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_NULLSystem.Runtime.InteropServices.VarEnum",
|
|
2270
2270
|
"clrName": "VT_NULL",
|
|
2271
|
-
"tsEmitName": "
|
|
2271
|
+
"tsEmitName": "VT_NULL",
|
|
2272
2272
|
"normalizedSignature": "VT_NULL|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2273
2273
|
"isStatic": true,
|
|
2274
2274
|
"isReadOnly": false,
|
|
@@ -2277,7 +2277,7 @@
|
|
|
2277
2277
|
{
|
|
2278
2278
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_I2System.Runtime.InteropServices.VarEnum",
|
|
2279
2279
|
"clrName": "VT_I2",
|
|
2280
|
-
"tsEmitName": "
|
|
2280
|
+
"tsEmitName": "VT_I2",
|
|
2281
2281
|
"normalizedSignature": "VT_I2|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2282
2282
|
"isStatic": true,
|
|
2283
2283
|
"isReadOnly": false,
|
|
@@ -2286,7 +2286,7 @@
|
|
|
2286
2286
|
{
|
|
2287
2287
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_I4System.Runtime.InteropServices.VarEnum",
|
|
2288
2288
|
"clrName": "VT_I4",
|
|
2289
|
-
"tsEmitName": "
|
|
2289
|
+
"tsEmitName": "VT_I4",
|
|
2290
2290
|
"normalizedSignature": "VT_I4|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2291
2291
|
"isStatic": true,
|
|
2292
2292
|
"isReadOnly": false,
|
|
@@ -2295,7 +2295,7 @@
|
|
|
2295
2295
|
{
|
|
2296
2296
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_R4System.Runtime.InteropServices.VarEnum",
|
|
2297
2297
|
"clrName": "VT_R4",
|
|
2298
|
-
"tsEmitName": "
|
|
2298
|
+
"tsEmitName": "VT_R4",
|
|
2299
2299
|
"normalizedSignature": "VT_R4|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2300
2300
|
"isStatic": true,
|
|
2301
2301
|
"isReadOnly": false,
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
{
|
|
2305
2305
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_R8System.Runtime.InteropServices.VarEnum",
|
|
2306
2306
|
"clrName": "VT_R8",
|
|
2307
|
-
"tsEmitName": "
|
|
2307
|
+
"tsEmitName": "VT_R8",
|
|
2308
2308
|
"normalizedSignature": "VT_R8|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2309
2309
|
"isStatic": true,
|
|
2310
2310
|
"isReadOnly": false,
|
|
@@ -2313,7 +2313,7 @@
|
|
|
2313
2313
|
{
|
|
2314
2314
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_CYSystem.Runtime.InteropServices.VarEnum",
|
|
2315
2315
|
"clrName": "VT_CY",
|
|
2316
|
-
"tsEmitName": "
|
|
2316
|
+
"tsEmitName": "VT_CY",
|
|
2317
2317
|
"normalizedSignature": "VT_CY|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2318
2318
|
"isStatic": true,
|
|
2319
2319
|
"isReadOnly": false,
|
|
@@ -2322,7 +2322,7 @@
|
|
|
2322
2322
|
{
|
|
2323
2323
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_DATESystem.Runtime.InteropServices.VarEnum",
|
|
2324
2324
|
"clrName": "VT_DATE",
|
|
2325
|
-
"tsEmitName": "
|
|
2325
|
+
"tsEmitName": "VT_DATE",
|
|
2326
2326
|
"normalizedSignature": "VT_DATE|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2327
2327
|
"isStatic": true,
|
|
2328
2328
|
"isReadOnly": false,
|
|
@@ -2331,7 +2331,7 @@
|
|
|
2331
2331
|
{
|
|
2332
2332
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_BSTRSystem.Runtime.InteropServices.VarEnum",
|
|
2333
2333
|
"clrName": "VT_BSTR",
|
|
2334
|
-
"tsEmitName": "
|
|
2334
|
+
"tsEmitName": "VT_BSTR",
|
|
2335
2335
|
"normalizedSignature": "VT_BSTR|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2336
2336
|
"isStatic": true,
|
|
2337
2337
|
"isReadOnly": false,
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
{
|
|
2341
2341
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_DISPATCHSystem.Runtime.InteropServices.VarEnum",
|
|
2342
2342
|
"clrName": "VT_DISPATCH",
|
|
2343
|
-
"tsEmitName": "
|
|
2343
|
+
"tsEmitName": "VT_DISPATCH",
|
|
2344
2344
|
"normalizedSignature": "VT_DISPATCH|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2345
2345
|
"isStatic": true,
|
|
2346
2346
|
"isReadOnly": false,
|
|
@@ -2349,7 +2349,7 @@
|
|
|
2349
2349
|
{
|
|
2350
2350
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_ERRORSystem.Runtime.InteropServices.VarEnum",
|
|
2351
2351
|
"clrName": "VT_ERROR",
|
|
2352
|
-
"tsEmitName": "
|
|
2352
|
+
"tsEmitName": "VT_ERROR",
|
|
2353
2353
|
"normalizedSignature": "VT_ERROR|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2354
2354
|
"isStatic": true,
|
|
2355
2355
|
"isReadOnly": false,
|
|
@@ -2358,7 +2358,7 @@
|
|
|
2358
2358
|
{
|
|
2359
2359
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_BOOLSystem.Runtime.InteropServices.VarEnum",
|
|
2360
2360
|
"clrName": "VT_BOOL",
|
|
2361
|
-
"tsEmitName": "
|
|
2361
|
+
"tsEmitName": "VT_BOOL",
|
|
2362
2362
|
"normalizedSignature": "VT_BOOL|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2363
2363
|
"isStatic": true,
|
|
2364
2364
|
"isReadOnly": false,
|
|
@@ -2367,7 +2367,7 @@
|
|
|
2367
2367
|
{
|
|
2368
2368
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_VARIANTSystem.Runtime.InteropServices.VarEnum",
|
|
2369
2369
|
"clrName": "VT_VARIANT",
|
|
2370
|
-
"tsEmitName": "
|
|
2370
|
+
"tsEmitName": "VT_VARIANT",
|
|
2371
2371
|
"normalizedSignature": "VT_VARIANT|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2372
2372
|
"isStatic": true,
|
|
2373
2373
|
"isReadOnly": false,
|
|
@@ -2376,7 +2376,7 @@
|
|
|
2376
2376
|
{
|
|
2377
2377
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_UNKNOWNSystem.Runtime.InteropServices.VarEnum",
|
|
2378
2378
|
"clrName": "VT_UNKNOWN",
|
|
2379
|
-
"tsEmitName": "
|
|
2379
|
+
"tsEmitName": "VT_UNKNOWN",
|
|
2380
2380
|
"normalizedSignature": "VT_UNKNOWN|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2381
2381
|
"isStatic": true,
|
|
2382
2382
|
"isReadOnly": false,
|
|
@@ -2385,7 +2385,7 @@
|
|
|
2385
2385
|
{
|
|
2386
2386
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_DECIMALSystem.Runtime.InteropServices.VarEnum",
|
|
2387
2387
|
"clrName": "VT_DECIMAL",
|
|
2388
|
-
"tsEmitName": "
|
|
2388
|
+
"tsEmitName": "VT_DECIMAL",
|
|
2389
2389
|
"normalizedSignature": "VT_DECIMAL|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2390
2390
|
"isStatic": true,
|
|
2391
2391
|
"isReadOnly": false,
|
|
@@ -2394,7 +2394,7 @@
|
|
|
2394
2394
|
{
|
|
2395
2395
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_I1System.Runtime.InteropServices.VarEnum",
|
|
2396
2396
|
"clrName": "VT_I1",
|
|
2397
|
-
"tsEmitName": "
|
|
2397
|
+
"tsEmitName": "VT_I1",
|
|
2398
2398
|
"normalizedSignature": "VT_I1|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2399
2399
|
"isStatic": true,
|
|
2400
2400
|
"isReadOnly": false,
|
|
@@ -2403,7 +2403,7 @@
|
|
|
2403
2403
|
{
|
|
2404
2404
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_UI1System.Runtime.InteropServices.VarEnum",
|
|
2405
2405
|
"clrName": "VT_UI1",
|
|
2406
|
-
"tsEmitName": "
|
|
2406
|
+
"tsEmitName": "VT_UI1",
|
|
2407
2407
|
"normalizedSignature": "VT_UI1|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2408
2408
|
"isStatic": true,
|
|
2409
2409
|
"isReadOnly": false,
|
|
@@ -2412,7 +2412,7 @@
|
|
|
2412
2412
|
{
|
|
2413
2413
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_UI2System.Runtime.InteropServices.VarEnum",
|
|
2414
2414
|
"clrName": "VT_UI2",
|
|
2415
|
-
"tsEmitName": "
|
|
2415
|
+
"tsEmitName": "VT_UI2",
|
|
2416
2416
|
"normalizedSignature": "VT_UI2|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2417
2417
|
"isStatic": true,
|
|
2418
2418
|
"isReadOnly": false,
|
|
@@ -2421,7 +2421,7 @@
|
|
|
2421
2421
|
{
|
|
2422
2422
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_UI4System.Runtime.InteropServices.VarEnum",
|
|
2423
2423
|
"clrName": "VT_UI4",
|
|
2424
|
-
"tsEmitName": "
|
|
2424
|
+
"tsEmitName": "VT_UI4",
|
|
2425
2425
|
"normalizedSignature": "VT_UI4|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2426
2426
|
"isStatic": true,
|
|
2427
2427
|
"isReadOnly": false,
|
|
@@ -2430,7 +2430,7 @@
|
|
|
2430
2430
|
{
|
|
2431
2431
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_I8System.Runtime.InteropServices.VarEnum",
|
|
2432
2432
|
"clrName": "VT_I8",
|
|
2433
|
-
"tsEmitName": "
|
|
2433
|
+
"tsEmitName": "VT_I8",
|
|
2434
2434
|
"normalizedSignature": "VT_I8|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2435
2435
|
"isStatic": true,
|
|
2436
2436
|
"isReadOnly": false,
|
|
@@ -2439,7 +2439,7 @@
|
|
|
2439
2439
|
{
|
|
2440
2440
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_UI8System.Runtime.InteropServices.VarEnum",
|
|
2441
2441
|
"clrName": "VT_UI8",
|
|
2442
|
-
"tsEmitName": "
|
|
2442
|
+
"tsEmitName": "VT_UI8",
|
|
2443
2443
|
"normalizedSignature": "VT_UI8|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2444
2444
|
"isStatic": true,
|
|
2445
2445
|
"isReadOnly": false,
|
|
@@ -2448,7 +2448,7 @@
|
|
|
2448
2448
|
{
|
|
2449
2449
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_INTSystem.Runtime.InteropServices.VarEnum",
|
|
2450
2450
|
"clrName": "VT_INT",
|
|
2451
|
-
"tsEmitName": "
|
|
2451
|
+
"tsEmitName": "VT_INT",
|
|
2452
2452
|
"normalizedSignature": "VT_INT|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2453
2453
|
"isStatic": true,
|
|
2454
2454
|
"isReadOnly": false,
|
|
@@ -2457,7 +2457,7 @@
|
|
|
2457
2457
|
{
|
|
2458
2458
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_UINTSystem.Runtime.InteropServices.VarEnum",
|
|
2459
2459
|
"clrName": "VT_UINT",
|
|
2460
|
-
"tsEmitName": "
|
|
2460
|
+
"tsEmitName": "VT_UINT",
|
|
2461
2461
|
"normalizedSignature": "VT_UINT|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2462
2462
|
"isStatic": true,
|
|
2463
2463
|
"isReadOnly": false,
|
|
@@ -2466,7 +2466,7 @@
|
|
|
2466
2466
|
{
|
|
2467
2467
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_VOIDSystem.Runtime.InteropServices.VarEnum",
|
|
2468
2468
|
"clrName": "VT_VOID",
|
|
2469
|
-
"tsEmitName": "
|
|
2469
|
+
"tsEmitName": "VT_VOID",
|
|
2470
2470
|
"normalizedSignature": "VT_VOID|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2471
2471
|
"isStatic": true,
|
|
2472
2472
|
"isReadOnly": false,
|
|
@@ -2475,7 +2475,7 @@
|
|
|
2475
2475
|
{
|
|
2476
2476
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_HRESULTSystem.Runtime.InteropServices.VarEnum",
|
|
2477
2477
|
"clrName": "VT_HRESULT",
|
|
2478
|
-
"tsEmitName": "
|
|
2478
|
+
"tsEmitName": "VT_HRESULT",
|
|
2479
2479
|
"normalizedSignature": "VT_HRESULT|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2480
2480
|
"isStatic": true,
|
|
2481
2481
|
"isReadOnly": false,
|
|
@@ -2484,7 +2484,7 @@
|
|
|
2484
2484
|
{
|
|
2485
2485
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_PTRSystem.Runtime.InteropServices.VarEnum",
|
|
2486
2486
|
"clrName": "VT_PTR",
|
|
2487
|
-
"tsEmitName": "
|
|
2487
|
+
"tsEmitName": "VT_PTR",
|
|
2488
2488
|
"normalizedSignature": "VT_PTR|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2489
2489
|
"isStatic": true,
|
|
2490
2490
|
"isReadOnly": false,
|
|
@@ -2493,7 +2493,7 @@
|
|
|
2493
2493
|
{
|
|
2494
2494
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_SAFEARRAYSystem.Runtime.InteropServices.VarEnum",
|
|
2495
2495
|
"clrName": "VT_SAFEARRAY",
|
|
2496
|
-
"tsEmitName": "
|
|
2496
|
+
"tsEmitName": "VT_SAFEARRAY",
|
|
2497
2497
|
"normalizedSignature": "VT_SAFEARRAY|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2498
2498
|
"isStatic": true,
|
|
2499
2499
|
"isReadOnly": false,
|
|
@@ -2502,7 +2502,7 @@
|
|
|
2502
2502
|
{
|
|
2503
2503
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_CARRAYSystem.Runtime.InteropServices.VarEnum",
|
|
2504
2504
|
"clrName": "VT_CARRAY",
|
|
2505
|
-
"tsEmitName": "
|
|
2505
|
+
"tsEmitName": "VT_CARRAY",
|
|
2506
2506
|
"normalizedSignature": "VT_CARRAY|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2507
2507
|
"isStatic": true,
|
|
2508
2508
|
"isReadOnly": false,
|
|
@@ -2511,7 +2511,7 @@
|
|
|
2511
2511
|
{
|
|
2512
2512
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_USERDEFINEDSystem.Runtime.InteropServices.VarEnum",
|
|
2513
2513
|
"clrName": "VT_USERDEFINED",
|
|
2514
|
-
"tsEmitName": "
|
|
2514
|
+
"tsEmitName": "VT_USERDEFINED",
|
|
2515
2515
|
"normalizedSignature": "VT_USERDEFINED|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2516
2516
|
"isStatic": true,
|
|
2517
2517
|
"isReadOnly": false,
|
|
@@ -2520,7 +2520,7 @@
|
|
|
2520
2520
|
{
|
|
2521
2521
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_LPSTRSystem.Runtime.InteropServices.VarEnum",
|
|
2522
2522
|
"clrName": "VT_LPSTR",
|
|
2523
|
-
"tsEmitName": "
|
|
2523
|
+
"tsEmitName": "VT_LPSTR",
|
|
2524
2524
|
"normalizedSignature": "VT_LPSTR|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2525
2525
|
"isStatic": true,
|
|
2526
2526
|
"isReadOnly": false,
|
|
@@ -2529,7 +2529,7 @@
|
|
|
2529
2529
|
{
|
|
2530
2530
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_LPWSTRSystem.Runtime.InteropServices.VarEnum",
|
|
2531
2531
|
"clrName": "VT_LPWSTR",
|
|
2532
|
-
"tsEmitName": "
|
|
2532
|
+
"tsEmitName": "VT_LPWSTR",
|
|
2533
2533
|
"normalizedSignature": "VT_LPWSTR|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2534
2534
|
"isStatic": true,
|
|
2535
2535
|
"isReadOnly": false,
|
|
@@ -2538,7 +2538,7 @@
|
|
|
2538
2538
|
{
|
|
2539
2539
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_RECORDSystem.Runtime.InteropServices.VarEnum",
|
|
2540
2540
|
"clrName": "VT_RECORD",
|
|
2541
|
-
"tsEmitName": "
|
|
2541
|
+
"tsEmitName": "VT_RECORD",
|
|
2542
2542
|
"normalizedSignature": "VT_RECORD|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2543
2543
|
"isStatic": true,
|
|
2544
2544
|
"isReadOnly": false,
|
|
@@ -2547,7 +2547,7 @@
|
|
|
2547
2547
|
{
|
|
2548
2548
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_FILETIMESystem.Runtime.InteropServices.VarEnum",
|
|
2549
2549
|
"clrName": "VT_FILETIME",
|
|
2550
|
-
"tsEmitName": "
|
|
2550
|
+
"tsEmitName": "VT_FILETIME",
|
|
2551
2551
|
"normalizedSignature": "VT_FILETIME|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2552
2552
|
"isStatic": true,
|
|
2553
2553
|
"isReadOnly": false,
|
|
@@ -2556,7 +2556,7 @@
|
|
|
2556
2556
|
{
|
|
2557
2557
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_BLOBSystem.Runtime.InteropServices.VarEnum",
|
|
2558
2558
|
"clrName": "VT_BLOB",
|
|
2559
|
-
"tsEmitName": "
|
|
2559
|
+
"tsEmitName": "VT_BLOB",
|
|
2560
2560
|
"normalizedSignature": "VT_BLOB|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2561
2561
|
"isStatic": true,
|
|
2562
2562
|
"isReadOnly": false,
|
|
@@ -2565,7 +2565,7 @@
|
|
|
2565
2565
|
{
|
|
2566
2566
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_STREAMSystem.Runtime.InteropServices.VarEnum",
|
|
2567
2567
|
"clrName": "VT_STREAM",
|
|
2568
|
-
"tsEmitName": "
|
|
2568
|
+
"tsEmitName": "VT_STREAM",
|
|
2569
2569
|
"normalizedSignature": "VT_STREAM|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2570
2570
|
"isStatic": true,
|
|
2571
2571
|
"isReadOnly": false,
|
|
@@ -2574,7 +2574,7 @@
|
|
|
2574
2574
|
{
|
|
2575
2575
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_STORAGESystem.Runtime.InteropServices.VarEnum",
|
|
2576
2576
|
"clrName": "VT_STORAGE",
|
|
2577
|
-
"tsEmitName": "
|
|
2577
|
+
"tsEmitName": "VT_STORAGE",
|
|
2578
2578
|
"normalizedSignature": "VT_STORAGE|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2579
2579
|
"isStatic": true,
|
|
2580
2580
|
"isReadOnly": false,
|
|
@@ -2583,7 +2583,7 @@
|
|
|
2583
2583
|
{
|
|
2584
2584
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_STREAMED_OBJECTSystem.Runtime.InteropServices.VarEnum",
|
|
2585
2585
|
"clrName": "VT_STREAMED_OBJECT",
|
|
2586
|
-
"tsEmitName": "
|
|
2586
|
+
"tsEmitName": "VT_STREAMED_OBJECT",
|
|
2587
2587
|
"normalizedSignature": "VT_STREAMED_OBJECT|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2588
2588
|
"isStatic": true,
|
|
2589
2589
|
"isReadOnly": false,
|
|
@@ -2592,7 +2592,7 @@
|
|
|
2592
2592
|
{
|
|
2593
2593
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_STORED_OBJECTSystem.Runtime.InteropServices.VarEnum",
|
|
2594
2594
|
"clrName": "VT_STORED_OBJECT",
|
|
2595
|
-
"tsEmitName": "
|
|
2595
|
+
"tsEmitName": "VT_STORED_OBJECT",
|
|
2596
2596
|
"normalizedSignature": "VT_STORED_OBJECT|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2597
2597
|
"isStatic": true,
|
|
2598
2598
|
"isReadOnly": false,
|
|
@@ -2601,7 +2601,7 @@
|
|
|
2601
2601
|
{
|
|
2602
2602
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_BLOB_OBJECTSystem.Runtime.InteropServices.VarEnum",
|
|
2603
2603
|
"clrName": "VT_BLOB_OBJECT",
|
|
2604
|
-
"tsEmitName": "
|
|
2604
|
+
"tsEmitName": "VT_BLOB_OBJECT",
|
|
2605
2605
|
"normalizedSignature": "VT_BLOB_OBJECT|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2606
2606
|
"isStatic": true,
|
|
2607
2607
|
"isReadOnly": false,
|
|
@@ -2610,7 +2610,7 @@
|
|
|
2610
2610
|
{
|
|
2611
2611
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_CFSystem.Runtime.InteropServices.VarEnum",
|
|
2612
2612
|
"clrName": "VT_CF",
|
|
2613
|
-
"tsEmitName": "
|
|
2613
|
+
"tsEmitName": "VT_CF",
|
|
2614
2614
|
"normalizedSignature": "VT_CF|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2615
2615
|
"isStatic": true,
|
|
2616
2616
|
"isReadOnly": false,
|
|
@@ -2619,7 +2619,7 @@
|
|
|
2619
2619
|
{
|
|
2620
2620
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_CLSIDSystem.Runtime.InteropServices.VarEnum",
|
|
2621
2621
|
"clrName": "VT_CLSID",
|
|
2622
|
-
"tsEmitName": "
|
|
2622
|
+
"tsEmitName": "VT_CLSID",
|
|
2623
2623
|
"normalizedSignature": "VT_CLSID|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2624
2624
|
"isStatic": true,
|
|
2625
2625
|
"isReadOnly": false,
|
|
@@ -2628,7 +2628,7 @@
|
|
|
2628
2628
|
{
|
|
2629
2629
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_VECTORSystem.Runtime.InteropServices.VarEnum",
|
|
2630
2630
|
"clrName": "VT_VECTOR",
|
|
2631
|
-
"tsEmitName": "
|
|
2631
|
+
"tsEmitName": "VT_VECTOR",
|
|
2632
2632
|
"normalizedSignature": "VT_VECTOR|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2633
2633
|
"isStatic": true,
|
|
2634
2634
|
"isReadOnly": false,
|
|
@@ -2637,7 +2637,7 @@
|
|
|
2637
2637
|
{
|
|
2638
2638
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_ARRAYSystem.Runtime.InteropServices.VarEnum",
|
|
2639
2639
|
"clrName": "VT_ARRAY",
|
|
2640
|
-
"tsEmitName": "
|
|
2640
|
+
"tsEmitName": "VT_ARRAY",
|
|
2641
2641
|
"normalizedSignature": "VT_ARRAY|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2642
2642
|
"isStatic": true,
|
|
2643
2643
|
"isReadOnly": false,
|
|
@@ -2646,7 +2646,7 @@
|
|
|
2646
2646
|
{
|
|
2647
2647
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.VarEnum::VT_BYREFSystem.Runtime.InteropServices.VarEnum",
|
|
2648
2648
|
"clrName": "VT_BYREF",
|
|
2649
|
-
"tsEmitName": "
|
|
2649
|
+
"tsEmitName": "VT_BYREF",
|
|
2650
2650
|
"normalizedSignature": "VT_BYREF|System.Runtime.InteropServices.VarEnum|static=true|const=true",
|
|
2651
2651
|
"isStatic": true,
|
|
2652
2652
|
"isReadOnly": false,
|
|
@@ -3205,7 +3205,7 @@
|
|
|
3205
3205
|
{
|
|
3206
3206
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComWrappers\u002BComInterfaceEntry::IIDSystem.Guid",
|
|
3207
3207
|
"clrName": "IID",
|
|
3208
|
-
"tsEmitName": "
|
|
3208
|
+
"tsEmitName": "IID",
|
|
3209
3209
|
"normalizedSignature": "IID|System.Guid|static=false|const=false",
|
|
3210
3210
|
"isStatic": false,
|
|
3211
3211
|
"isReadOnly": false,
|
|
@@ -6751,7 +6751,7 @@
|
|
|
6751
6751
|
{
|
|
6752
6752
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.NFloat::E:System.Runtime.InteropServices.NFloat",
|
|
6753
6753
|
"clrName": "E",
|
|
6754
|
-
"tsEmitName": "
|
|
6754
|
+
"tsEmitName": "E",
|
|
6755
6755
|
"normalizedSignature": "E|:System.Runtime.InteropServices.NFloat|static=true|accessor=get",
|
|
6756
6756
|
"provenance": "Original",
|
|
6757
6757
|
"emitScope": "ClassSurface",
|
|
@@ -7094,63 +7094,6 @@
|
|
|
7094
7094
|
"isStatic": false,
|
|
7095
7095
|
"parameterCount": 1
|
|
7096
7096
|
}
|
|
7097
|
-
],
|
|
7098
|
-
"unsatisfiableInterfaces": [
|
|
7099
|
-
{
|
|
7100
|
-
"interfaceClrName": "System.Numerics.IBinaryFloatingPointIeee754\u00601",
|
|
7101
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7102
|
-
"issueCount": 32
|
|
7103
|
-
},
|
|
7104
|
-
{
|
|
7105
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
7106
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7107
|
-
"issueCount": 21
|
|
7108
|
-
},
|
|
7109
|
-
{
|
|
7110
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
7111
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7112
|
-
"issueCount": 1
|
|
7113
|
-
},
|
|
7114
|
-
{
|
|
7115
|
-
"interfaceClrName": "System.ISpanFormattable",
|
|
7116
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7117
|
-
"issueCount": 1
|
|
7118
|
-
},
|
|
7119
|
-
{
|
|
7120
|
-
"interfaceClrName": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
7121
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7122
|
-
"issueCount": 31
|
|
7123
|
-
},
|
|
7124
|
-
{
|
|
7125
|
-
"interfaceClrName": "System.Numerics.IExponentialFunctions\u00601",
|
|
7126
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7127
|
-
"issueCount": 19
|
|
7128
|
-
},
|
|
7129
|
-
{
|
|
7130
|
-
"interfaceClrName": "System.Numerics.IFloatingPointConstants\u00601",
|
|
7131
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7132
|
-
"issueCount": 19
|
|
7133
|
-
},
|
|
7134
|
-
{
|
|
7135
|
-
"interfaceClrName": "System.Numerics.ISignedNumber\u00601",
|
|
7136
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7137
|
-
"issueCount": 20
|
|
7138
|
-
},
|
|
7139
|
-
{
|
|
7140
|
-
"interfaceClrName": "System.Numerics.IHyperbolicFunctions\u00601",
|
|
7141
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7142
|
-
"issueCount": 19
|
|
7143
|
-
},
|
|
7144
|
-
{
|
|
7145
|
-
"interfaceClrName": "System.Numerics.ILogarithmicFunctions\u00601",
|
|
7146
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7147
|
-
"issueCount": 19
|
|
7148
|
-
},
|
|
7149
|
-
{
|
|
7150
|
-
"interfaceClrName": "System.Numerics.IPowerFunctions\u00601",
|
|
7151
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7152
|
-
"issueCount": 19
|
|
7153
|
-
}
|
|
7154
7097
|
]
|
|
7155
7098
|
},
|
|
7156
7099
|
{
|
|
@@ -7296,7 +7239,7 @@
|
|
|
7296
7239
|
{
|
|
7297
7240
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.OSPlatform::OSX:System.Runtime.InteropServices.OSPlatform",
|
|
7298
7241
|
"clrName": "OSX",
|
|
7299
|
-
"tsEmitName": "
|
|
7242
|
+
"tsEmitName": "OSX",
|
|
7300
7243
|
"normalizedSignature": "OSX|:System.Runtime.InteropServices.OSPlatform|static=true|accessor=get",
|
|
7301
7244
|
"provenance": "Original",
|
|
7302
7245
|
"emitScope": "ClassSurface",
|