@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
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
{
|
|
31
31
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.ADVF::ADVF_NODATASystem.Runtime.InteropServices.ComTypes.ADVF",
|
|
32
32
|
"clrName": "ADVF_NODATA",
|
|
33
|
-
"tsEmitName": "
|
|
33
|
+
"tsEmitName": "ADVF_NODATA",
|
|
34
34
|
"normalizedSignature": "ADVF_NODATA|System.Runtime.InteropServices.ComTypes.ADVF|static=true|const=true",
|
|
35
35
|
"isStatic": true,
|
|
36
36
|
"isReadOnly": false,
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
{
|
|
40
40
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.ADVF::ADVF_PRIMEFIRSTSystem.Runtime.InteropServices.ComTypes.ADVF",
|
|
41
41
|
"clrName": "ADVF_PRIMEFIRST",
|
|
42
|
-
"tsEmitName": "
|
|
42
|
+
"tsEmitName": "ADVF_PRIMEFIRST",
|
|
43
43
|
"normalizedSignature": "ADVF_PRIMEFIRST|System.Runtime.InteropServices.ComTypes.ADVF|static=true|const=true",
|
|
44
44
|
"isStatic": true,
|
|
45
45
|
"isReadOnly": false,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
{
|
|
49
49
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.ADVF::ADVF_ONLYONCESystem.Runtime.InteropServices.ComTypes.ADVF",
|
|
50
50
|
"clrName": "ADVF_ONLYONCE",
|
|
51
|
-
"tsEmitName": "
|
|
51
|
+
"tsEmitName": "ADVF_ONLYONCE",
|
|
52
52
|
"normalizedSignature": "ADVF_ONLYONCE|System.Runtime.InteropServices.ComTypes.ADVF|static=true|const=true",
|
|
53
53
|
"isStatic": true,
|
|
54
54
|
"isReadOnly": false,
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
{
|
|
58
58
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.ADVF::ADVF_DATAONSTOPSystem.Runtime.InteropServices.ComTypes.ADVF",
|
|
59
59
|
"clrName": "ADVF_DATAONSTOP",
|
|
60
|
-
"tsEmitName": "
|
|
60
|
+
"tsEmitName": "ADVF_DATAONSTOP",
|
|
61
61
|
"normalizedSignature": "ADVF_DATAONSTOP|System.Runtime.InteropServices.ComTypes.ADVF|static=true|const=true",
|
|
62
62
|
"isStatic": true,
|
|
63
63
|
"isReadOnly": false,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
{
|
|
67
67
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.ADVF::ADVFCACHE_NOHANDLERSystem.Runtime.InteropServices.ComTypes.ADVF",
|
|
68
68
|
"clrName": "ADVFCACHE_NOHANDLER",
|
|
69
|
-
"tsEmitName": "
|
|
69
|
+
"tsEmitName": "ADVFCACHE_NOHANDLER",
|
|
70
70
|
"normalizedSignature": "ADVFCACHE_NOHANDLER|System.Runtime.InteropServices.ComTypes.ADVF|static=true|const=true",
|
|
71
71
|
"isStatic": true,
|
|
72
72
|
"isReadOnly": false,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
{
|
|
76
76
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.ADVF::ADVFCACHE_FORCEBUILTINSystem.Runtime.InteropServices.ComTypes.ADVF",
|
|
77
77
|
"clrName": "ADVFCACHE_FORCEBUILTIN",
|
|
78
|
-
"tsEmitName": "
|
|
78
|
+
"tsEmitName": "ADVFCACHE_FORCEBUILTIN",
|
|
79
79
|
"normalizedSignature": "ADVFCACHE_FORCEBUILTIN|System.Runtime.InteropServices.ComTypes.ADVF|static=true|const=true",
|
|
80
80
|
"isStatic": true,
|
|
81
81
|
"isReadOnly": false,
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
{
|
|
85
85
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.ADVF::ADVFCACHE_ONSAVESystem.Runtime.InteropServices.ComTypes.ADVF",
|
|
86
86
|
"clrName": "ADVFCACHE_ONSAVE",
|
|
87
|
-
"tsEmitName": "
|
|
87
|
+
"tsEmitName": "ADVFCACHE_ONSAVE",
|
|
88
88
|
"normalizedSignature": "ADVFCACHE_ONSAVE|System.Runtime.InteropServices.ComTypes.ADVF|static=true|const=true",
|
|
89
89
|
"isStatic": true,
|
|
90
90
|
"isReadOnly": false,
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
{
|
|
120
120
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_CDECLSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
121
121
|
"clrName": "CC_CDECL",
|
|
122
|
-
"tsEmitName": "
|
|
122
|
+
"tsEmitName": "CC_CDECL",
|
|
123
123
|
"normalizedSignature": "CC_CDECL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
124
124
|
"isStatic": true,
|
|
125
125
|
"isReadOnly": false,
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
{
|
|
129
129
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_MSCPASCALSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
130
130
|
"clrName": "CC_MSCPASCAL",
|
|
131
|
-
"tsEmitName": "
|
|
131
|
+
"tsEmitName": "CC_MSCPASCAL",
|
|
132
132
|
"normalizedSignature": "CC_MSCPASCAL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
133
133
|
"isStatic": true,
|
|
134
134
|
"isReadOnly": false,
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
{
|
|
138
138
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_PASCALSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
139
139
|
"clrName": "CC_PASCAL",
|
|
140
|
-
"tsEmitName": "
|
|
140
|
+
"tsEmitName": "CC_PASCAL",
|
|
141
141
|
"normalizedSignature": "CC_PASCAL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
142
142
|
"isStatic": true,
|
|
143
143
|
"isReadOnly": false,
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
{
|
|
147
147
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_MACPASCALSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
148
148
|
"clrName": "CC_MACPASCAL",
|
|
149
|
-
"tsEmitName": "
|
|
149
|
+
"tsEmitName": "CC_MACPASCAL",
|
|
150
150
|
"normalizedSignature": "CC_MACPASCAL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
151
151
|
"isStatic": true,
|
|
152
152
|
"isReadOnly": false,
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
{
|
|
156
156
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_STDCALLSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
157
157
|
"clrName": "CC_STDCALL",
|
|
158
|
-
"tsEmitName": "
|
|
158
|
+
"tsEmitName": "CC_STDCALL",
|
|
159
159
|
"normalizedSignature": "CC_STDCALL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
160
160
|
"isStatic": true,
|
|
161
161
|
"isReadOnly": false,
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
{
|
|
165
165
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_RESERVEDSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
166
166
|
"clrName": "CC_RESERVED",
|
|
167
|
-
"tsEmitName": "
|
|
167
|
+
"tsEmitName": "CC_RESERVED",
|
|
168
168
|
"normalizedSignature": "CC_RESERVED|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
169
169
|
"isStatic": true,
|
|
170
170
|
"isReadOnly": false,
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
{
|
|
174
174
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_SYSCALLSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
175
175
|
"clrName": "CC_SYSCALL",
|
|
176
|
-
"tsEmitName": "
|
|
176
|
+
"tsEmitName": "CC_SYSCALL",
|
|
177
177
|
"normalizedSignature": "CC_SYSCALL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
178
178
|
"isStatic": true,
|
|
179
179
|
"isReadOnly": false,
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
{
|
|
183
183
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_MPWCDECLSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
184
184
|
"clrName": "CC_MPWCDECL",
|
|
185
|
-
"tsEmitName": "
|
|
185
|
+
"tsEmitName": "CC_MPWCDECL",
|
|
186
186
|
"normalizedSignature": "CC_MPWCDECL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
187
187
|
"isStatic": true,
|
|
188
188
|
"isReadOnly": false,
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
{
|
|
192
192
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_MPWPASCALSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
193
193
|
"clrName": "CC_MPWPASCAL",
|
|
194
|
-
"tsEmitName": "
|
|
194
|
+
"tsEmitName": "CC_MPWPASCAL",
|
|
195
195
|
"normalizedSignature": "CC_MPWPASCAL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
196
196
|
"isStatic": true,
|
|
197
197
|
"isReadOnly": false,
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
{
|
|
201
201
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_MAXSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
202
202
|
"clrName": "CC_MAX",
|
|
203
|
-
"tsEmitName": "
|
|
203
|
+
"tsEmitName": "CC_MAX",
|
|
204
204
|
"normalizedSignature": "CC_MAX|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
205
205
|
"isStatic": true,
|
|
206
206
|
"isReadOnly": false,
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
{
|
|
236
236
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.DATADIR::DATADIR_GETSystem.Runtime.InteropServices.ComTypes.DATADIR",
|
|
237
237
|
"clrName": "DATADIR_GET",
|
|
238
|
-
"tsEmitName": "
|
|
238
|
+
"tsEmitName": "DATADIR_GET",
|
|
239
239
|
"normalizedSignature": "DATADIR_GET|System.Runtime.InteropServices.ComTypes.DATADIR|static=true|const=true",
|
|
240
240
|
"isStatic": true,
|
|
241
241
|
"isReadOnly": false,
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
{
|
|
245
245
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.DATADIR::DATADIR_SETSystem.Runtime.InteropServices.ComTypes.DATADIR",
|
|
246
246
|
"clrName": "DATADIR_SET",
|
|
247
|
-
"tsEmitName": "
|
|
247
|
+
"tsEmitName": "DATADIR_SET",
|
|
248
248
|
"normalizedSignature": "DATADIR_SET|System.Runtime.InteropServices.ComTypes.DATADIR|static=true|const=true",
|
|
249
249
|
"isStatic": true,
|
|
250
250
|
"isReadOnly": false,
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
{
|
|
280
280
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_NONESystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
281
281
|
"clrName": "DESCKIND_NONE",
|
|
282
|
-
"tsEmitName": "
|
|
282
|
+
"tsEmitName": "DESCKIND_NONE",
|
|
283
283
|
"normalizedSignature": "DESCKIND_NONE|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
284
284
|
"isStatic": true,
|
|
285
285
|
"isReadOnly": false,
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
{
|
|
289
289
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_FUNCDESCSystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
290
290
|
"clrName": "DESCKIND_FUNCDESC",
|
|
291
|
-
"tsEmitName": "
|
|
291
|
+
"tsEmitName": "DESCKIND_FUNCDESC",
|
|
292
292
|
"normalizedSignature": "DESCKIND_FUNCDESC|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
293
293
|
"isStatic": true,
|
|
294
294
|
"isReadOnly": false,
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
{
|
|
298
298
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_VARDESCSystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
299
299
|
"clrName": "DESCKIND_VARDESC",
|
|
300
|
-
"tsEmitName": "
|
|
300
|
+
"tsEmitName": "DESCKIND_VARDESC",
|
|
301
301
|
"normalizedSignature": "DESCKIND_VARDESC|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
302
302
|
"isStatic": true,
|
|
303
303
|
"isReadOnly": false,
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
{
|
|
307
307
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_TYPECOMPSystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
308
308
|
"clrName": "DESCKIND_TYPECOMP",
|
|
309
|
-
"tsEmitName": "
|
|
309
|
+
"tsEmitName": "DESCKIND_TYPECOMP",
|
|
310
310
|
"normalizedSignature": "DESCKIND_TYPECOMP|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
311
311
|
"isStatic": true,
|
|
312
312
|
"isReadOnly": false,
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
{
|
|
316
316
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_IMPLICITAPPOBJSystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
317
317
|
"clrName": "DESCKIND_IMPLICITAPPOBJ",
|
|
318
|
-
"tsEmitName": "
|
|
318
|
+
"tsEmitName": "DESCKIND_IMPLICITAPPOBJ",
|
|
319
319
|
"normalizedSignature": "DESCKIND_IMPLICITAPPOBJ|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
320
320
|
"isStatic": true,
|
|
321
321
|
"isReadOnly": false,
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
{
|
|
325
325
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_MAXSystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
326
326
|
"clrName": "DESCKIND_MAX",
|
|
327
|
-
"tsEmitName": "
|
|
327
|
+
"tsEmitName": "DESCKIND_MAX",
|
|
328
328
|
"normalizedSignature": "DESCKIND_MAX|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
329
329
|
"isStatic": true,
|
|
330
330
|
"isReadOnly": false,
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
{
|
|
360
360
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.DVASPECT::DVASPECT_CONTENTSystem.Runtime.InteropServices.ComTypes.DVASPECT",
|
|
361
361
|
"clrName": "DVASPECT_CONTENT",
|
|
362
|
-
"tsEmitName": "
|
|
362
|
+
"tsEmitName": "DVASPECT_CONTENT",
|
|
363
363
|
"normalizedSignature": "DVASPECT_CONTENT|System.Runtime.InteropServices.ComTypes.DVASPECT|static=true|const=true",
|
|
364
364
|
"isStatic": true,
|
|
365
365
|
"isReadOnly": false,
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
{
|
|
369
369
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.DVASPECT::DVASPECT_THUMBNAILSystem.Runtime.InteropServices.ComTypes.DVASPECT",
|
|
370
370
|
"clrName": "DVASPECT_THUMBNAIL",
|
|
371
|
-
"tsEmitName": "
|
|
371
|
+
"tsEmitName": "DVASPECT_THUMBNAIL",
|
|
372
372
|
"normalizedSignature": "DVASPECT_THUMBNAIL|System.Runtime.InteropServices.ComTypes.DVASPECT|static=true|const=true",
|
|
373
373
|
"isStatic": true,
|
|
374
374
|
"isReadOnly": false,
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
{
|
|
378
378
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.DVASPECT::DVASPECT_ICONSystem.Runtime.InteropServices.ComTypes.DVASPECT",
|
|
379
379
|
"clrName": "DVASPECT_ICON",
|
|
380
|
-
"tsEmitName": "
|
|
380
|
+
"tsEmitName": "DVASPECT_ICON",
|
|
381
381
|
"normalizedSignature": "DVASPECT_ICON|System.Runtime.InteropServices.ComTypes.DVASPECT|static=true|const=true",
|
|
382
382
|
"isStatic": true,
|
|
383
383
|
"isReadOnly": false,
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
{
|
|
387
387
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.DVASPECT::DVASPECT_DOCPRINTSystem.Runtime.InteropServices.ComTypes.DVASPECT",
|
|
388
388
|
"clrName": "DVASPECT_DOCPRINT",
|
|
389
|
-
"tsEmitName": "
|
|
389
|
+
"tsEmitName": "DVASPECT_DOCPRINT",
|
|
390
390
|
"normalizedSignature": "DVASPECT_DOCPRINT|System.Runtime.InteropServices.ComTypes.DVASPECT|static=true|const=true",
|
|
391
391
|
"isStatic": true,
|
|
392
392
|
"isReadOnly": false,
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
{
|
|
422
422
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FRESTRICTEDSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
423
423
|
"clrName": "FUNCFLAG_FRESTRICTED",
|
|
424
|
-
"tsEmitName": "
|
|
424
|
+
"tsEmitName": "FUNCFLAG_FRESTRICTED",
|
|
425
425
|
"normalizedSignature": "FUNCFLAG_FRESTRICTED|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
426
426
|
"isStatic": true,
|
|
427
427
|
"isReadOnly": false,
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
{
|
|
431
431
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FSOURCESystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
432
432
|
"clrName": "FUNCFLAG_FSOURCE",
|
|
433
|
-
"tsEmitName": "
|
|
433
|
+
"tsEmitName": "FUNCFLAG_FSOURCE",
|
|
434
434
|
"normalizedSignature": "FUNCFLAG_FSOURCE|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
435
435
|
"isStatic": true,
|
|
436
436
|
"isReadOnly": false,
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
{
|
|
440
440
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FBINDABLESystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
441
441
|
"clrName": "FUNCFLAG_FBINDABLE",
|
|
442
|
-
"tsEmitName": "
|
|
442
|
+
"tsEmitName": "FUNCFLAG_FBINDABLE",
|
|
443
443
|
"normalizedSignature": "FUNCFLAG_FBINDABLE|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
444
444
|
"isStatic": true,
|
|
445
445
|
"isReadOnly": false,
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
{
|
|
449
449
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FREQUESTEDITSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
450
450
|
"clrName": "FUNCFLAG_FREQUESTEDIT",
|
|
451
|
-
"tsEmitName": "
|
|
451
|
+
"tsEmitName": "FUNCFLAG_FREQUESTEDIT",
|
|
452
452
|
"normalizedSignature": "FUNCFLAG_FREQUESTEDIT|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
453
453
|
"isStatic": true,
|
|
454
454
|
"isReadOnly": false,
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
{
|
|
458
458
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FDISPLAYBINDSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
459
459
|
"clrName": "FUNCFLAG_FDISPLAYBIND",
|
|
460
|
-
"tsEmitName": "
|
|
460
|
+
"tsEmitName": "FUNCFLAG_FDISPLAYBIND",
|
|
461
461
|
"normalizedSignature": "FUNCFLAG_FDISPLAYBIND|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
462
462
|
"isStatic": true,
|
|
463
463
|
"isReadOnly": false,
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
{
|
|
467
467
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FDEFAULTBINDSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
468
468
|
"clrName": "FUNCFLAG_FDEFAULTBIND",
|
|
469
|
-
"tsEmitName": "
|
|
469
|
+
"tsEmitName": "FUNCFLAG_FDEFAULTBIND",
|
|
470
470
|
"normalizedSignature": "FUNCFLAG_FDEFAULTBIND|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
471
471
|
"isStatic": true,
|
|
472
472
|
"isReadOnly": false,
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
{
|
|
476
476
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FHIDDENSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
477
477
|
"clrName": "FUNCFLAG_FHIDDEN",
|
|
478
|
-
"tsEmitName": "
|
|
478
|
+
"tsEmitName": "FUNCFLAG_FHIDDEN",
|
|
479
479
|
"normalizedSignature": "FUNCFLAG_FHIDDEN|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
480
480
|
"isStatic": true,
|
|
481
481
|
"isReadOnly": false,
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
{
|
|
485
485
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FUSESGETLASTERRORSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
486
486
|
"clrName": "FUNCFLAG_FUSESGETLASTERROR",
|
|
487
|
-
"tsEmitName": "
|
|
487
|
+
"tsEmitName": "FUNCFLAG_FUSESGETLASTERROR",
|
|
488
488
|
"normalizedSignature": "FUNCFLAG_FUSESGETLASTERROR|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
489
489
|
"isStatic": true,
|
|
490
490
|
"isReadOnly": false,
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
{
|
|
494
494
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FDEFAULTCOLLELEMSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
495
495
|
"clrName": "FUNCFLAG_FDEFAULTCOLLELEM",
|
|
496
|
-
"tsEmitName": "
|
|
496
|
+
"tsEmitName": "FUNCFLAG_FDEFAULTCOLLELEM",
|
|
497
497
|
"normalizedSignature": "FUNCFLAG_FDEFAULTCOLLELEM|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
498
498
|
"isStatic": true,
|
|
499
499
|
"isReadOnly": false,
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
{
|
|
503
503
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FUIDEFAULTSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
504
504
|
"clrName": "FUNCFLAG_FUIDEFAULT",
|
|
505
|
-
"tsEmitName": "
|
|
505
|
+
"tsEmitName": "FUNCFLAG_FUIDEFAULT",
|
|
506
506
|
"normalizedSignature": "FUNCFLAG_FUIDEFAULT|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
507
507
|
"isStatic": true,
|
|
508
508
|
"isReadOnly": false,
|
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
{
|
|
512
512
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FNONBROWSABLESystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
513
513
|
"clrName": "FUNCFLAG_FNONBROWSABLE",
|
|
514
|
-
"tsEmitName": "
|
|
514
|
+
"tsEmitName": "FUNCFLAG_FNONBROWSABLE",
|
|
515
515
|
"normalizedSignature": "FUNCFLAG_FNONBROWSABLE|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
516
516
|
"isStatic": true,
|
|
517
517
|
"isReadOnly": false,
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
{
|
|
521
521
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FREPLACEABLESystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
522
522
|
"clrName": "FUNCFLAG_FREPLACEABLE",
|
|
523
|
-
"tsEmitName": "
|
|
523
|
+
"tsEmitName": "FUNCFLAG_FREPLACEABLE",
|
|
524
524
|
"normalizedSignature": "FUNCFLAG_FREPLACEABLE|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
525
525
|
"isStatic": true,
|
|
526
526
|
"isReadOnly": false,
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
{
|
|
530
530
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FIMMEDIATEBINDSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
531
531
|
"clrName": "FUNCFLAG_FIMMEDIATEBIND",
|
|
532
|
-
"tsEmitName": "
|
|
532
|
+
"tsEmitName": "FUNCFLAG_FIMMEDIATEBIND",
|
|
533
533
|
"normalizedSignature": "FUNCFLAG_FIMMEDIATEBIND|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
534
534
|
"isStatic": true,
|
|
535
535
|
"isReadOnly": false,
|
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
{
|
|
565
565
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCKIND::FUNC_VIRTUALSystem.Runtime.InteropServices.ComTypes.FUNCKIND",
|
|
566
566
|
"clrName": "FUNC_VIRTUAL",
|
|
567
|
-
"tsEmitName": "
|
|
567
|
+
"tsEmitName": "FUNC_VIRTUAL",
|
|
568
568
|
"normalizedSignature": "FUNC_VIRTUAL|System.Runtime.InteropServices.ComTypes.FUNCKIND|static=true|const=true",
|
|
569
569
|
"isStatic": true,
|
|
570
570
|
"isReadOnly": false,
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
{
|
|
574
574
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCKIND::FUNC_PUREVIRTUALSystem.Runtime.InteropServices.ComTypes.FUNCKIND",
|
|
575
575
|
"clrName": "FUNC_PUREVIRTUAL",
|
|
576
|
-
"tsEmitName": "
|
|
576
|
+
"tsEmitName": "FUNC_PUREVIRTUAL",
|
|
577
577
|
"normalizedSignature": "FUNC_PUREVIRTUAL|System.Runtime.InteropServices.ComTypes.FUNCKIND|static=true|const=true",
|
|
578
578
|
"isStatic": true,
|
|
579
579
|
"isReadOnly": false,
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
{
|
|
583
583
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCKIND::FUNC_NONVIRTUALSystem.Runtime.InteropServices.ComTypes.FUNCKIND",
|
|
584
584
|
"clrName": "FUNC_NONVIRTUAL",
|
|
585
|
-
"tsEmitName": "
|
|
585
|
+
"tsEmitName": "FUNC_NONVIRTUAL",
|
|
586
586
|
"normalizedSignature": "FUNC_NONVIRTUAL|System.Runtime.InteropServices.ComTypes.FUNCKIND|static=true|const=true",
|
|
587
587
|
"isStatic": true,
|
|
588
588
|
"isReadOnly": false,
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
{
|
|
592
592
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCKIND::FUNC_STATICSystem.Runtime.InteropServices.ComTypes.FUNCKIND",
|
|
593
593
|
"clrName": "FUNC_STATIC",
|
|
594
|
-
"tsEmitName": "
|
|
594
|
+
"tsEmitName": "FUNC_STATIC",
|
|
595
595
|
"normalizedSignature": "FUNC_STATIC|System.Runtime.InteropServices.ComTypes.FUNCKIND|static=true|const=true",
|
|
596
596
|
"isStatic": true,
|
|
597
597
|
"isReadOnly": false,
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
{
|
|
601
601
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCKIND::FUNC_DISPATCHSystem.Runtime.InteropServices.ComTypes.FUNCKIND",
|
|
602
602
|
"clrName": "FUNC_DISPATCH",
|
|
603
|
-
"tsEmitName": "
|
|
603
|
+
"tsEmitName": "FUNC_DISPATCH",
|
|
604
604
|
"normalizedSignature": "FUNC_DISPATCH|System.Runtime.InteropServices.ComTypes.FUNCKIND|static=true|const=true",
|
|
605
605
|
"isStatic": true,
|
|
606
606
|
"isReadOnly": false,
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
{
|
|
636
636
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLFLAG::IDLFLAG_NONESystem.Runtime.InteropServices.ComTypes.IDLFLAG",
|
|
637
637
|
"clrName": "IDLFLAG_NONE",
|
|
638
|
-
"tsEmitName": "
|
|
638
|
+
"tsEmitName": "IDLFLAG_NONE",
|
|
639
639
|
"normalizedSignature": "IDLFLAG_NONE|System.Runtime.InteropServices.ComTypes.IDLFLAG|static=true|const=true",
|
|
640
640
|
"isStatic": true,
|
|
641
641
|
"isReadOnly": false,
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
{
|
|
645
645
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLFLAG::IDLFLAG_FINSystem.Runtime.InteropServices.ComTypes.IDLFLAG",
|
|
646
646
|
"clrName": "IDLFLAG_FIN",
|
|
647
|
-
"tsEmitName": "
|
|
647
|
+
"tsEmitName": "IDLFLAG_FIN",
|
|
648
648
|
"normalizedSignature": "IDLFLAG_FIN|System.Runtime.InteropServices.ComTypes.IDLFLAG|static=true|const=true",
|
|
649
649
|
"isStatic": true,
|
|
650
650
|
"isReadOnly": false,
|
|
@@ -653,7 +653,7 @@
|
|
|
653
653
|
{
|
|
654
654
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLFLAG::IDLFLAG_FOUTSystem.Runtime.InteropServices.ComTypes.IDLFLAG",
|
|
655
655
|
"clrName": "IDLFLAG_FOUT",
|
|
656
|
-
"tsEmitName": "
|
|
656
|
+
"tsEmitName": "IDLFLAG_FOUT",
|
|
657
657
|
"normalizedSignature": "IDLFLAG_FOUT|System.Runtime.InteropServices.ComTypes.IDLFLAG|static=true|const=true",
|
|
658
658
|
"isStatic": true,
|
|
659
659
|
"isReadOnly": false,
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
{
|
|
663
663
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLFLAG::IDLFLAG_FLCIDSystem.Runtime.InteropServices.ComTypes.IDLFLAG",
|
|
664
664
|
"clrName": "IDLFLAG_FLCID",
|
|
665
|
-
"tsEmitName": "
|
|
665
|
+
"tsEmitName": "IDLFLAG_FLCID",
|
|
666
666
|
"normalizedSignature": "IDLFLAG_FLCID|System.Runtime.InteropServices.ComTypes.IDLFLAG|static=true|const=true",
|
|
667
667
|
"isStatic": true,
|
|
668
668
|
"isReadOnly": false,
|
|
@@ -671,7 +671,7 @@
|
|
|
671
671
|
{
|
|
672
672
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLFLAG::IDLFLAG_FRETVALSystem.Runtime.InteropServices.ComTypes.IDLFLAG",
|
|
673
673
|
"clrName": "IDLFLAG_FRETVAL",
|
|
674
|
-
"tsEmitName": "
|
|
674
|
+
"tsEmitName": "IDLFLAG_FRETVAL",
|
|
675
675
|
"normalizedSignature": "IDLFLAG_FRETVAL|System.Runtime.InteropServices.ComTypes.IDLFLAG|static=true|const=true",
|
|
676
676
|
"isStatic": true,
|
|
677
677
|
"isReadOnly": false,
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
{
|
|
707
707
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS::IMPLTYPEFLAG_FDEFAULTSystem.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS",
|
|
708
708
|
"clrName": "IMPLTYPEFLAG_FDEFAULT",
|
|
709
|
-
"tsEmitName": "
|
|
709
|
+
"tsEmitName": "IMPLTYPEFLAG_FDEFAULT",
|
|
710
710
|
"normalizedSignature": "IMPLTYPEFLAG_FDEFAULT|System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS|static=true|const=true",
|
|
711
711
|
"isStatic": true,
|
|
712
712
|
"isReadOnly": false,
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
{
|
|
716
716
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS::IMPLTYPEFLAG_FSOURCESystem.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS",
|
|
717
717
|
"clrName": "IMPLTYPEFLAG_FSOURCE",
|
|
718
|
-
"tsEmitName": "
|
|
718
|
+
"tsEmitName": "IMPLTYPEFLAG_FSOURCE",
|
|
719
719
|
"normalizedSignature": "IMPLTYPEFLAG_FSOURCE|System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS|static=true|const=true",
|
|
720
720
|
"isStatic": true,
|
|
721
721
|
"isReadOnly": false,
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
{
|
|
725
725
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS::IMPLTYPEFLAG_FRESTRICTEDSystem.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS",
|
|
726
726
|
"clrName": "IMPLTYPEFLAG_FRESTRICTED",
|
|
727
|
-
"tsEmitName": "
|
|
727
|
+
"tsEmitName": "IMPLTYPEFLAG_FRESTRICTED",
|
|
728
728
|
"normalizedSignature": "IMPLTYPEFLAG_FRESTRICTED|System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS|static=true|const=true",
|
|
729
729
|
"isStatic": true,
|
|
730
730
|
"isReadOnly": false,
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
{
|
|
734
734
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS::IMPLTYPEFLAG_FDEFAULTVTABLESystem.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS",
|
|
735
735
|
"clrName": "IMPLTYPEFLAG_FDEFAULTVTABLE",
|
|
736
|
-
"tsEmitName": "
|
|
736
|
+
"tsEmitName": "IMPLTYPEFLAG_FDEFAULTVTABLE",
|
|
737
737
|
"normalizedSignature": "IMPLTYPEFLAG_FDEFAULTVTABLE|System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS|static=true|const=true",
|
|
738
738
|
"isStatic": true,
|
|
739
739
|
"isReadOnly": false,
|
|
@@ -768,7 +768,7 @@
|
|
|
768
768
|
{
|
|
769
769
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.INVOKEKIND::INVOKE_FUNCSystem.Runtime.InteropServices.ComTypes.INVOKEKIND",
|
|
770
770
|
"clrName": "INVOKE_FUNC",
|
|
771
|
-
"tsEmitName": "
|
|
771
|
+
"tsEmitName": "INVOKE_FUNC",
|
|
772
772
|
"normalizedSignature": "INVOKE_FUNC|System.Runtime.InteropServices.ComTypes.INVOKEKIND|static=true|const=true",
|
|
773
773
|
"isStatic": true,
|
|
774
774
|
"isReadOnly": false,
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
{
|
|
778
778
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.INVOKEKIND::INVOKE_PROPERTYGETSystem.Runtime.InteropServices.ComTypes.INVOKEKIND",
|
|
779
779
|
"clrName": "INVOKE_PROPERTYGET",
|
|
780
|
-
"tsEmitName": "
|
|
780
|
+
"tsEmitName": "INVOKE_PROPERTYGET",
|
|
781
781
|
"normalizedSignature": "INVOKE_PROPERTYGET|System.Runtime.InteropServices.ComTypes.INVOKEKIND|static=true|const=true",
|
|
782
782
|
"isStatic": true,
|
|
783
783
|
"isReadOnly": false,
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
{
|
|
787
787
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.INVOKEKIND::INVOKE_PROPERTYPUTSystem.Runtime.InteropServices.ComTypes.INVOKEKIND",
|
|
788
788
|
"clrName": "INVOKE_PROPERTYPUT",
|
|
789
|
-
"tsEmitName": "
|
|
789
|
+
"tsEmitName": "INVOKE_PROPERTYPUT",
|
|
790
790
|
"normalizedSignature": "INVOKE_PROPERTYPUT|System.Runtime.InteropServices.ComTypes.INVOKEKIND|static=true|const=true",
|
|
791
791
|
"isStatic": true,
|
|
792
792
|
"isReadOnly": false,
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
{
|
|
796
796
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.INVOKEKIND::INVOKE_PROPERTYPUTREFSystem.Runtime.InteropServices.ComTypes.INVOKEKIND",
|
|
797
797
|
"clrName": "INVOKE_PROPERTYPUTREF",
|
|
798
|
-
"tsEmitName": "
|
|
798
|
+
"tsEmitName": "INVOKE_PROPERTYPUTREF",
|
|
799
799
|
"normalizedSignature": "INVOKE_PROPERTYPUTREF|System.Runtime.InteropServices.ComTypes.INVOKEKIND|static=true|const=true",
|
|
800
800
|
"isStatic": true,
|
|
801
801
|
"isReadOnly": false,
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
{
|
|
831
831
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.LIBFLAGS::LIBFLAG_FRESTRICTEDSystem.Runtime.InteropServices.ComTypes.LIBFLAGS",
|
|
832
832
|
"clrName": "LIBFLAG_FRESTRICTED",
|
|
833
|
-
"tsEmitName": "
|
|
833
|
+
"tsEmitName": "LIBFLAG_FRESTRICTED",
|
|
834
834
|
"normalizedSignature": "LIBFLAG_FRESTRICTED|System.Runtime.InteropServices.ComTypes.LIBFLAGS|static=true|const=true",
|
|
835
835
|
"isStatic": true,
|
|
836
836
|
"isReadOnly": false,
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
{
|
|
840
840
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.LIBFLAGS::LIBFLAG_FCONTROLSystem.Runtime.InteropServices.ComTypes.LIBFLAGS",
|
|
841
841
|
"clrName": "LIBFLAG_FCONTROL",
|
|
842
|
-
"tsEmitName": "
|
|
842
|
+
"tsEmitName": "LIBFLAG_FCONTROL",
|
|
843
843
|
"normalizedSignature": "LIBFLAG_FCONTROL|System.Runtime.InteropServices.ComTypes.LIBFLAGS|static=true|const=true",
|
|
844
844
|
"isStatic": true,
|
|
845
845
|
"isReadOnly": false,
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
{
|
|
849
849
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.LIBFLAGS::LIBFLAG_FHIDDENSystem.Runtime.InteropServices.ComTypes.LIBFLAGS",
|
|
850
850
|
"clrName": "LIBFLAG_FHIDDEN",
|
|
851
|
-
"tsEmitName": "
|
|
851
|
+
"tsEmitName": "LIBFLAG_FHIDDEN",
|
|
852
852
|
"normalizedSignature": "LIBFLAG_FHIDDEN|System.Runtime.InteropServices.ComTypes.LIBFLAGS|static=true|const=true",
|
|
853
853
|
"isStatic": true,
|
|
854
854
|
"isReadOnly": false,
|
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
{
|
|
858
858
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.LIBFLAGS::LIBFLAG_FHASDISKIMAGESystem.Runtime.InteropServices.ComTypes.LIBFLAGS",
|
|
859
859
|
"clrName": "LIBFLAG_FHASDISKIMAGE",
|
|
860
|
-
"tsEmitName": "
|
|
860
|
+
"tsEmitName": "LIBFLAG_FHASDISKIMAGE",
|
|
861
861
|
"normalizedSignature": "LIBFLAG_FHASDISKIMAGE|System.Runtime.InteropServices.ComTypes.LIBFLAGS|static=true|const=true",
|
|
862
862
|
"isStatic": true,
|
|
863
863
|
"isReadOnly": false,
|
|
@@ -892,7 +892,7 @@
|
|
|
892
892
|
{
|
|
893
893
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_NONESystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
894
894
|
"clrName": "PARAMFLAG_NONE",
|
|
895
|
-
"tsEmitName": "
|
|
895
|
+
"tsEmitName": "PARAMFLAG_NONE",
|
|
896
896
|
"normalizedSignature": "PARAMFLAG_NONE|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
897
897
|
"isStatic": true,
|
|
898
898
|
"isReadOnly": false,
|
|
@@ -901,7 +901,7 @@
|
|
|
901
901
|
{
|
|
902
902
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FINSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
903
903
|
"clrName": "PARAMFLAG_FIN",
|
|
904
|
-
"tsEmitName": "
|
|
904
|
+
"tsEmitName": "PARAMFLAG_FIN",
|
|
905
905
|
"normalizedSignature": "PARAMFLAG_FIN|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
906
906
|
"isStatic": true,
|
|
907
907
|
"isReadOnly": false,
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
{
|
|
911
911
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FOUTSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
912
912
|
"clrName": "PARAMFLAG_FOUT",
|
|
913
|
-
"tsEmitName": "
|
|
913
|
+
"tsEmitName": "PARAMFLAG_FOUT",
|
|
914
914
|
"normalizedSignature": "PARAMFLAG_FOUT|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
915
915
|
"isStatic": true,
|
|
916
916
|
"isReadOnly": false,
|
|
@@ -919,7 +919,7 @@
|
|
|
919
919
|
{
|
|
920
920
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FLCIDSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
921
921
|
"clrName": "PARAMFLAG_FLCID",
|
|
922
|
-
"tsEmitName": "
|
|
922
|
+
"tsEmitName": "PARAMFLAG_FLCID",
|
|
923
923
|
"normalizedSignature": "PARAMFLAG_FLCID|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
924
924
|
"isStatic": true,
|
|
925
925
|
"isReadOnly": false,
|
|
@@ -928,7 +928,7 @@
|
|
|
928
928
|
{
|
|
929
929
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FRETVALSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
930
930
|
"clrName": "PARAMFLAG_FRETVAL",
|
|
931
|
-
"tsEmitName": "
|
|
931
|
+
"tsEmitName": "PARAMFLAG_FRETVAL",
|
|
932
932
|
"normalizedSignature": "PARAMFLAG_FRETVAL|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
933
933
|
"isStatic": true,
|
|
934
934
|
"isReadOnly": false,
|
|
@@ -937,7 +937,7 @@
|
|
|
937
937
|
{
|
|
938
938
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FOPTSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
939
939
|
"clrName": "PARAMFLAG_FOPT",
|
|
940
|
-
"tsEmitName": "
|
|
940
|
+
"tsEmitName": "PARAMFLAG_FOPT",
|
|
941
941
|
"normalizedSignature": "PARAMFLAG_FOPT|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
942
942
|
"isStatic": true,
|
|
943
943
|
"isReadOnly": false,
|
|
@@ -946,7 +946,7 @@
|
|
|
946
946
|
{
|
|
947
947
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FHASDEFAULTSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
948
948
|
"clrName": "PARAMFLAG_FHASDEFAULT",
|
|
949
|
-
"tsEmitName": "
|
|
949
|
+
"tsEmitName": "PARAMFLAG_FHASDEFAULT",
|
|
950
950
|
"normalizedSignature": "PARAMFLAG_FHASDEFAULT|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
951
951
|
"isStatic": true,
|
|
952
952
|
"isReadOnly": false,
|
|
@@ -955,7 +955,7 @@
|
|
|
955
955
|
{
|
|
956
956
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FHASCUSTDATASystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
957
957
|
"clrName": "PARAMFLAG_FHASCUSTDATA",
|
|
958
|
-
"tsEmitName": "
|
|
958
|
+
"tsEmitName": "PARAMFLAG_FHASCUSTDATA",
|
|
959
959
|
"normalizedSignature": "PARAMFLAG_FHASCUSTDATA|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
960
960
|
"isStatic": true,
|
|
961
961
|
"isReadOnly": false,
|
|
@@ -990,7 +990,7 @@
|
|
|
990
990
|
{
|
|
991
991
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.SYSKIND::SYS_WIN16System.Runtime.InteropServices.ComTypes.SYSKIND",
|
|
992
992
|
"clrName": "SYS_WIN16",
|
|
993
|
-
"tsEmitName": "
|
|
993
|
+
"tsEmitName": "SYS_WIN16",
|
|
994
994
|
"normalizedSignature": "SYS_WIN16|System.Runtime.InteropServices.ComTypes.SYSKIND|static=true|const=true",
|
|
995
995
|
"isStatic": true,
|
|
996
996
|
"isReadOnly": false,
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
{
|
|
1000
1000
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.SYSKIND::SYS_WIN32System.Runtime.InteropServices.ComTypes.SYSKIND",
|
|
1001
1001
|
"clrName": "SYS_WIN32",
|
|
1002
|
-
"tsEmitName": "
|
|
1002
|
+
"tsEmitName": "SYS_WIN32",
|
|
1003
1003
|
"normalizedSignature": "SYS_WIN32|System.Runtime.InteropServices.ComTypes.SYSKIND|static=true|const=true",
|
|
1004
1004
|
"isStatic": true,
|
|
1005
1005
|
"isReadOnly": false,
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
{
|
|
1009
1009
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.SYSKIND::SYS_MACSystem.Runtime.InteropServices.ComTypes.SYSKIND",
|
|
1010
1010
|
"clrName": "SYS_MAC",
|
|
1011
|
-
"tsEmitName": "
|
|
1011
|
+
"tsEmitName": "SYS_MAC",
|
|
1012
1012
|
"normalizedSignature": "SYS_MAC|System.Runtime.InteropServices.ComTypes.SYSKIND|static=true|const=true",
|
|
1013
1013
|
"isStatic": true,
|
|
1014
1014
|
"isReadOnly": false,
|
|
@@ -1017,7 +1017,7 @@
|
|
|
1017
1017
|
{
|
|
1018
1018
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.SYSKIND::SYS_WIN64System.Runtime.InteropServices.ComTypes.SYSKIND",
|
|
1019
1019
|
"clrName": "SYS_WIN64",
|
|
1020
|
-
"tsEmitName": "
|
|
1020
|
+
"tsEmitName": "SYS_WIN64",
|
|
1021
1021
|
"normalizedSignature": "SYS_WIN64|System.Runtime.InteropServices.ComTypes.SYSKIND|static=true|const=true",
|
|
1022
1022
|
"isStatic": true,
|
|
1023
1023
|
"isReadOnly": false,
|
|
@@ -1052,7 +1052,7 @@
|
|
|
1052
1052
|
{
|
|
1053
1053
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.TYMED::TYMED_HGLOBALSystem.Runtime.InteropServices.ComTypes.TYMED",
|
|
1054
1054
|
"clrName": "TYMED_HGLOBAL",
|
|
1055
|
-
"tsEmitName": "
|
|
1055
|
+
"tsEmitName": "TYMED_HGLOBAL",
|
|
1056
1056
|
"normalizedSignature": "TYMED_HGLOBAL|System.Runtime.InteropServices.ComTypes.TYMED|static=true|const=true",
|
|
1057
1057
|
"isStatic": true,
|
|
1058
1058
|
"isReadOnly": false,
|
|
@@ -1061,7 +1061,7 @@
|
|
|
1061
1061
|
{
|
|
1062
1062
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.TYMED::TYMED_FILESystem.Runtime.InteropServices.ComTypes.TYMED",
|
|
1063
1063
|
"clrName": "TYMED_FILE",
|
|
1064
|
-
"tsEmitName": "
|
|
1064
|
+
"tsEmitName": "TYMED_FILE",
|
|
1065
1065
|
"normalizedSignature": "TYMED_FILE|System.Runtime.InteropServices.ComTypes.TYMED|static=true|const=true",
|
|
1066
1066
|
"isStatic": true,
|
|
1067
1067
|
"isReadOnly": false,
|
|
@@ -1070,7 +1070,7 @@
|
|
|
1070
1070
|
{
|
|
1071
1071
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.TYMED::TYMED_ISTREAMSystem.Runtime.InteropServices.ComTypes.TYMED",
|
|
1072
1072
|
"clrName": "TYMED_ISTREAM",
|
|
1073
|
-
"tsEmitName": "
|
|
1073
|
+
"tsEmitName": "TYMED_ISTREAM",
|
|
1074
1074
|
"normalizedSignature": "TYMED_ISTREAM|System.Runtime.InteropServices.ComTypes.TYMED|static=true|const=true",
|
|
1075
1075
|
"isStatic": true,
|
|
1076
1076
|
"isReadOnly": false,
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
{
|
|
1080
1080
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.TYMED::TYMED_ISTORAGESystem.Runtime.InteropServices.ComTypes.TYMED",
|
|
1081
1081
|
"clrName": "TYMED_ISTORAGE",
|
|
1082
|
-
"tsEmitName": "
|
|
1082
|
+
"tsEmitName": "TYMED_ISTORAGE",
|
|
1083
1083
|
"normalizedSignature": "TYMED_ISTORAGE|System.Runtime.InteropServices.ComTypes.TYMED|static=true|const=true",
|
|
1084
1084
|
"isStatic": true,
|
|
1085
1085
|
"isReadOnly": false,
|
|
@@ -1088,7 +1088,7 @@
|
|
|
1088
1088
|
{
|
|
1089
1089
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.TYMED::TYMED_GDISystem.Runtime.InteropServices.ComTypes.TYMED",
|
|
1090
1090
|
"clrName": "TYMED_GDI",
|
|
1091
|
-
"tsEmitName": "
|
|
1091
|
+
"tsEmitName": "TYMED_GDI",
|
|
1092
1092
|
"normalizedSignature": "TYMED_GDI|System.Runtime.InteropServices.ComTypes.TYMED|static=true|const=true",
|
|
1093
1093
|
"isStatic": true,
|
|
1094
1094
|
"isReadOnly": false,
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
{
|
|
1098
1098
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.TYMED::TYMED_MFPICTSystem.Runtime.InteropServices.ComTypes.TYMED",
|
|
1099
1099
|
"clrName": "TYMED_MFPICT",
|
|
1100
|
-
"tsEmitName": "
|
|
1100
|
+
"tsEmitName": "TYMED_MFPICT",
|
|
1101
1101
|
"normalizedSignature": "TYMED_MFPICT|System.Runtime.InteropServices.ComTypes.TYMED|static=true|const=true",
|
|
1102
1102
|
"isStatic": true,
|
|
1103
1103
|
"isReadOnly": false,
|
|
@@ -1106,7 +1106,7 @@
|
|
|
1106
1106
|
{
|
|
1107
1107
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.TYMED::TYMED_ENHMFSystem.Runtime.InteropServices.ComTypes.TYMED",
|
|
1108
1108
|
"clrName": "TYMED_ENHMF",
|
|
1109
|
-
"tsEmitName": "
|
|
1109
|
+
"tsEmitName": "TYMED_ENHMF",
|
|
1110
1110
|
"normalizedSignature": "TYMED_ENHMF|System.Runtime.InteropServices.ComTypes.TYMED|static=true|const=true",
|
|
1111
1111
|
"isStatic": true,
|
|
1112
1112
|
"isReadOnly": false,
|
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
{
|
|
1116
1116
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.TYMED::TYMED_NULLSystem.Runtime.InteropServices.ComTypes.TYMED",
|
|
1117
1117
|
"clrName": "TYMED_NULL",
|
|
1118
|
-
"tsEmitName": "
|
|
1118
|
+
"tsEmitName": "TYMED_NULL",
|
|
1119
1119
|
"normalizedSignature": "TYMED_NULL|System.Runtime.InteropServices.ComTypes.TYMED|static=true|const=true",
|
|
1120
1120
|
"isStatic": true,
|
|
1121
1121
|
"isReadOnly": false,
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
{
|
|
1151
1151
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FAPPOBJECTSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1152
1152
|
"clrName": "TYPEFLAG_FAPPOBJECT",
|
|
1153
|
-
"tsEmitName": "
|
|
1153
|
+
"tsEmitName": "TYPEFLAG_FAPPOBJECT",
|
|
1154
1154
|
"normalizedSignature": "TYPEFLAG_FAPPOBJECT|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1155
1155
|
"isStatic": true,
|
|
1156
1156
|
"isReadOnly": false,
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
{
|
|
1160
1160
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FCANCREATESystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1161
1161
|
"clrName": "TYPEFLAG_FCANCREATE",
|
|
1162
|
-
"tsEmitName": "
|
|
1162
|
+
"tsEmitName": "TYPEFLAG_FCANCREATE",
|
|
1163
1163
|
"normalizedSignature": "TYPEFLAG_FCANCREATE|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1164
1164
|
"isStatic": true,
|
|
1165
1165
|
"isReadOnly": false,
|
|
@@ -1168,7 +1168,7 @@
|
|
|
1168
1168
|
{
|
|
1169
1169
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FLICENSEDSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1170
1170
|
"clrName": "TYPEFLAG_FLICENSED",
|
|
1171
|
-
"tsEmitName": "
|
|
1171
|
+
"tsEmitName": "TYPEFLAG_FLICENSED",
|
|
1172
1172
|
"normalizedSignature": "TYPEFLAG_FLICENSED|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1173
1173
|
"isStatic": true,
|
|
1174
1174
|
"isReadOnly": false,
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
{
|
|
1178
1178
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FPREDECLIDSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1179
1179
|
"clrName": "TYPEFLAG_FPREDECLID",
|
|
1180
|
-
"tsEmitName": "
|
|
1180
|
+
"tsEmitName": "TYPEFLAG_FPREDECLID",
|
|
1181
1181
|
"normalizedSignature": "TYPEFLAG_FPREDECLID|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1182
1182
|
"isStatic": true,
|
|
1183
1183
|
"isReadOnly": false,
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
{
|
|
1187
1187
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FHIDDENSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1188
1188
|
"clrName": "TYPEFLAG_FHIDDEN",
|
|
1189
|
-
"tsEmitName": "
|
|
1189
|
+
"tsEmitName": "TYPEFLAG_FHIDDEN",
|
|
1190
1190
|
"normalizedSignature": "TYPEFLAG_FHIDDEN|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1191
1191
|
"isStatic": true,
|
|
1192
1192
|
"isReadOnly": false,
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
{
|
|
1196
1196
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FCONTROLSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1197
1197
|
"clrName": "TYPEFLAG_FCONTROL",
|
|
1198
|
-
"tsEmitName": "
|
|
1198
|
+
"tsEmitName": "TYPEFLAG_FCONTROL",
|
|
1199
1199
|
"normalizedSignature": "TYPEFLAG_FCONTROL|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1200
1200
|
"isStatic": true,
|
|
1201
1201
|
"isReadOnly": false,
|
|
@@ -1204,7 +1204,7 @@
|
|
|
1204
1204
|
{
|
|
1205
1205
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FDUALSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1206
1206
|
"clrName": "TYPEFLAG_FDUAL",
|
|
1207
|
-
"tsEmitName": "
|
|
1207
|
+
"tsEmitName": "TYPEFLAG_FDUAL",
|
|
1208
1208
|
"normalizedSignature": "TYPEFLAG_FDUAL|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1209
1209
|
"isStatic": true,
|
|
1210
1210
|
"isReadOnly": false,
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
{
|
|
1214
1214
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FNONEXTENSIBLESystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1215
1215
|
"clrName": "TYPEFLAG_FNONEXTENSIBLE",
|
|
1216
|
-
"tsEmitName": "
|
|
1216
|
+
"tsEmitName": "TYPEFLAG_FNONEXTENSIBLE",
|
|
1217
1217
|
"normalizedSignature": "TYPEFLAG_FNONEXTENSIBLE|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1218
1218
|
"isStatic": true,
|
|
1219
1219
|
"isReadOnly": false,
|
|
@@ -1222,7 +1222,7 @@
|
|
|
1222
1222
|
{
|
|
1223
1223
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FOLEAUTOMATIONSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1224
1224
|
"clrName": "TYPEFLAG_FOLEAUTOMATION",
|
|
1225
|
-
"tsEmitName": "
|
|
1225
|
+
"tsEmitName": "TYPEFLAG_FOLEAUTOMATION",
|
|
1226
1226
|
"normalizedSignature": "TYPEFLAG_FOLEAUTOMATION|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1227
1227
|
"isStatic": true,
|
|
1228
1228
|
"isReadOnly": false,
|
|
@@ -1231,7 +1231,7 @@
|
|
|
1231
1231
|
{
|
|
1232
1232
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FRESTRICTEDSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1233
1233
|
"clrName": "TYPEFLAG_FRESTRICTED",
|
|
1234
|
-
"tsEmitName": "
|
|
1234
|
+
"tsEmitName": "TYPEFLAG_FRESTRICTED",
|
|
1235
1235
|
"normalizedSignature": "TYPEFLAG_FRESTRICTED|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1236
1236
|
"isStatic": true,
|
|
1237
1237
|
"isReadOnly": false,
|
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
{
|
|
1241
1241
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FAGGREGATABLESystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1242
1242
|
"clrName": "TYPEFLAG_FAGGREGATABLE",
|
|
1243
|
-
"tsEmitName": "
|
|
1243
|
+
"tsEmitName": "TYPEFLAG_FAGGREGATABLE",
|
|
1244
1244
|
"normalizedSignature": "TYPEFLAG_FAGGREGATABLE|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1245
1245
|
"isStatic": true,
|
|
1246
1246
|
"isReadOnly": false,
|
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
{
|
|
1250
1250
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FREPLACEABLESystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1251
1251
|
"clrName": "TYPEFLAG_FREPLACEABLE",
|
|
1252
|
-
"tsEmitName": "
|
|
1252
|
+
"tsEmitName": "TYPEFLAG_FREPLACEABLE",
|
|
1253
1253
|
"normalizedSignature": "TYPEFLAG_FREPLACEABLE|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1254
1254
|
"isStatic": true,
|
|
1255
1255
|
"isReadOnly": false,
|
|
@@ -1258,7 +1258,7 @@
|
|
|
1258
1258
|
{
|
|
1259
1259
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FDISPATCHABLESystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1260
1260
|
"clrName": "TYPEFLAG_FDISPATCHABLE",
|
|
1261
|
-
"tsEmitName": "
|
|
1261
|
+
"tsEmitName": "TYPEFLAG_FDISPATCHABLE",
|
|
1262
1262
|
"normalizedSignature": "TYPEFLAG_FDISPATCHABLE|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1263
1263
|
"isStatic": true,
|
|
1264
1264
|
"isReadOnly": false,
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
{
|
|
1268
1268
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FREVERSEBINDSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1269
1269
|
"clrName": "TYPEFLAG_FREVERSEBIND",
|
|
1270
|
-
"tsEmitName": "
|
|
1270
|
+
"tsEmitName": "TYPEFLAG_FREVERSEBIND",
|
|
1271
1271
|
"normalizedSignature": "TYPEFLAG_FREVERSEBIND|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1272
1272
|
"isStatic": true,
|
|
1273
1273
|
"isReadOnly": false,
|
|
@@ -1276,7 +1276,7 @@
|
|
|
1276
1276
|
{
|
|
1277
1277
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FPROXYSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1278
1278
|
"clrName": "TYPEFLAG_FPROXY",
|
|
1279
|
-
"tsEmitName": "
|
|
1279
|
+
"tsEmitName": "TYPEFLAG_FPROXY",
|
|
1280
1280
|
"normalizedSignature": "TYPEFLAG_FPROXY|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1281
1281
|
"isStatic": true,
|
|
1282
1282
|
"isReadOnly": false,
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
{
|
|
1312
1312
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_ENUMSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
1313
1313
|
"clrName": "TKIND_ENUM",
|
|
1314
|
-
"tsEmitName": "
|
|
1314
|
+
"tsEmitName": "TKIND_ENUM",
|
|
1315
1315
|
"normalizedSignature": "TKIND_ENUM|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
1316
1316
|
"isStatic": true,
|
|
1317
1317
|
"isReadOnly": false,
|
|
@@ -1320,7 +1320,7 @@
|
|
|
1320
1320
|
{
|
|
1321
1321
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_RECORDSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
1322
1322
|
"clrName": "TKIND_RECORD",
|
|
1323
|
-
"tsEmitName": "
|
|
1323
|
+
"tsEmitName": "TKIND_RECORD",
|
|
1324
1324
|
"normalizedSignature": "TKIND_RECORD|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
1325
1325
|
"isStatic": true,
|
|
1326
1326
|
"isReadOnly": false,
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
{
|
|
1330
1330
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_MODULESystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
1331
1331
|
"clrName": "TKIND_MODULE",
|
|
1332
|
-
"tsEmitName": "
|
|
1332
|
+
"tsEmitName": "TKIND_MODULE",
|
|
1333
1333
|
"normalizedSignature": "TKIND_MODULE|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
1334
1334
|
"isStatic": true,
|
|
1335
1335
|
"isReadOnly": false,
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
{
|
|
1339
1339
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_INTERFACESystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
1340
1340
|
"clrName": "TKIND_INTERFACE",
|
|
1341
|
-
"tsEmitName": "
|
|
1341
|
+
"tsEmitName": "TKIND_INTERFACE",
|
|
1342
1342
|
"normalizedSignature": "TKIND_INTERFACE|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
1343
1343
|
"isStatic": true,
|
|
1344
1344
|
"isReadOnly": false,
|
|
@@ -1347,7 +1347,7 @@
|
|
|
1347
1347
|
{
|
|
1348
1348
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_DISPATCHSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
1349
1349
|
"clrName": "TKIND_DISPATCH",
|
|
1350
|
-
"tsEmitName": "
|
|
1350
|
+
"tsEmitName": "TKIND_DISPATCH",
|
|
1351
1351
|
"normalizedSignature": "TKIND_DISPATCH|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
1352
1352
|
"isStatic": true,
|
|
1353
1353
|
"isReadOnly": false,
|
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
{
|
|
1357
1357
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_COCLASSSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
1358
1358
|
"clrName": "TKIND_COCLASS",
|
|
1359
|
-
"tsEmitName": "
|
|
1359
|
+
"tsEmitName": "TKIND_COCLASS",
|
|
1360
1360
|
"normalizedSignature": "TKIND_COCLASS|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
1361
1361
|
"isStatic": true,
|
|
1362
1362
|
"isReadOnly": false,
|
|
@@ -1365,7 +1365,7 @@
|
|
|
1365
1365
|
{
|
|
1366
1366
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_ALIASSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
1367
1367
|
"clrName": "TKIND_ALIAS",
|
|
1368
|
-
"tsEmitName": "
|
|
1368
|
+
"tsEmitName": "TKIND_ALIAS",
|
|
1369
1369
|
"normalizedSignature": "TKIND_ALIAS|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
1370
1370
|
"isStatic": true,
|
|
1371
1371
|
"isReadOnly": false,
|
|
@@ -1374,7 +1374,7 @@
|
|
|
1374
1374
|
{
|
|
1375
1375
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_UNIONSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
1376
1376
|
"clrName": "TKIND_UNION",
|
|
1377
|
-
"tsEmitName": "
|
|
1377
|
+
"tsEmitName": "TKIND_UNION",
|
|
1378
1378
|
"normalizedSignature": "TKIND_UNION|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
1379
1379
|
"isStatic": true,
|
|
1380
1380
|
"isReadOnly": false,
|
|
@@ -1383,7 +1383,7 @@
|
|
|
1383
1383
|
{
|
|
1384
1384
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_MAXSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
1385
1385
|
"clrName": "TKIND_MAX",
|
|
1386
|
-
"tsEmitName": "
|
|
1386
|
+
"tsEmitName": "TKIND_MAX",
|
|
1387
1387
|
"normalizedSignature": "TKIND_MAX|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
1388
1388
|
"isStatic": true,
|
|
1389
1389
|
"isReadOnly": false,
|
|
@@ -1418,7 +1418,7 @@
|
|
|
1418
1418
|
{
|
|
1419
1419
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FREADONLYSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1420
1420
|
"clrName": "VARFLAG_FREADONLY",
|
|
1421
|
-
"tsEmitName": "
|
|
1421
|
+
"tsEmitName": "VARFLAG_FREADONLY",
|
|
1422
1422
|
"normalizedSignature": "VARFLAG_FREADONLY|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1423
1423
|
"isStatic": true,
|
|
1424
1424
|
"isReadOnly": false,
|
|
@@ -1427,7 +1427,7 @@
|
|
|
1427
1427
|
{
|
|
1428
1428
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FSOURCESystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1429
1429
|
"clrName": "VARFLAG_FSOURCE",
|
|
1430
|
-
"tsEmitName": "
|
|
1430
|
+
"tsEmitName": "VARFLAG_FSOURCE",
|
|
1431
1431
|
"normalizedSignature": "VARFLAG_FSOURCE|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1432
1432
|
"isStatic": true,
|
|
1433
1433
|
"isReadOnly": false,
|
|
@@ -1436,7 +1436,7 @@
|
|
|
1436
1436
|
{
|
|
1437
1437
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FBINDABLESystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1438
1438
|
"clrName": "VARFLAG_FBINDABLE",
|
|
1439
|
-
"tsEmitName": "
|
|
1439
|
+
"tsEmitName": "VARFLAG_FBINDABLE",
|
|
1440
1440
|
"normalizedSignature": "VARFLAG_FBINDABLE|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1441
1441
|
"isStatic": true,
|
|
1442
1442
|
"isReadOnly": false,
|
|
@@ -1445,7 +1445,7 @@
|
|
|
1445
1445
|
{
|
|
1446
1446
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FREQUESTEDITSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1447
1447
|
"clrName": "VARFLAG_FREQUESTEDIT",
|
|
1448
|
-
"tsEmitName": "
|
|
1448
|
+
"tsEmitName": "VARFLAG_FREQUESTEDIT",
|
|
1449
1449
|
"normalizedSignature": "VARFLAG_FREQUESTEDIT|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1450
1450
|
"isStatic": true,
|
|
1451
1451
|
"isReadOnly": false,
|
|
@@ -1454,7 +1454,7 @@
|
|
|
1454
1454
|
{
|
|
1455
1455
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FDISPLAYBINDSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1456
1456
|
"clrName": "VARFLAG_FDISPLAYBIND",
|
|
1457
|
-
"tsEmitName": "
|
|
1457
|
+
"tsEmitName": "VARFLAG_FDISPLAYBIND",
|
|
1458
1458
|
"normalizedSignature": "VARFLAG_FDISPLAYBIND|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1459
1459
|
"isStatic": true,
|
|
1460
1460
|
"isReadOnly": false,
|
|
@@ -1463,7 +1463,7 @@
|
|
|
1463
1463
|
{
|
|
1464
1464
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FDEFAULTBINDSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1465
1465
|
"clrName": "VARFLAG_FDEFAULTBIND",
|
|
1466
|
-
"tsEmitName": "
|
|
1466
|
+
"tsEmitName": "VARFLAG_FDEFAULTBIND",
|
|
1467
1467
|
"normalizedSignature": "VARFLAG_FDEFAULTBIND|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1468
1468
|
"isStatic": true,
|
|
1469
1469
|
"isReadOnly": false,
|
|
@@ -1472,7 +1472,7 @@
|
|
|
1472
1472
|
{
|
|
1473
1473
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FHIDDENSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1474
1474
|
"clrName": "VARFLAG_FHIDDEN",
|
|
1475
|
-
"tsEmitName": "
|
|
1475
|
+
"tsEmitName": "VARFLAG_FHIDDEN",
|
|
1476
1476
|
"normalizedSignature": "VARFLAG_FHIDDEN|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1477
1477
|
"isStatic": true,
|
|
1478
1478
|
"isReadOnly": false,
|
|
@@ -1481,7 +1481,7 @@
|
|
|
1481
1481
|
{
|
|
1482
1482
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FRESTRICTEDSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1483
1483
|
"clrName": "VARFLAG_FRESTRICTED",
|
|
1484
|
-
"tsEmitName": "
|
|
1484
|
+
"tsEmitName": "VARFLAG_FRESTRICTED",
|
|
1485
1485
|
"normalizedSignature": "VARFLAG_FRESTRICTED|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1486
1486
|
"isStatic": true,
|
|
1487
1487
|
"isReadOnly": false,
|
|
@@ -1490,7 +1490,7 @@
|
|
|
1490
1490
|
{
|
|
1491
1491
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FDEFAULTCOLLELEMSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1492
1492
|
"clrName": "VARFLAG_FDEFAULTCOLLELEM",
|
|
1493
|
-
"tsEmitName": "
|
|
1493
|
+
"tsEmitName": "VARFLAG_FDEFAULTCOLLELEM",
|
|
1494
1494
|
"normalizedSignature": "VARFLAG_FDEFAULTCOLLELEM|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1495
1495
|
"isStatic": true,
|
|
1496
1496
|
"isReadOnly": false,
|
|
@@ -1499,7 +1499,7 @@
|
|
|
1499
1499
|
{
|
|
1500
1500
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FUIDEFAULTSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1501
1501
|
"clrName": "VARFLAG_FUIDEFAULT",
|
|
1502
|
-
"tsEmitName": "
|
|
1502
|
+
"tsEmitName": "VARFLAG_FUIDEFAULT",
|
|
1503
1503
|
"normalizedSignature": "VARFLAG_FUIDEFAULT|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1504
1504
|
"isStatic": true,
|
|
1505
1505
|
"isReadOnly": false,
|
|
@@ -1508,7 +1508,7 @@
|
|
|
1508
1508
|
{
|
|
1509
1509
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FNONBROWSABLESystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1510
1510
|
"clrName": "VARFLAG_FNONBROWSABLE",
|
|
1511
|
-
"tsEmitName": "
|
|
1511
|
+
"tsEmitName": "VARFLAG_FNONBROWSABLE",
|
|
1512
1512
|
"normalizedSignature": "VARFLAG_FNONBROWSABLE|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1513
1513
|
"isStatic": true,
|
|
1514
1514
|
"isReadOnly": false,
|
|
@@ -1517,7 +1517,7 @@
|
|
|
1517
1517
|
{
|
|
1518
1518
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FREPLACEABLESystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1519
1519
|
"clrName": "VARFLAG_FREPLACEABLE",
|
|
1520
|
-
"tsEmitName": "
|
|
1520
|
+
"tsEmitName": "VARFLAG_FREPLACEABLE",
|
|
1521
1521
|
"normalizedSignature": "VARFLAG_FREPLACEABLE|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1522
1522
|
"isStatic": true,
|
|
1523
1523
|
"isReadOnly": false,
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
{
|
|
1527
1527
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FIMMEDIATEBINDSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
1528
1528
|
"clrName": "VARFLAG_FIMMEDIATEBIND",
|
|
1529
|
-
"tsEmitName": "
|
|
1529
|
+
"tsEmitName": "VARFLAG_FIMMEDIATEBIND",
|
|
1530
1530
|
"normalizedSignature": "VARFLAG_FIMMEDIATEBIND|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
1531
1531
|
"isStatic": true,
|
|
1532
1532
|
"isReadOnly": false,
|
|
@@ -1561,7 +1561,7 @@
|
|
|
1561
1561
|
{
|
|
1562
1562
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARKIND::VAR_PERINSTANCESystem.Runtime.InteropServices.ComTypes.VARKIND",
|
|
1563
1563
|
"clrName": "VAR_PERINSTANCE",
|
|
1564
|
-
"tsEmitName": "
|
|
1564
|
+
"tsEmitName": "VAR_PERINSTANCE",
|
|
1565
1565
|
"normalizedSignature": "VAR_PERINSTANCE|System.Runtime.InteropServices.ComTypes.VARKIND|static=true|const=true",
|
|
1566
1566
|
"isStatic": true,
|
|
1567
1567
|
"isReadOnly": false,
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
{
|
|
1571
1571
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARKIND::VAR_STATICSystem.Runtime.InteropServices.ComTypes.VARKIND",
|
|
1572
1572
|
"clrName": "VAR_STATIC",
|
|
1573
|
-
"tsEmitName": "
|
|
1573
|
+
"tsEmitName": "VAR_STATIC",
|
|
1574
1574
|
"normalizedSignature": "VAR_STATIC|System.Runtime.InteropServices.ComTypes.VARKIND|static=true|const=true",
|
|
1575
1575
|
"isStatic": true,
|
|
1576
1576
|
"isReadOnly": false,
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
{
|
|
1580
1580
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARKIND::VAR_CONSTSystem.Runtime.InteropServices.ComTypes.VARKIND",
|
|
1581
1581
|
"clrName": "VAR_CONST",
|
|
1582
|
-
"tsEmitName": "
|
|
1582
|
+
"tsEmitName": "VAR_CONST",
|
|
1583
1583
|
"normalizedSignature": "VAR_CONST|System.Runtime.InteropServices.ComTypes.VARKIND|static=true|const=true",
|
|
1584
1584
|
"isStatic": true,
|
|
1585
1585
|
"isReadOnly": false,
|
|
@@ -1588,7 +1588,7 @@
|
|
|
1588
1588
|
{
|
|
1589
1589
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARKIND::VAR_DISPATCHSystem.Runtime.InteropServices.ComTypes.VARKIND",
|
|
1590
1590
|
"clrName": "VAR_DISPATCH",
|
|
1591
|
-
"tsEmitName": "
|
|
1591
|
+
"tsEmitName": "VAR_DISPATCH",
|
|
1592
1592
|
"normalizedSignature": "VAR_DISPATCH|System.Runtime.InteropServices.ComTypes.VARKIND|static=true|const=true",
|
|
1593
1593
|
"isStatic": true,
|
|
1594
1594
|
"isReadOnly": false,
|
|
@@ -5405,7 +5405,7 @@
|
|
|
5405
5405
|
{
|
|
5406
5406
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::MEMBER_ID_NILSystem.Int32",
|
|
5407
5407
|
"clrName": "MEMBER_ID_NIL",
|
|
5408
|
-
"tsEmitName": "
|
|
5408
|
+
"tsEmitName": "MEMBER_ID_NIL",
|
|
5409
5409
|
"normalizedSignature": "MEMBER_ID_NIL|System.Int32|static=true|const=true",
|
|
5410
5410
|
"isStatic": true,
|
|
5411
5411
|
"isReadOnly": false,
|