@tsonic/dotnet 10.0.40 → 10.0.42
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/bindings.json +5 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
{
|
|
181
181
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::value__System.Int32",
|
|
182
182
|
"clrName": "value__",
|
|
183
|
-
"metadataToken":
|
|
183
|
+
"metadataToken": 67114125,
|
|
184
184
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
185
185
|
"isStatic": false,
|
|
186
186
|
"isReadOnly": false,
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
{
|
|
193
193
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_CDECLSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
194
194
|
"clrName": "CC_CDECL",
|
|
195
|
-
"metadataToken":
|
|
195
|
+
"metadataToken": 67114126,
|
|
196
196
|
"normalizedSignature": "CC_CDECL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
197
197
|
"isStatic": true,
|
|
198
198
|
"isReadOnly": false,
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
{
|
|
205
205
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_MSCPASCALSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
206
206
|
"clrName": "CC_MSCPASCAL",
|
|
207
|
-
"metadataToken":
|
|
207
|
+
"metadataToken": 67114127,
|
|
208
208
|
"normalizedSignature": "CC_MSCPASCAL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
209
209
|
"isStatic": true,
|
|
210
210
|
"isReadOnly": false,
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
{
|
|
217
217
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_PASCALSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
218
218
|
"clrName": "CC_PASCAL",
|
|
219
|
-
"metadataToken":
|
|
219
|
+
"metadataToken": 67114128,
|
|
220
220
|
"normalizedSignature": "CC_PASCAL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
221
221
|
"isStatic": true,
|
|
222
222
|
"isReadOnly": false,
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
{
|
|
229
229
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_MACPASCALSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
230
230
|
"clrName": "CC_MACPASCAL",
|
|
231
|
-
"metadataToken":
|
|
231
|
+
"metadataToken": 67114129,
|
|
232
232
|
"normalizedSignature": "CC_MACPASCAL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
233
233
|
"isStatic": true,
|
|
234
234
|
"isReadOnly": false,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
{
|
|
241
241
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_STDCALLSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
242
242
|
"clrName": "CC_STDCALL",
|
|
243
|
-
"metadataToken":
|
|
243
|
+
"metadataToken": 67114130,
|
|
244
244
|
"normalizedSignature": "CC_STDCALL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
245
245
|
"isStatic": true,
|
|
246
246
|
"isReadOnly": false,
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
{
|
|
253
253
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_RESERVEDSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
254
254
|
"clrName": "CC_RESERVED",
|
|
255
|
-
"metadataToken":
|
|
255
|
+
"metadataToken": 67114131,
|
|
256
256
|
"normalizedSignature": "CC_RESERVED|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
257
257
|
"isStatic": true,
|
|
258
258
|
"isReadOnly": false,
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
{
|
|
265
265
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_SYSCALLSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
266
266
|
"clrName": "CC_SYSCALL",
|
|
267
|
-
"metadataToken":
|
|
267
|
+
"metadataToken": 67114132,
|
|
268
268
|
"normalizedSignature": "CC_SYSCALL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
269
269
|
"isStatic": true,
|
|
270
270
|
"isReadOnly": false,
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
{
|
|
277
277
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_MPWCDECLSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
278
278
|
"clrName": "CC_MPWCDECL",
|
|
279
|
-
"metadataToken":
|
|
279
|
+
"metadataToken": 67114133,
|
|
280
280
|
"normalizedSignature": "CC_MPWCDECL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
281
281
|
"isStatic": true,
|
|
282
282
|
"isReadOnly": false,
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
{
|
|
289
289
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_MPWPASCALSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
290
290
|
"clrName": "CC_MPWPASCAL",
|
|
291
|
-
"metadataToken":
|
|
291
|
+
"metadataToken": 67114134,
|
|
292
292
|
"normalizedSignature": "CC_MPWPASCAL|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
293
293
|
"isStatic": true,
|
|
294
294
|
"isReadOnly": false,
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
{
|
|
301
301
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CALLCONV::CC_MAXSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
302
302
|
"clrName": "CC_MAX",
|
|
303
|
-
"metadataToken":
|
|
303
|
+
"metadataToken": 67114135,
|
|
304
304
|
"normalizedSignature": "CC_MAX|System.Runtime.InteropServices.ComTypes.CALLCONV|static=true|const=true",
|
|
305
305
|
"isStatic": true,
|
|
306
306
|
"isReadOnly": false,
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
{
|
|
429
429
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::value__System.Int32",
|
|
430
430
|
"clrName": "value__",
|
|
431
|
-
"metadataToken":
|
|
431
|
+
"metadataToken": 67113991,
|
|
432
432
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
433
433
|
"isStatic": false,
|
|
434
434
|
"isReadOnly": false,
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
{
|
|
441
441
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_NONESystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
442
442
|
"clrName": "DESCKIND_NONE",
|
|
443
|
-
"metadataToken":
|
|
443
|
+
"metadataToken": 67113992,
|
|
444
444
|
"normalizedSignature": "DESCKIND_NONE|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
445
445
|
"isStatic": true,
|
|
446
446
|
"isReadOnly": false,
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
{
|
|
453
453
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_FUNCDESCSystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
454
454
|
"clrName": "DESCKIND_FUNCDESC",
|
|
455
|
-
"metadataToken":
|
|
455
|
+
"metadataToken": 67113993,
|
|
456
456
|
"normalizedSignature": "DESCKIND_FUNCDESC|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
457
457
|
"isStatic": true,
|
|
458
458
|
"isReadOnly": false,
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
{
|
|
465
465
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_VARDESCSystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
466
466
|
"clrName": "DESCKIND_VARDESC",
|
|
467
|
-
"metadataToken":
|
|
467
|
+
"metadataToken": 67113994,
|
|
468
468
|
"normalizedSignature": "DESCKIND_VARDESC|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
469
469
|
"isStatic": true,
|
|
470
470
|
"isReadOnly": false,
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
{
|
|
477
477
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_TYPECOMPSystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
478
478
|
"clrName": "DESCKIND_TYPECOMP",
|
|
479
|
-
"metadataToken":
|
|
479
|
+
"metadataToken": 67113995,
|
|
480
480
|
"normalizedSignature": "DESCKIND_TYPECOMP|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
481
481
|
"isStatic": true,
|
|
482
482
|
"isReadOnly": false,
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
{
|
|
489
489
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_IMPLICITAPPOBJSystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
490
490
|
"clrName": "DESCKIND_IMPLICITAPPOBJ",
|
|
491
|
-
"metadataToken":
|
|
491
|
+
"metadataToken": 67113996,
|
|
492
492
|
"normalizedSignature": "DESCKIND_IMPLICITAPPOBJ|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
493
493
|
"isStatic": true,
|
|
494
494
|
"isReadOnly": false,
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
{
|
|
501
501
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DESCKIND::DESCKIND_MAXSystem.Runtime.InteropServices.ComTypes.DESCKIND",
|
|
502
502
|
"clrName": "DESCKIND_MAX",
|
|
503
|
-
"metadataToken":
|
|
503
|
+
"metadataToken": 67113997,
|
|
504
504
|
"normalizedSignature": "DESCKIND_MAX|System.Runtime.InteropServices.ComTypes.DESCKIND|static=true|const=true",
|
|
505
505
|
"isStatic": true,
|
|
506
506
|
"isReadOnly": false,
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
{
|
|
653
653
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::value__System.Int16",
|
|
654
654
|
"clrName": "value__",
|
|
655
|
-
"metadataToken":
|
|
655
|
+
"metadataToken": 67114136,
|
|
656
656
|
"normalizedSignature": "value__|System.Int16|static=false|const=false",
|
|
657
657
|
"isStatic": false,
|
|
658
658
|
"isReadOnly": false,
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
{
|
|
665
665
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FRESTRICTEDSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
666
666
|
"clrName": "FUNCFLAG_FRESTRICTED",
|
|
667
|
-
"metadataToken":
|
|
667
|
+
"metadataToken": 67114137,
|
|
668
668
|
"normalizedSignature": "FUNCFLAG_FRESTRICTED|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
669
669
|
"isStatic": true,
|
|
670
670
|
"isReadOnly": false,
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
{
|
|
677
677
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FSOURCESystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
678
678
|
"clrName": "FUNCFLAG_FSOURCE",
|
|
679
|
-
"metadataToken":
|
|
679
|
+
"metadataToken": 67114138,
|
|
680
680
|
"normalizedSignature": "FUNCFLAG_FSOURCE|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
681
681
|
"isStatic": true,
|
|
682
682
|
"isReadOnly": false,
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
{
|
|
689
689
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FBINDABLESystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
690
690
|
"clrName": "FUNCFLAG_FBINDABLE",
|
|
691
|
-
"metadataToken":
|
|
691
|
+
"metadataToken": 67114139,
|
|
692
692
|
"normalizedSignature": "FUNCFLAG_FBINDABLE|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
693
693
|
"isStatic": true,
|
|
694
694
|
"isReadOnly": false,
|
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
{
|
|
701
701
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FREQUESTEDITSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
702
702
|
"clrName": "FUNCFLAG_FREQUESTEDIT",
|
|
703
|
-
"metadataToken":
|
|
703
|
+
"metadataToken": 67114140,
|
|
704
704
|
"normalizedSignature": "FUNCFLAG_FREQUESTEDIT|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
705
705
|
"isStatic": true,
|
|
706
706
|
"isReadOnly": false,
|
|
@@ -712,7 +712,7 @@
|
|
|
712
712
|
{
|
|
713
713
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FDISPLAYBINDSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
714
714
|
"clrName": "FUNCFLAG_FDISPLAYBIND",
|
|
715
|
-
"metadataToken":
|
|
715
|
+
"metadataToken": 67114141,
|
|
716
716
|
"normalizedSignature": "FUNCFLAG_FDISPLAYBIND|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
717
717
|
"isStatic": true,
|
|
718
718
|
"isReadOnly": false,
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
{
|
|
725
725
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FDEFAULTBINDSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
726
726
|
"clrName": "FUNCFLAG_FDEFAULTBIND",
|
|
727
|
-
"metadataToken":
|
|
727
|
+
"metadataToken": 67114142,
|
|
728
728
|
"normalizedSignature": "FUNCFLAG_FDEFAULTBIND|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
729
729
|
"isStatic": true,
|
|
730
730
|
"isReadOnly": false,
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
{
|
|
737
737
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FHIDDENSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
738
738
|
"clrName": "FUNCFLAG_FHIDDEN",
|
|
739
|
-
"metadataToken":
|
|
739
|
+
"metadataToken": 67114143,
|
|
740
740
|
"normalizedSignature": "FUNCFLAG_FHIDDEN|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
741
741
|
"isStatic": true,
|
|
742
742
|
"isReadOnly": false,
|
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
{
|
|
749
749
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FUSESGETLASTERRORSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
750
750
|
"clrName": "FUNCFLAG_FUSESGETLASTERROR",
|
|
751
|
-
"metadataToken":
|
|
751
|
+
"metadataToken": 67114144,
|
|
752
752
|
"normalizedSignature": "FUNCFLAG_FUSESGETLASTERROR|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
753
753
|
"isStatic": true,
|
|
754
754
|
"isReadOnly": false,
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
{
|
|
761
761
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FDEFAULTCOLLELEMSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
762
762
|
"clrName": "FUNCFLAG_FDEFAULTCOLLELEM",
|
|
763
|
-
"metadataToken":
|
|
763
|
+
"metadataToken": 67114145,
|
|
764
764
|
"normalizedSignature": "FUNCFLAG_FDEFAULTCOLLELEM|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
765
765
|
"isStatic": true,
|
|
766
766
|
"isReadOnly": false,
|
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
{
|
|
773
773
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FUIDEFAULTSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
774
774
|
"clrName": "FUNCFLAG_FUIDEFAULT",
|
|
775
|
-
"metadataToken":
|
|
775
|
+
"metadataToken": 67114146,
|
|
776
776
|
"normalizedSignature": "FUNCFLAG_FUIDEFAULT|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
777
777
|
"isStatic": true,
|
|
778
778
|
"isReadOnly": false,
|
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
{
|
|
785
785
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FNONBROWSABLESystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
786
786
|
"clrName": "FUNCFLAG_FNONBROWSABLE",
|
|
787
|
-
"metadataToken":
|
|
787
|
+
"metadataToken": 67114147,
|
|
788
788
|
"normalizedSignature": "FUNCFLAG_FNONBROWSABLE|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
789
789
|
"isStatic": true,
|
|
790
790
|
"isReadOnly": false,
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
{
|
|
797
797
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FREPLACEABLESystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
798
798
|
"clrName": "FUNCFLAG_FREPLACEABLE",
|
|
799
|
-
"metadataToken":
|
|
799
|
+
"metadataToken": 67114148,
|
|
800
800
|
"normalizedSignature": "FUNCFLAG_FREPLACEABLE|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
801
801
|
"isStatic": true,
|
|
802
802
|
"isReadOnly": false,
|
|
@@ -808,7 +808,7 @@
|
|
|
808
808
|
{
|
|
809
809
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCFLAGS::FUNCFLAG_FIMMEDIATEBINDSystem.Runtime.InteropServices.ComTypes.FUNCFLAGS",
|
|
810
810
|
"clrName": "FUNCFLAG_FIMMEDIATEBIND",
|
|
811
|
-
"metadataToken":
|
|
811
|
+
"metadataToken": 67114149,
|
|
812
812
|
"normalizedSignature": "FUNCFLAG_FIMMEDIATEBIND|System.Runtime.InteropServices.ComTypes.FUNCFLAGS|static=true|const=true",
|
|
813
813
|
"isStatic": true,
|
|
814
814
|
"isReadOnly": false,
|
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
{
|
|
861
861
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCKIND::value__System.Int32",
|
|
862
862
|
"clrName": "value__",
|
|
863
|
-
"metadataToken":
|
|
863
|
+
"metadataToken": 67114114,
|
|
864
864
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
865
865
|
"isStatic": false,
|
|
866
866
|
"isReadOnly": false,
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
{
|
|
873
873
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCKIND::FUNC_VIRTUALSystem.Runtime.InteropServices.ComTypes.FUNCKIND",
|
|
874
874
|
"clrName": "FUNC_VIRTUAL",
|
|
875
|
-
"metadataToken":
|
|
875
|
+
"metadataToken": 67114115,
|
|
876
876
|
"normalizedSignature": "FUNC_VIRTUAL|System.Runtime.InteropServices.ComTypes.FUNCKIND|static=true|const=true",
|
|
877
877
|
"isStatic": true,
|
|
878
878
|
"isReadOnly": false,
|
|
@@ -884,7 +884,7 @@
|
|
|
884
884
|
{
|
|
885
885
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCKIND::FUNC_PUREVIRTUALSystem.Runtime.InteropServices.ComTypes.FUNCKIND",
|
|
886
886
|
"clrName": "FUNC_PUREVIRTUAL",
|
|
887
|
-
"metadataToken":
|
|
887
|
+
"metadataToken": 67114116,
|
|
888
888
|
"normalizedSignature": "FUNC_PUREVIRTUAL|System.Runtime.InteropServices.ComTypes.FUNCKIND|static=true|const=true",
|
|
889
889
|
"isStatic": true,
|
|
890
890
|
"isReadOnly": false,
|
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
{
|
|
897
897
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCKIND::FUNC_NONVIRTUALSystem.Runtime.InteropServices.ComTypes.FUNCKIND",
|
|
898
898
|
"clrName": "FUNC_NONVIRTUAL",
|
|
899
|
-
"metadataToken":
|
|
899
|
+
"metadataToken": 67114117,
|
|
900
900
|
"normalizedSignature": "FUNC_NONVIRTUAL|System.Runtime.InteropServices.ComTypes.FUNCKIND|static=true|const=true",
|
|
901
901
|
"isStatic": true,
|
|
902
902
|
"isReadOnly": false,
|
|
@@ -908,7 +908,7 @@
|
|
|
908
908
|
{
|
|
909
909
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCKIND::FUNC_STATICSystem.Runtime.InteropServices.ComTypes.FUNCKIND",
|
|
910
910
|
"clrName": "FUNC_STATIC",
|
|
911
|
-
"metadataToken":
|
|
911
|
+
"metadataToken": 67114118,
|
|
912
912
|
"normalizedSignature": "FUNC_STATIC|System.Runtime.InteropServices.ComTypes.FUNCKIND|static=true|const=true",
|
|
913
913
|
"isStatic": true,
|
|
914
914
|
"isReadOnly": false,
|
|
@@ -920,7 +920,7 @@
|
|
|
920
920
|
{
|
|
921
921
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCKIND::FUNC_DISPATCHSystem.Runtime.InteropServices.ComTypes.FUNCKIND",
|
|
922
922
|
"clrName": "FUNC_DISPATCH",
|
|
923
|
-
"metadataToken":
|
|
923
|
+
"metadataToken": 67114119,
|
|
924
924
|
"normalizedSignature": "FUNC_DISPATCH|System.Runtime.InteropServices.ComTypes.FUNCKIND|static=true|const=true",
|
|
925
925
|
"isStatic": true,
|
|
926
926
|
"isReadOnly": false,
|
|
@@ -972,7 +972,7 @@
|
|
|
972
972
|
{
|
|
973
973
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLFLAG::value__System.Int16",
|
|
974
974
|
"clrName": "value__",
|
|
975
|
-
"metadataToken":
|
|
975
|
+
"metadataToken": 67114063,
|
|
976
976
|
"normalizedSignature": "value__|System.Int16|static=false|const=false",
|
|
977
977
|
"isStatic": false,
|
|
978
978
|
"isReadOnly": false,
|
|
@@ -984,7 +984,7 @@
|
|
|
984
984
|
{
|
|
985
985
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLFLAG::IDLFLAG_NONESystem.Runtime.InteropServices.ComTypes.IDLFLAG",
|
|
986
986
|
"clrName": "IDLFLAG_NONE",
|
|
987
|
-
"metadataToken":
|
|
987
|
+
"metadataToken": 67114064,
|
|
988
988
|
"normalizedSignature": "IDLFLAG_NONE|System.Runtime.InteropServices.ComTypes.IDLFLAG|static=true|const=true",
|
|
989
989
|
"isStatic": true,
|
|
990
990
|
"isReadOnly": false,
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
{
|
|
997
997
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLFLAG::IDLFLAG_FINSystem.Runtime.InteropServices.ComTypes.IDLFLAG",
|
|
998
998
|
"clrName": "IDLFLAG_FIN",
|
|
999
|
-
"metadataToken":
|
|
999
|
+
"metadataToken": 67114065,
|
|
1000
1000
|
"normalizedSignature": "IDLFLAG_FIN|System.Runtime.InteropServices.ComTypes.IDLFLAG|static=true|const=true",
|
|
1001
1001
|
"isStatic": true,
|
|
1002
1002
|
"isReadOnly": false,
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
{
|
|
1009
1009
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLFLAG::IDLFLAG_FOUTSystem.Runtime.InteropServices.ComTypes.IDLFLAG",
|
|
1010
1010
|
"clrName": "IDLFLAG_FOUT",
|
|
1011
|
-
"metadataToken":
|
|
1011
|
+
"metadataToken": 67114066,
|
|
1012
1012
|
"normalizedSignature": "IDLFLAG_FOUT|System.Runtime.InteropServices.ComTypes.IDLFLAG|static=true|const=true",
|
|
1013
1013
|
"isStatic": true,
|
|
1014
1014
|
"isReadOnly": false,
|
|
@@ -1020,7 +1020,7 @@
|
|
|
1020
1020
|
{
|
|
1021
1021
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLFLAG::IDLFLAG_FLCIDSystem.Runtime.InteropServices.ComTypes.IDLFLAG",
|
|
1022
1022
|
"clrName": "IDLFLAG_FLCID",
|
|
1023
|
-
"metadataToken":
|
|
1023
|
+
"metadataToken": 67114067,
|
|
1024
1024
|
"normalizedSignature": "IDLFLAG_FLCID|System.Runtime.InteropServices.ComTypes.IDLFLAG|static=true|const=true",
|
|
1025
1025
|
"isStatic": true,
|
|
1026
1026
|
"isReadOnly": false,
|
|
@@ -1032,7 +1032,7 @@
|
|
|
1032
1032
|
{
|
|
1033
1033
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLFLAG::IDLFLAG_FRETVALSystem.Runtime.InteropServices.ComTypes.IDLFLAG",
|
|
1034
1034
|
"clrName": "IDLFLAG_FRETVAL",
|
|
1035
|
-
"metadataToken":
|
|
1035
|
+
"metadataToken": 67114068,
|
|
1036
1036
|
"normalizedSignature": "IDLFLAG_FRETVAL|System.Runtime.InteropServices.ComTypes.IDLFLAG|static=true|const=true",
|
|
1037
1037
|
"isStatic": true,
|
|
1038
1038
|
"isReadOnly": false,
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
{
|
|
1085
1085
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS::value__System.Int32",
|
|
1086
1086
|
"clrName": "value__",
|
|
1087
|
-
"metadataToken":
|
|
1087
|
+
"metadataToken": 67114027,
|
|
1088
1088
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1089
1089
|
"isStatic": false,
|
|
1090
1090
|
"isReadOnly": false,
|
|
@@ -1096,7 +1096,7 @@
|
|
|
1096
1096
|
{
|
|
1097
1097
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS::IMPLTYPEFLAG_FDEFAULTSystem.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS",
|
|
1098
1098
|
"clrName": "IMPLTYPEFLAG_FDEFAULT",
|
|
1099
|
-
"metadataToken":
|
|
1099
|
+
"metadataToken": 67114028,
|
|
1100
1100
|
"normalizedSignature": "IMPLTYPEFLAG_FDEFAULT|System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS|static=true|const=true",
|
|
1101
1101
|
"isStatic": true,
|
|
1102
1102
|
"isReadOnly": false,
|
|
@@ -1108,7 +1108,7 @@
|
|
|
1108
1108
|
{
|
|
1109
1109
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS::IMPLTYPEFLAG_FSOURCESystem.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS",
|
|
1110
1110
|
"clrName": "IMPLTYPEFLAG_FSOURCE",
|
|
1111
|
-
"metadataToken":
|
|
1111
|
+
"metadataToken": 67114029,
|
|
1112
1112
|
"normalizedSignature": "IMPLTYPEFLAG_FSOURCE|System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS|static=true|const=true",
|
|
1113
1113
|
"isStatic": true,
|
|
1114
1114
|
"isReadOnly": false,
|
|
@@ -1120,7 +1120,7 @@
|
|
|
1120
1120
|
{
|
|
1121
1121
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS::IMPLTYPEFLAG_FRESTRICTEDSystem.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS",
|
|
1122
1122
|
"clrName": "IMPLTYPEFLAG_FRESTRICTED",
|
|
1123
|
-
"metadataToken":
|
|
1123
|
+
"metadataToken": 67114030,
|
|
1124
1124
|
"normalizedSignature": "IMPLTYPEFLAG_FRESTRICTED|System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS|static=true|const=true",
|
|
1125
1125
|
"isStatic": true,
|
|
1126
1126
|
"isReadOnly": false,
|
|
@@ -1132,7 +1132,7 @@
|
|
|
1132
1132
|
{
|
|
1133
1133
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS::IMPLTYPEFLAG_FDEFAULTVTABLESystem.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS",
|
|
1134
1134
|
"clrName": "IMPLTYPEFLAG_FDEFAULTVTABLE",
|
|
1135
|
-
"metadataToken":
|
|
1135
|
+
"metadataToken": 67114031,
|
|
1136
1136
|
"normalizedSignature": "IMPLTYPEFLAG_FDEFAULTVTABLE|System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS|static=true|const=true",
|
|
1137
1137
|
"isStatic": true,
|
|
1138
1138
|
"isReadOnly": false,
|
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
{
|
|
1185
1185
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.INVOKEKIND::value__System.Int32",
|
|
1186
1186
|
"clrName": "value__",
|
|
1187
|
-
"metadataToken":
|
|
1187
|
+
"metadataToken": 67114120,
|
|
1188
1188
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1189
1189
|
"isStatic": false,
|
|
1190
1190
|
"isReadOnly": false,
|
|
@@ -1196,7 +1196,7 @@
|
|
|
1196
1196
|
{
|
|
1197
1197
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.INVOKEKIND::INVOKE_FUNCSystem.Runtime.InteropServices.ComTypes.INVOKEKIND",
|
|
1198
1198
|
"clrName": "INVOKE_FUNC",
|
|
1199
|
-
"metadataToken":
|
|
1199
|
+
"metadataToken": 67114121,
|
|
1200
1200
|
"normalizedSignature": "INVOKE_FUNC|System.Runtime.InteropServices.ComTypes.INVOKEKIND|static=true|const=true",
|
|
1201
1201
|
"isStatic": true,
|
|
1202
1202
|
"isReadOnly": false,
|
|
@@ -1208,7 +1208,7 @@
|
|
|
1208
1208
|
{
|
|
1209
1209
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.INVOKEKIND::INVOKE_PROPERTYGETSystem.Runtime.InteropServices.ComTypes.INVOKEKIND",
|
|
1210
1210
|
"clrName": "INVOKE_PROPERTYGET",
|
|
1211
|
-
"metadataToken":
|
|
1211
|
+
"metadataToken": 67114122,
|
|
1212
1212
|
"normalizedSignature": "INVOKE_PROPERTYGET|System.Runtime.InteropServices.ComTypes.INVOKEKIND|static=true|const=true",
|
|
1213
1213
|
"isStatic": true,
|
|
1214
1214
|
"isReadOnly": false,
|
|
@@ -1220,7 +1220,7 @@
|
|
|
1220
1220
|
{
|
|
1221
1221
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.INVOKEKIND::INVOKE_PROPERTYPUTSystem.Runtime.InteropServices.ComTypes.INVOKEKIND",
|
|
1222
1222
|
"clrName": "INVOKE_PROPERTYPUT",
|
|
1223
|
-
"metadataToken":
|
|
1223
|
+
"metadataToken": 67114123,
|
|
1224
1224
|
"normalizedSignature": "INVOKE_PROPERTYPUT|System.Runtime.InteropServices.ComTypes.INVOKEKIND|static=true|const=true",
|
|
1225
1225
|
"isStatic": true,
|
|
1226
1226
|
"isReadOnly": false,
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
{
|
|
1233
1233
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.INVOKEKIND::INVOKE_PROPERTYPUTREFSystem.Runtime.InteropServices.ComTypes.INVOKEKIND",
|
|
1234
1234
|
"clrName": "INVOKE_PROPERTYPUTREF",
|
|
1235
|
-
"metadataToken":
|
|
1235
|
+
"metadataToken": 67114124,
|
|
1236
1236
|
"normalizedSignature": "INVOKE_PROPERTYPUTREF|System.Runtime.InteropServices.ComTypes.INVOKEKIND|static=true|const=true",
|
|
1237
1237
|
"isStatic": true,
|
|
1238
1238
|
"isReadOnly": false,
|
|
@@ -1284,7 +1284,7 @@
|
|
|
1284
1284
|
{
|
|
1285
1285
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.LIBFLAGS::value__System.Int16",
|
|
1286
1286
|
"clrName": "value__",
|
|
1287
|
-
"metadataToken":
|
|
1287
|
+
"metadataToken": 67114169,
|
|
1288
1288
|
"normalizedSignature": "value__|System.Int16|static=false|const=false",
|
|
1289
1289
|
"isStatic": false,
|
|
1290
1290
|
"isReadOnly": false,
|
|
@@ -1296,7 +1296,7 @@
|
|
|
1296
1296
|
{
|
|
1297
1297
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.LIBFLAGS::LIBFLAG_FRESTRICTEDSystem.Runtime.InteropServices.ComTypes.LIBFLAGS",
|
|
1298
1298
|
"clrName": "LIBFLAG_FRESTRICTED",
|
|
1299
|
-
"metadataToken":
|
|
1299
|
+
"metadataToken": 67114170,
|
|
1300
1300
|
"normalizedSignature": "LIBFLAG_FRESTRICTED|System.Runtime.InteropServices.ComTypes.LIBFLAGS|static=true|const=true",
|
|
1301
1301
|
"isStatic": true,
|
|
1302
1302
|
"isReadOnly": false,
|
|
@@ -1308,7 +1308,7 @@
|
|
|
1308
1308
|
{
|
|
1309
1309
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.LIBFLAGS::LIBFLAG_FCONTROLSystem.Runtime.InteropServices.ComTypes.LIBFLAGS",
|
|
1310
1310
|
"clrName": "LIBFLAG_FCONTROL",
|
|
1311
|
-
"metadataToken":
|
|
1311
|
+
"metadataToken": 67114171,
|
|
1312
1312
|
"normalizedSignature": "LIBFLAG_FCONTROL|System.Runtime.InteropServices.ComTypes.LIBFLAGS|static=true|const=true",
|
|
1313
1313
|
"isStatic": true,
|
|
1314
1314
|
"isReadOnly": false,
|
|
@@ -1320,7 +1320,7 @@
|
|
|
1320
1320
|
{
|
|
1321
1321
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.LIBFLAGS::LIBFLAG_FHIDDENSystem.Runtime.InteropServices.ComTypes.LIBFLAGS",
|
|
1322
1322
|
"clrName": "LIBFLAG_FHIDDEN",
|
|
1323
|
-
"metadataToken":
|
|
1323
|
+
"metadataToken": 67114172,
|
|
1324
1324
|
"normalizedSignature": "LIBFLAG_FHIDDEN|System.Runtime.InteropServices.ComTypes.LIBFLAGS|static=true|const=true",
|
|
1325
1325
|
"isStatic": true,
|
|
1326
1326
|
"isReadOnly": false,
|
|
@@ -1332,7 +1332,7 @@
|
|
|
1332
1332
|
{
|
|
1333
1333
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.LIBFLAGS::LIBFLAG_FHASDISKIMAGESystem.Runtime.InteropServices.ComTypes.LIBFLAGS",
|
|
1334
1334
|
"clrName": "LIBFLAG_FHASDISKIMAGE",
|
|
1335
|
-
"metadataToken":
|
|
1335
|
+
"metadataToken": 67114173,
|
|
1336
1336
|
"normalizedSignature": "LIBFLAG_FHASDISKIMAGE|System.Runtime.InteropServices.ComTypes.LIBFLAGS|static=true|const=true",
|
|
1337
1337
|
"isStatic": true,
|
|
1338
1338
|
"isReadOnly": false,
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
{
|
|
1385
1385
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::value__System.Int16",
|
|
1386
1386
|
"clrName": "value__",
|
|
1387
|
-
"metadataToken":
|
|
1387
|
+
"metadataToken": 67114071,
|
|
1388
1388
|
"normalizedSignature": "value__|System.Int16|static=false|const=false",
|
|
1389
1389
|
"isStatic": false,
|
|
1390
1390
|
"isReadOnly": false,
|
|
@@ -1396,7 +1396,7 @@
|
|
|
1396
1396
|
{
|
|
1397
1397
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_NONESystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
1398
1398
|
"clrName": "PARAMFLAG_NONE",
|
|
1399
|
-
"metadataToken":
|
|
1399
|
+
"metadataToken": 67114072,
|
|
1400
1400
|
"normalizedSignature": "PARAMFLAG_NONE|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
1401
1401
|
"isStatic": true,
|
|
1402
1402
|
"isReadOnly": false,
|
|
@@ -1408,7 +1408,7 @@
|
|
|
1408
1408
|
{
|
|
1409
1409
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FINSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
1410
1410
|
"clrName": "PARAMFLAG_FIN",
|
|
1411
|
-
"metadataToken":
|
|
1411
|
+
"metadataToken": 67114073,
|
|
1412
1412
|
"normalizedSignature": "PARAMFLAG_FIN|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
1413
1413
|
"isStatic": true,
|
|
1414
1414
|
"isReadOnly": false,
|
|
@@ -1420,7 +1420,7 @@
|
|
|
1420
1420
|
{
|
|
1421
1421
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FOUTSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
1422
1422
|
"clrName": "PARAMFLAG_FOUT",
|
|
1423
|
-
"metadataToken":
|
|
1423
|
+
"metadataToken": 67114074,
|
|
1424
1424
|
"normalizedSignature": "PARAMFLAG_FOUT|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
1425
1425
|
"isStatic": true,
|
|
1426
1426
|
"isReadOnly": false,
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
{
|
|
1433
1433
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FLCIDSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
1434
1434
|
"clrName": "PARAMFLAG_FLCID",
|
|
1435
|
-
"metadataToken":
|
|
1435
|
+
"metadataToken": 67114075,
|
|
1436
1436
|
"normalizedSignature": "PARAMFLAG_FLCID|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
1437
1437
|
"isStatic": true,
|
|
1438
1438
|
"isReadOnly": false,
|
|
@@ -1444,7 +1444,7 @@
|
|
|
1444
1444
|
{
|
|
1445
1445
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FRETVALSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
1446
1446
|
"clrName": "PARAMFLAG_FRETVAL",
|
|
1447
|
-
"metadataToken":
|
|
1447
|
+
"metadataToken": 67114076,
|
|
1448
1448
|
"normalizedSignature": "PARAMFLAG_FRETVAL|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
1449
1449
|
"isStatic": true,
|
|
1450
1450
|
"isReadOnly": false,
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
{
|
|
1457
1457
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FOPTSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
1458
1458
|
"clrName": "PARAMFLAG_FOPT",
|
|
1459
|
-
"metadataToken":
|
|
1459
|
+
"metadataToken": 67114077,
|
|
1460
1460
|
"normalizedSignature": "PARAMFLAG_FOPT|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
1461
1461
|
"isStatic": true,
|
|
1462
1462
|
"isReadOnly": false,
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
{
|
|
1469
1469
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FHASDEFAULTSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
1470
1470
|
"clrName": "PARAMFLAG_FHASDEFAULT",
|
|
1471
|
-
"metadataToken":
|
|
1471
|
+
"metadataToken": 67114078,
|
|
1472
1472
|
"normalizedSignature": "PARAMFLAG_FHASDEFAULT|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
1473
1473
|
"isStatic": true,
|
|
1474
1474
|
"isReadOnly": false,
|
|
@@ -1480,7 +1480,7 @@
|
|
|
1480
1480
|
{
|
|
1481
1481
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMFLAG::PARAMFLAG_FHASCUSTDATASystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
1482
1482
|
"clrName": "PARAMFLAG_FHASCUSTDATA",
|
|
1483
|
-
"metadataToken":
|
|
1483
|
+
"metadataToken": 67114079,
|
|
1484
1484
|
"normalizedSignature": "PARAMFLAG_FHASCUSTDATA|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=true|const=true",
|
|
1485
1485
|
"isStatic": true,
|
|
1486
1486
|
"isReadOnly": false,
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
{
|
|
1533
1533
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.SYSKIND::value__System.Int32",
|
|
1534
1534
|
"clrName": "value__",
|
|
1535
|
-
"metadataToken":
|
|
1535
|
+
"metadataToken": 67114164,
|
|
1536
1536
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1537
1537
|
"isStatic": false,
|
|
1538
1538
|
"isReadOnly": false,
|
|
@@ -1544,7 +1544,7 @@
|
|
|
1544
1544
|
{
|
|
1545
1545
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.SYSKIND::SYS_WIN16System.Runtime.InteropServices.ComTypes.SYSKIND",
|
|
1546
1546
|
"clrName": "SYS_WIN16",
|
|
1547
|
-
"metadataToken":
|
|
1547
|
+
"metadataToken": 67114165,
|
|
1548
1548
|
"normalizedSignature": "SYS_WIN16|System.Runtime.InteropServices.ComTypes.SYSKIND|static=true|const=true",
|
|
1549
1549
|
"isStatic": true,
|
|
1550
1550
|
"isReadOnly": false,
|
|
@@ -1556,7 +1556,7 @@
|
|
|
1556
1556
|
{
|
|
1557
1557
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.SYSKIND::SYS_WIN32System.Runtime.InteropServices.ComTypes.SYSKIND",
|
|
1558
1558
|
"clrName": "SYS_WIN32",
|
|
1559
|
-
"metadataToken":
|
|
1559
|
+
"metadataToken": 67114166,
|
|
1560
1560
|
"normalizedSignature": "SYS_WIN32|System.Runtime.InteropServices.ComTypes.SYSKIND|static=true|const=true",
|
|
1561
1561
|
"isStatic": true,
|
|
1562
1562
|
"isReadOnly": false,
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
{
|
|
1569
1569
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.SYSKIND::SYS_MACSystem.Runtime.InteropServices.ComTypes.SYSKIND",
|
|
1570
1570
|
"clrName": "SYS_MAC",
|
|
1571
|
-
"metadataToken":
|
|
1571
|
+
"metadataToken": 67114167,
|
|
1572
1572
|
"normalizedSignature": "SYS_MAC|System.Runtime.InteropServices.ComTypes.SYSKIND|static=true|const=true",
|
|
1573
1573
|
"isStatic": true,
|
|
1574
1574
|
"isReadOnly": false,
|
|
@@ -1580,7 +1580,7 @@
|
|
|
1580
1580
|
{
|
|
1581
1581
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.SYSKIND::SYS_WIN64System.Runtime.InteropServices.ComTypes.SYSKIND",
|
|
1582
1582
|
"clrName": "SYS_WIN64",
|
|
1583
|
-
"metadataToken":
|
|
1583
|
+
"metadataToken": 67114168,
|
|
1584
1584
|
"normalizedSignature": "SYS_WIN64|System.Runtime.InteropServices.ComTypes.SYSKIND|static=true|const=true",
|
|
1585
1585
|
"isStatic": true,
|
|
1586
1586
|
"isReadOnly": false,
|
|
@@ -1780,7 +1780,7 @@
|
|
|
1780
1780
|
{
|
|
1781
1781
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::value__System.Int16",
|
|
1782
1782
|
"clrName": "value__",
|
|
1783
|
-
"metadataToken":
|
|
1783
|
+
"metadataToken": 67114011,
|
|
1784
1784
|
"normalizedSignature": "value__|System.Int16|static=false|const=false",
|
|
1785
1785
|
"isStatic": false,
|
|
1786
1786
|
"isReadOnly": false,
|
|
@@ -1792,7 +1792,7 @@
|
|
|
1792
1792
|
{
|
|
1793
1793
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FAPPOBJECTSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1794
1794
|
"clrName": "TYPEFLAG_FAPPOBJECT",
|
|
1795
|
-
"metadataToken":
|
|
1795
|
+
"metadataToken": 67114012,
|
|
1796
1796
|
"normalizedSignature": "TYPEFLAG_FAPPOBJECT|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1797
1797
|
"isStatic": true,
|
|
1798
1798
|
"isReadOnly": false,
|
|
@@ -1804,7 +1804,7 @@
|
|
|
1804
1804
|
{
|
|
1805
1805
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FCANCREATESystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1806
1806
|
"clrName": "TYPEFLAG_FCANCREATE",
|
|
1807
|
-
"metadataToken":
|
|
1807
|
+
"metadataToken": 67114013,
|
|
1808
1808
|
"normalizedSignature": "TYPEFLAG_FCANCREATE|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1809
1809
|
"isStatic": true,
|
|
1810
1810
|
"isReadOnly": false,
|
|
@@ -1816,7 +1816,7 @@
|
|
|
1816
1816
|
{
|
|
1817
1817
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FLICENSEDSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1818
1818
|
"clrName": "TYPEFLAG_FLICENSED",
|
|
1819
|
-
"metadataToken":
|
|
1819
|
+
"metadataToken": 67114014,
|
|
1820
1820
|
"normalizedSignature": "TYPEFLAG_FLICENSED|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1821
1821
|
"isStatic": true,
|
|
1822
1822
|
"isReadOnly": false,
|
|
@@ -1828,7 +1828,7 @@
|
|
|
1828
1828
|
{
|
|
1829
1829
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FPREDECLIDSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1830
1830
|
"clrName": "TYPEFLAG_FPREDECLID",
|
|
1831
|
-
"metadataToken":
|
|
1831
|
+
"metadataToken": 67114015,
|
|
1832
1832
|
"normalizedSignature": "TYPEFLAG_FPREDECLID|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1833
1833
|
"isStatic": true,
|
|
1834
1834
|
"isReadOnly": false,
|
|
@@ -1840,7 +1840,7 @@
|
|
|
1840
1840
|
{
|
|
1841
1841
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FHIDDENSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1842
1842
|
"clrName": "TYPEFLAG_FHIDDEN",
|
|
1843
|
-
"metadataToken":
|
|
1843
|
+
"metadataToken": 67114016,
|
|
1844
1844
|
"normalizedSignature": "TYPEFLAG_FHIDDEN|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1845
1845
|
"isStatic": true,
|
|
1846
1846
|
"isReadOnly": false,
|
|
@@ -1852,7 +1852,7 @@
|
|
|
1852
1852
|
{
|
|
1853
1853
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FCONTROLSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1854
1854
|
"clrName": "TYPEFLAG_FCONTROL",
|
|
1855
|
-
"metadataToken":
|
|
1855
|
+
"metadataToken": 67114017,
|
|
1856
1856
|
"normalizedSignature": "TYPEFLAG_FCONTROL|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1857
1857
|
"isStatic": true,
|
|
1858
1858
|
"isReadOnly": false,
|
|
@@ -1864,7 +1864,7 @@
|
|
|
1864
1864
|
{
|
|
1865
1865
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FDUALSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1866
1866
|
"clrName": "TYPEFLAG_FDUAL",
|
|
1867
|
-
"metadataToken":
|
|
1867
|
+
"metadataToken": 67114018,
|
|
1868
1868
|
"normalizedSignature": "TYPEFLAG_FDUAL|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1869
1869
|
"isStatic": true,
|
|
1870
1870
|
"isReadOnly": false,
|
|
@@ -1876,7 +1876,7 @@
|
|
|
1876
1876
|
{
|
|
1877
1877
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FNONEXTENSIBLESystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1878
1878
|
"clrName": "TYPEFLAG_FNONEXTENSIBLE",
|
|
1879
|
-
"metadataToken":
|
|
1879
|
+
"metadataToken": 67114019,
|
|
1880
1880
|
"normalizedSignature": "TYPEFLAG_FNONEXTENSIBLE|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1881
1881
|
"isStatic": true,
|
|
1882
1882
|
"isReadOnly": false,
|
|
@@ -1888,7 +1888,7 @@
|
|
|
1888
1888
|
{
|
|
1889
1889
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FOLEAUTOMATIONSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1890
1890
|
"clrName": "TYPEFLAG_FOLEAUTOMATION",
|
|
1891
|
-
"metadataToken":
|
|
1891
|
+
"metadataToken": 67114020,
|
|
1892
1892
|
"normalizedSignature": "TYPEFLAG_FOLEAUTOMATION|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1893
1893
|
"isStatic": true,
|
|
1894
1894
|
"isReadOnly": false,
|
|
@@ -1900,7 +1900,7 @@
|
|
|
1900
1900
|
{
|
|
1901
1901
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FRESTRICTEDSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1902
1902
|
"clrName": "TYPEFLAG_FRESTRICTED",
|
|
1903
|
-
"metadataToken":
|
|
1903
|
+
"metadataToken": 67114021,
|
|
1904
1904
|
"normalizedSignature": "TYPEFLAG_FRESTRICTED|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1905
1905
|
"isStatic": true,
|
|
1906
1906
|
"isReadOnly": false,
|
|
@@ -1912,7 +1912,7 @@
|
|
|
1912
1912
|
{
|
|
1913
1913
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FAGGREGATABLESystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1914
1914
|
"clrName": "TYPEFLAG_FAGGREGATABLE",
|
|
1915
|
-
"metadataToken":
|
|
1915
|
+
"metadataToken": 67114022,
|
|
1916
1916
|
"normalizedSignature": "TYPEFLAG_FAGGREGATABLE|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1917
1917
|
"isStatic": true,
|
|
1918
1918
|
"isReadOnly": false,
|
|
@@ -1924,7 +1924,7 @@
|
|
|
1924
1924
|
{
|
|
1925
1925
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FREPLACEABLESystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1926
1926
|
"clrName": "TYPEFLAG_FREPLACEABLE",
|
|
1927
|
-
"metadataToken":
|
|
1927
|
+
"metadataToken": 67114023,
|
|
1928
1928
|
"normalizedSignature": "TYPEFLAG_FREPLACEABLE|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1929
1929
|
"isStatic": true,
|
|
1930
1930
|
"isReadOnly": false,
|
|
@@ -1936,7 +1936,7 @@
|
|
|
1936
1936
|
{
|
|
1937
1937
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FDISPATCHABLESystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1938
1938
|
"clrName": "TYPEFLAG_FDISPATCHABLE",
|
|
1939
|
-
"metadataToken":
|
|
1939
|
+
"metadataToken": 67114024,
|
|
1940
1940
|
"normalizedSignature": "TYPEFLAG_FDISPATCHABLE|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1941
1941
|
"isStatic": true,
|
|
1942
1942
|
"isReadOnly": false,
|
|
@@ -1948,7 +1948,7 @@
|
|
|
1948
1948
|
{
|
|
1949
1949
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FREVERSEBINDSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1950
1950
|
"clrName": "TYPEFLAG_FREVERSEBIND",
|
|
1951
|
-
"metadataToken":
|
|
1951
|
+
"metadataToken": 67114025,
|
|
1952
1952
|
"normalizedSignature": "TYPEFLAG_FREVERSEBIND|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1953
1953
|
"isStatic": true,
|
|
1954
1954
|
"isReadOnly": false,
|
|
@@ -1960,7 +1960,7 @@
|
|
|
1960
1960
|
{
|
|
1961
1961
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEFLAGS::TYPEFLAG_FPROXYSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
1962
1962
|
"clrName": "TYPEFLAG_FPROXY",
|
|
1963
|
-
"metadataToken":
|
|
1963
|
+
"metadataToken": 67114026,
|
|
1964
1964
|
"normalizedSignature": "TYPEFLAG_FPROXY|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=true|const=true",
|
|
1965
1965
|
"isStatic": true,
|
|
1966
1966
|
"isReadOnly": false,
|
|
@@ -2012,7 +2012,7 @@
|
|
|
2012
2012
|
{
|
|
2013
2013
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::value__System.Int32",
|
|
2014
2014
|
"clrName": "value__",
|
|
2015
|
-
"metadataToken":
|
|
2015
|
+
"metadataToken": 67114001,
|
|
2016
2016
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
2017
2017
|
"isStatic": false,
|
|
2018
2018
|
"isReadOnly": false,
|
|
@@ -2024,7 +2024,7 @@
|
|
|
2024
2024
|
{
|
|
2025
2025
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_ENUMSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
2026
2026
|
"clrName": "TKIND_ENUM",
|
|
2027
|
-
"metadataToken":
|
|
2027
|
+
"metadataToken": 67114002,
|
|
2028
2028
|
"normalizedSignature": "TKIND_ENUM|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
2029
2029
|
"isStatic": true,
|
|
2030
2030
|
"isReadOnly": false,
|
|
@@ -2036,7 +2036,7 @@
|
|
|
2036
2036
|
{
|
|
2037
2037
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_RECORDSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
2038
2038
|
"clrName": "TKIND_RECORD",
|
|
2039
|
-
"metadataToken":
|
|
2039
|
+
"metadataToken": 67114003,
|
|
2040
2040
|
"normalizedSignature": "TKIND_RECORD|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
2041
2041
|
"isStatic": true,
|
|
2042
2042
|
"isReadOnly": false,
|
|
@@ -2048,7 +2048,7 @@
|
|
|
2048
2048
|
{
|
|
2049
2049
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_MODULESystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
2050
2050
|
"clrName": "TKIND_MODULE",
|
|
2051
|
-
"metadataToken":
|
|
2051
|
+
"metadataToken": 67114004,
|
|
2052
2052
|
"normalizedSignature": "TKIND_MODULE|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
2053
2053
|
"isStatic": true,
|
|
2054
2054
|
"isReadOnly": false,
|
|
@@ -2060,7 +2060,7 @@
|
|
|
2060
2060
|
{
|
|
2061
2061
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_INTERFACESystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
2062
2062
|
"clrName": "TKIND_INTERFACE",
|
|
2063
|
-
"metadataToken":
|
|
2063
|
+
"metadataToken": 67114005,
|
|
2064
2064
|
"normalizedSignature": "TKIND_INTERFACE|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
2065
2065
|
"isStatic": true,
|
|
2066
2066
|
"isReadOnly": false,
|
|
@@ -2072,7 +2072,7 @@
|
|
|
2072
2072
|
{
|
|
2073
2073
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_DISPATCHSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
2074
2074
|
"clrName": "TKIND_DISPATCH",
|
|
2075
|
-
"metadataToken":
|
|
2075
|
+
"metadataToken": 67114006,
|
|
2076
2076
|
"normalizedSignature": "TKIND_DISPATCH|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
2077
2077
|
"isStatic": true,
|
|
2078
2078
|
"isReadOnly": false,
|
|
@@ -2084,7 +2084,7 @@
|
|
|
2084
2084
|
{
|
|
2085
2085
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_COCLASSSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
2086
2086
|
"clrName": "TKIND_COCLASS",
|
|
2087
|
-
"metadataToken":
|
|
2087
|
+
"metadataToken": 67114007,
|
|
2088
2088
|
"normalizedSignature": "TKIND_COCLASS|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
2089
2089
|
"isStatic": true,
|
|
2090
2090
|
"isReadOnly": false,
|
|
@@ -2096,7 +2096,7 @@
|
|
|
2096
2096
|
{
|
|
2097
2097
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_ALIASSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
2098
2098
|
"clrName": "TKIND_ALIAS",
|
|
2099
|
-
"metadataToken":
|
|
2099
|
+
"metadataToken": 67114008,
|
|
2100
2100
|
"normalizedSignature": "TKIND_ALIAS|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
2101
2101
|
"isStatic": true,
|
|
2102
2102
|
"isReadOnly": false,
|
|
@@ -2108,7 +2108,7 @@
|
|
|
2108
2108
|
{
|
|
2109
2109
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_UNIONSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
2110
2110
|
"clrName": "TKIND_UNION",
|
|
2111
|
-
"metadataToken":
|
|
2111
|
+
"metadataToken": 67114009,
|
|
2112
2112
|
"normalizedSignature": "TKIND_UNION|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
2113
2113
|
"isStatic": true,
|
|
2114
2114
|
"isReadOnly": false,
|
|
@@ -2120,7 +2120,7 @@
|
|
|
2120
2120
|
{
|
|
2121
2121
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEKIND::TKIND_MAXSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
2122
2122
|
"clrName": "TKIND_MAX",
|
|
2123
|
-
"metadataToken":
|
|
2123
|
+
"metadataToken": 67114010,
|
|
2124
2124
|
"normalizedSignature": "TKIND_MAX|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=true|const=true",
|
|
2125
2125
|
"isStatic": true,
|
|
2126
2126
|
"isReadOnly": false,
|
|
@@ -2172,7 +2172,7 @@
|
|
|
2172
2172
|
{
|
|
2173
2173
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::value__System.Int16",
|
|
2174
2174
|
"clrName": "value__",
|
|
2175
|
-
"metadataToken":
|
|
2175
|
+
"metadataToken": 67114150,
|
|
2176
2176
|
"normalizedSignature": "value__|System.Int16|static=false|const=false",
|
|
2177
2177
|
"isStatic": false,
|
|
2178
2178
|
"isReadOnly": false,
|
|
@@ -2184,7 +2184,7 @@
|
|
|
2184
2184
|
{
|
|
2185
2185
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FREADONLYSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2186
2186
|
"clrName": "VARFLAG_FREADONLY",
|
|
2187
|
-
"metadataToken":
|
|
2187
|
+
"metadataToken": 67114151,
|
|
2188
2188
|
"normalizedSignature": "VARFLAG_FREADONLY|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2189
2189
|
"isStatic": true,
|
|
2190
2190
|
"isReadOnly": false,
|
|
@@ -2196,7 +2196,7 @@
|
|
|
2196
2196
|
{
|
|
2197
2197
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FSOURCESystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2198
2198
|
"clrName": "VARFLAG_FSOURCE",
|
|
2199
|
-
"metadataToken":
|
|
2199
|
+
"metadataToken": 67114152,
|
|
2200
2200
|
"normalizedSignature": "VARFLAG_FSOURCE|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2201
2201
|
"isStatic": true,
|
|
2202
2202
|
"isReadOnly": false,
|
|
@@ -2208,7 +2208,7 @@
|
|
|
2208
2208
|
{
|
|
2209
2209
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FBINDABLESystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2210
2210
|
"clrName": "VARFLAG_FBINDABLE",
|
|
2211
|
-
"metadataToken":
|
|
2211
|
+
"metadataToken": 67114153,
|
|
2212
2212
|
"normalizedSignature": "VARFLAG_FBINDABLE|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2213
2213
|
"isStatic": true,
|
|
2214
2214
|
"isReadOnly": false,
|
|
@@ -2220,7 +2220,7 @@
|
|
|
2220
2220
|
{
|
|
2221
2221
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FREQUESTEDITSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2222
2222
|
"clrName": "VARFLAG_FREQUESTEDIT",
|
|
2223
|
-
"metadataToken":
|
|
2223
|
+
"metadataToken": 67114154,
|
|
2224
2224
|
"normalizedSignature": "VARFLAG_FREQUESTEDIT|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2225
2225
|
"isStatic": true,
|
|
2226
2226
|
"isReadOnly": false,
|
|
@@ -2232,7 +2232,7 @@
|
|
|
2232
2232
|
{
|
|
2233
2233
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FDISPLAYBINDSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2234
2234
|
"clrName": "VARFLAG_FDISPLAYBIND",
|
|
2235
|
-
"metadataToken":
|
|
2235
|
+
"metadataToken": 67114155,
|
|
2236
2236
|
"normalizedSignature": "VARFLAG_FDISPLAYBIND|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2237
2237
|
"isStatic": true,
|
|
2238
2238
|
"isReadOnly": false,
|
|
@@ -2244,7 +2244,7 @@
|
|
|
2244
2244
|
{
|
|
2245
2245
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FDEFAULTBINDSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2246
2246
|
"clrName": "VARFLAG_FDEFAULTBIND",
|
|
2247
|
-
"metadataToken":
|
|
2247
|
+
"metadataToken": 67114156,
|
|
2248
2248
|
"normalizedSignature": "VARFLAG_FDEFAULTBIND|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2249
2249
|
"isStatic": true,
|
|
2250
2250
|
"isReadOnly": false,
|
|
@@ -2256,7 +2256,7 @@
|
|
|
2256
2256
|
{
|
|
2257
2257
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FHIDDENSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2258
2258
|
"clrName": "VARFLAG_FHIDDEN",
|
|
2259
|
-
"metadataToken":
|
|
2259
|
+
"metadataToken": 67114157,
|
|
2260
2260
|
"normalizedSignature": "VARFLAG_FHIDDEN|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2261
2261
|
"isStatic": true,
|
|
2262
2262
|
"isReadOnly": false,
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
{
|
|
2269
2269
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FRESTRICTEDSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2270
2270
|
"clrName": "VARFLAG_FRESTRICTED",
|
|
2271
|
-
"metadataToken":
|
|
2271
|
+
"metadataToken": 67114158,
|
|
2272
2272
|
"normalizedSignature": "VARFLAG_FRESTRICTED|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2273
2273
|
"isStatic": true,
|
|
2274
2274
|
"isReadOnly": false,
|
|
@@ -2280,7 +2280,7 @@
|
|
|
2280
2280
|
{
|
|
2281
2281
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FDEFAULTCOLLELEMSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2282
2282
|
"clrName": "VARFLAG_FDEFAULTCOLLELEM",
|
|
2283
|
-
"metadataToken":
|
|
2283
|
+
"metadataToken": 67114159,
|
|
2284
2284
|
"normalizedSignature": "VARFLAG_FDEFAULTCOLLELEM|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2285
2285
|
"isStatic": true,
|
|
2286
2286
|
"isReadOnly": false,
|
|
@@ -2292,7 +2292,7 @@
|
|
|
2292
2292
|
{
|
|
2293
2293
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FUIDEFAULTSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2294
2294
|
"clrName": "VARFLAG_FUIDEFAULT",
|
|
2295
|
-
"metadataToken":
|
|
2295
|
+
"metadataToken": 67114160,
|
|
2296
2296
|
"normalizedSignature": "VARFLAG_FUIDEFAULT|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2297
2297
|
"isStatic": true,
|
|
2298
2298
|
"isReadOnly": false,
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
{
|
|
2305
2305
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FNONBROWSABLESystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2306
2306
|
"clrName": "VARFLAG_FNONBROWSABLE",
|
|
2307
|
-
"metadataToken":
|
|
2307
|
+
"metadataToken": 67114161,
|
|
2308
2308
|
"normalizedSignature": "VARFLAG_FNONBROWSABLE|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2309
2309
|
"isStatic": true,
|
|
2310
2310
|
"isReadOnly": false,
|
|
@@ -2316,7 +2316,7 @@
|
|
|
2316
2316
|
{
|
|
2317
2317
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FREPLACEABLESystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2318
2318
|
"clrName": "VARFLAG_FREPLACEABLE",
|
|
2319
|
-
"metadataToken":
|
|
2319
|
+
"metadataToken": 67114162,
|
|
2320
2320
|
"normalizedSignature": "VARFLAG_FREPLACEABLE|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2321
2321
|
"isStatic": true,
|
|
2322
2322
|
"isReadOnly": false,
|
|
@@ -2328,7 +2328,7 @@
|
|
|
2328
2328
|
{
|
|
2329
2329
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARFLAGS::VARFLAG_FIMMEDIATEBINDSystem.Runtime.InteropServices.ComTypes.VARFLAGS",
|
|
2330
2330
|
"clrName": "VARFLAG_FIMMEDIATEBIND",
|
|
2331
|
-
"metadataToken":
|
|
2331
|
+
"metadataToken": 67114163,
|
|
2332
2332
|
"normalizedSignature": "VARFLAG_FIMMEDIATEBIND|System.Runtime.InteropServices.ComTypes.VARFLAGS|static=true|const=true",
|
|
2333
2333
|
"isStatic": true,
|
|
2334
2334
|
"isReadOnly": false,
|
|
@@ -2380,7 +2380,7 @@
|
|
|
2380
2380
|
{
|
|
2381
2381
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARKIND::value__System.Int32",
|
|
2382
2382
|
"clrName": "value__",
|
|
2383
|
-
"metadataToken":
|
|
2383
|
+
"metadataToken": 67114088,
|
|
2384
2384
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
2385
2385
|
"isStatic": false,
|
|
2386
2386
|
"isReadOnly": false,
|
|
@@ -2392,7 +2392,7 @@
|
|
|
2392
2392
|
{
|
|
2393
2393
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARKIND::VAR_PERINSTANCESystem.Runtime.InteropServices.ComTypes.VARKIND",
|
|
2394
2394
|
"clrName": "VAR_PERINSTANCE",
|
|
2395
|
-
"metadataToken":
|
|
2395
|
+
"metadataToken": 67114089,
|
|
2396
2396
|
"normalizedSignature": "VAR_PERINSTANCE|System.Runtime.InteropServices.ComTypes.VARKIND|static=true|const=true",
|
|
2397
2397
|
"isStatic": true,
|
|
2398
2398
|
"isReadOnly": false,
|
|
@@ -2404,7 +2404,7 @@
|
|
|
2404
2404
|
{
|
|
2405
2405
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARKIND::VAR_STATICSystem.Runtime.InteropServices.ComTypes.VARKIND",
|
|
2406
2406
|
"clrName": "VAR_STATIC",
|
|
2407
|
-
"metadataToken":
|
|
2407
|
+
"metadataToken": 67114090,
|
|
2408
2408
|
"normalizedSignature": "VAR_STATIC|System.Runtime.InteropServices.ComTypes.VARKIND|static=true|const=true",
|
|
2409
2409
|
"isStatic": true,
|
|
2410
2410
|
"isReadOnly": false,
|
|
@@ -2416,7 +2416,7 @@
|
|
|
2416
2416
|
{
|
|
2417
2417
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARKIND::VAR_CONSTSystem.Runtime.InteropServices.ComTypes.VARKIND",
|
|
2418
2418
|
"clrName": "VAR_CONST",
|
|
2419
|
-
"metadataToken":
|
|
2419
|
+
"metadataToken": 67114091,
|
|
2420
2420
|
"normalizedSignature": "VAR_CONST|System.Runtime.InteropServices.ComTypes.VARKIND|static=true|const=true",
|
|
2421
2421
|
"isStatic": true,
|
|
2422
2422
|
"isReadOnly": false,
|
|
@@ -2428,7 +2428,7 @@
|
|
|
2428
2428
|
{
|
|
2429
2429
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARKIND::VAR_DISPATCHSystem.Runtime.InteropServices.ComTypes.VARKIND",
|
|
2430
2430
|
"clrName": "VAR_DISPATCH",
|
|
2431
|
-
"metadataToken":
|
|
2431
|
+
"metadataToken": 67114092,
|
|
2432
2432
|
"normalizedSignature": "VAR_DISPATCH|System.Runtime.InteropServices.ComTypes.VARKIND|static=true|const=true",
|
|
2433
2433
|
"isStatic": true,
|
|
2434
2434
|
"isReadOnly": false,
|
|
@@ -2564,7 +2564,7 @@
|
|
|
2564
2564
|
{
|
|
2565
2565
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::RegisterObjectBound(System.Object):System.Void",
|
|
2566
2566
|
"clrName": "RegisterObjectBound",
|
|
2567
|
-
"metadataToken":
|
|
2567
|
+
"metadataToken": 100695340,
|
|
2568
2568
|
"canonicalSignature": "(System.Object):System.Void",
|
|
2569
2569
|
"normalizedSignature": "RegisterObjectBound|(System.Object):System.Void|static=false",
|
|
2570
2570
|
"emitScope": "ClassSurface",
|
|
@@ -2584,7 +2584,7 @@
|
|
|
2584
2584
|
{
|
|
2585
2585
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::ReleaseBoundObjects():System.Void",
|
|
2586
2586
|
"clrName": "ReleaseBoundObjects",
|
|
2587
|
-
"metadataToken":
|
|
2587
|
+
"metadataToken": 100695342,
|
|
2588
2588
|
"canonicalSignature": "():System.Void",
|
|
2589
2589
|
"normalizedSignature": "ReleaseBoundObjects|():System.Void|static=false",
|
|
2590
2590
|
"emitScope": "ClassSurface",
|
|
@@ -2604,7 +2604,7 @@
|
|
|
2604
2604
|
{
|
|
2605
2605
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::SetBindOptions(System.Runtime.InteropServices.ComTypes.BIND_OPTS\u0026):System.Void",
|
|
2606
2606
|
"clrName": "SetBindOptions",
|
|
2607
|
-
"metadataToken":
|
|
2607
|
+
"metadataToken": 100695343,
|
|
2608
2608
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.BIND_OPTS\u0026):System.Void",
|
|
2609
2609
|
"normalizedSignature": "SetBindOptions|(System.Runtime.InteropServices.ComTypes.BIND_OPTS\u0026):System.Void|static=false",
|
|
2610
2610
|
"emitScope": "ClassSurface",
|
|
@@ -2630,7 +2630,7 @@
|
|
|
2630
2630
|
{
|
|
2631
2631
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::GetRunningObjectTable(System.Runtime.InteropServices.ComTypes.IRunningObjectTable\u0026):System.Void",
|
|
2632
2632
|
"clrName": "GetRunningObjectTable",
|
|
2633
|
-
"metadataToken":
|
|
2633
|
+
"metadataToken": 100695345,
|
|
2634
2634
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IRunningObjectTable\u0026):System.Void",
|
|
2635
2635
|
"normalizedSignature": "GetRunningObjectTable|(System.Runtime.InteropServices.ComTypes.IRunningObjectTable\u0026):System.Void|static=false",
|
|
2636
2636
|
"emitScope": "ClassSurface",
|
|
@@ -2656,7 +2656,7 @@
|
|
|
2656
2656
|
{
|
|
2657
2657
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::RegisterObjectParam(System.String,System.Object):System.Void",
|
|
2658
2658
|
"clrName": "RegisterObjectParam",
|
|
2659
|
-
"metadataToken":
|
|
2659
|
+
"metadataToken": 100695346,
|
|
2660
2660
|
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
2661
2661
|
"normalizedSignature": "RegisterObjectParam|(System.String,System.Object):System.Void|static=false",
|
|
2662
2662
|
"emitScope": "ClassSurface",
|
|
@@ -2676,7 +2676,7 @@
|
|
|
2676
2676
|
{
|
|
2677
2677
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::GetObjectParam(System.String,System.Object\u0026):System.Void",
|
|
2678
2678
|
"clrName": "GetObjectParam",
|
|
2679
|
-
"metadataToken":
|
|
2679
|
+
"metadataToken": 100695347,
|
|
2680
2680
|
"canonicalSignature": "(System.String,System.Object\u0026):System.Void",
|
|
2681
2681
|
"normalizedSignature": "GetObjectParam|(System.String,System.Object\u0026):System.Void|static=false",
|
|
2682
2682
|
"emitScope": "ClassSurface",
|
|
@@ -2702,7 +2702,7 @@
|
|
|
2702
2702
|
{
|
|
2703
2703
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::EnumObjectParam(System.Runtime.InteropServices.ComTypes.IEnumString\u0026):System.Void",
|
|
2704
2704
|
"clrName": "EnumObjectParam",
|
|
2705
|
-
"metadataToken":
|
|
2705
|
+
"metadataToken": 100695348,
|
|
2706
2706
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IEnumString\u0026):System.Void",
|
|
2707
2707
|
"normalizedSignature": "EnumObjectParam|(System.Runtime.InteropServices.ComTypes.IEnumString\u0026):System.Void|static=false",
|
|
2708
2708
|
"emitScope": "ClassSurface",
|
|
@@ -2728,7 +2728,7 @@
|
|
|
2728
2728
|
{
|
|
2729
2729
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::RevokeObjectParam(System.String):System.Int32",
|
|
2730
2730
|
"clrName": "RevokeObjectParam",
|
|
2731
|
-
"metadataToken":
|
|
2731
|
+
"metadataToken": 100695349,
|
|
2732
2732
|
"canonicalSignature": "(System.String):System.Int32",
|
|
2733
2733
|
"normalizedSignature": "RevokeObjectParam|(System.String):System.Int32|static=false",
|
|
2734
2734
|
"emitScope": "ClassSurface",
|
|
@@ -2766,7 +2766,7 @@
|
|
|
2766
2766
|
{
|
|
2767
2767
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPoint::GetConnectionInterface(System.Guid\u0026):System.Void",
|
|
2768
2768
|
"clrName": "GetConnectionInterface",
|
|
2769
|
-
"metadataToken":
|
|
2769
|
+
"metadataToken": 100695350,
|
|
2770
2770
|
"canonicalSignature": "(System.Guid\u0026):System.Void",
|
|
2771
2771
|
"normalizedSignature": "GetConnectionInterface|(System.Guid\u0026):System.Void|static=false",
|
|
2772
2772
|
"emitScope": "ClassSurface",
|
|
@@ -2792,7 +2792,7 @@
|
|
|
2792
2792
|
{
|
|
2793
2793
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPoint::GetConnectionPointContainer(System.Runtime.InteropServices.ComTypes.IConnectionPointContainer\u0026):System.Void",
|
|
2794
2794
|
"clrName": "GetConnectionPointContainer",
|
|
2795
|
-
"metadataToken":
|
|
2795
|
+
"metadataToken": 100695351,
|
|
2796
2796
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IConnectionPointContainer\u0026):System.Void",
|
|
2797
2797
|
"normalizedSignature": "GetConnectionPointContainer|(System.Runtime.InteropServices.ComTypes.IConnectionPointContainer\u0026):System.Void|static=false",
|
|
2798
2798
|
"emitScope": "ClassSurface",
|
|
@@ -2818,7 +2818,7 @@
|
|
|
2818
2818
|
{
|
|
2819
2819
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPoint::Advise(System.Object,System.Int32\u0026):System.Void",
|
|
2820
2820
|
"clrName": "Advise",
|
|
2821
|
-
"metadataToken":
|
|
2821
|
+
"metadataToken": 100695352,
|
|
2822
2822
|
"canonicalSignature": "(System.Object,System.Int32\u0026):System.Void",
|
|
2823
2823
|
"normalizedSignature": "Advise|(System.Object,System.Int32\u0026):System.Void|static=false",
|
|
2824
2824
|
"emitScope": "ClassSurface",
|
|
@@ -2844,7 +2844,7 @@
|
|
|
2844
2844
|
{
|
|
2845
2845
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPoint::Unadvise(System.Int32):System.Void",
|
|
2846
2846
|
"clrName": "Unadvise",
|
|
2847
|
-
"metadataToken":
|
|
2847
|
+
"metadataToken": 100695353,
|
|
2848
2848
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2849
2849
|
"normalizedSignature": "Unadvise|(System.Int32):System.Void|static=false",
|
|
2850
2850
|
"emitScope": "ClassSurface",
|
|
@@ -2864,7 +2864,7 @@
|
|
|
2864
2864
|
{
|
|
2865
2865
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPoint::EnumConnections(System.Runtime.InteropServices.ComTypes.IEnumConnections\u0026):System.Void",
|
|
2866
2866
|
"clrName": "EnumConnections",
|
|
2867
|
-
"metadataToken":
|
|
2867
|
+
"metadataToken": 100695354,
|
|
2868
2868
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IEnumConnections\u0026):System.Void",
|
|
2869
2869
|
"normalizedSignature": "EnumConnections|(System.Runtime.InteropServices.ComTypes.IEnumConnections\u0026):System.Void|static=false",
|
|
2870
2870
|
"emitScope": "ClassSurface",
|
|
@@ -2908,7 +2908,7 @@
|
|
|
2908
2908
|
{
|
|
2909
2909
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer::EnumConnectionPoints(System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints\u0026):System.Void",
|
|
2910
2910
|
"clrName": "EnumConnectionPoints",
|
|
2911
|
-
"metadataToken":
|
|
2911
|
+
"metadataToken": 100695355,
|
|
2912
2912
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints\u0026):System.Void",
|
|
2913
2913
|
"normalizedSignature": "EnumConnectionPoints|(System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints\u0026):System.Void|static=false",
|
|
2914
2914
|
"emitScope": "ClassSurface",
|
|
@@ -2934,7 +2934,7 @@
|
|
|
2934
2934
|
{
|
|
2935
2935
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer::FindConnectionPoint(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.IConnectionPoint\u0026):System.Void",
|
|
2936
2936
|
"clrName": "FindConnectionPoint",
|
|
2937
|
-
"metadataToken":
|
|
2937
|
+
"metadataToken": 100695356,
|
|
2938
2938
|
"canonicalSignature": "(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.IConnectionPoint\u0026):System.Void",
|
|
2939
2939
|
"normalizedSignature": "FindConnectionPoint|(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.IConnectionPoint\u0026):System.Void|static=false",
|
|
2940
2940
|
"emitScope": "ClassSurface",
|
|
@@ -3212,7 +3212,7 @@
|
|
|
3212
3212
|
{
|
|
3213
3213
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints::Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr):System.Int32",
|
|
3214
3214
|
"clrName": "Next",
|
|
3215
|
-
"metadataToken":
|
|
3215
|
+
"metadataToken": 100695357,
|
|
3216
3216
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr):System.Int32",
|
|
3217
3217
|
"normalizedSignature": "Next|(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr):System.Int32|static=false",
|
|
3218
3218
|
"emitScope": "ClassSurface",
|
|
@@ -3232,7 +3232,7 @@
|
|
|
3232
3232
|
{
|
|
3233
3233
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints::Skip(System.Int32):System.Int32",
|
|
3234
3234
|
"clrName": "Skip",
|
|
3235
|
-
"metadataToken":
|
|
3235
|
+
"metadataToken": 100695358,
|
|
3236
3236
|
"canonicalSignature": "(System.Int32):System.Int32",
|
|
3237
3237
|
"normalizedSignature": "Skip|(System.Int32):System.Int32|static=false",
|
|
3238
3238
|
"emitScope": "ClassSurface",
|
|
@@ -3252,7 +3252,7 @@
|
|
|
3252
3252
|
{
|
|
3253
3253
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints::Reset():System.Void",
|
|
3254
3254
|
"clrName": "Reset",
|
|
3255
|
-
"metadataToken":
|
|
3255
|
+
"metadataToken": 100695359,
|
|
3256
3256
|
"canonicalSignature": "():System.Void",
|
|
3257
3257
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
3258
3258
|
"emitScope": "ClassSurface",
|
|
@@ -3272,7 +3272,7 @@
|
|
|
3272
3272
|
{
|
|
3273
3273
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints::Clone(System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints\u0026):System.Void",
|
|
3274
3274
|
"clrName": "Clone",
|
|
3275
|
-
"metadataToken":
|
|
3275
|
+
"metadataToken": 100695360,
|
|
3276
3276
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints\u0026):System.Void",
|
|
3277
3277
|
"normalizedSignature": "Clone|(System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints\u0026):System.Void|static=false",
|
|
3278
3278
|
"emitScope": "ClassSurface",
|
|
@@ -3316,7 +3316,7 @@
|
|
|
3316
3316
|
{
|
|
3317
3317
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumConnections::Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr):System.Int32",
|
|
3318
3318
|
"clrName": "Next",
|
|
3319
|
-
"metadataToken":
|
|
3319
|
+
"metadataToken": 100695361,
|
|
3320
3320
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr):System.Int32",
|
|
3321
3321
|
"normalizedSignature": "Next|(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr):System.Int32|static=false",
|
|
3322
3322
|
"emitScope": "ClassSurface",
|
|
@@ -3336,7 +3336,7 @@
|
|
|
3336
3336
|
{
|
|
3337
3337
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumConnections::Skip(System.Int32):System.Int32",
|
|
3338
3338
|
"clrName": "Skip",
|
|
3339
|
-
"metadataToken":
|
|
3339
|
+
"metadataToken": 100695362,
|
|
3340
3340
|
"canonicalSignature": "(System.Int32):System.Int32",
|
|
3341
3341
|
"normalizedSignature": "Skip|(System.Int32):System.Int32|static=false",
|
|
3342
3342
|
"emitScope": "ClassSurface",
|
|
@@ -3356,7 +3356,7 @@
|
|
|
3356
3356
|
{
|
|
3357
3357
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumConnections::Reset():System.Void",
|
|
3358
3358
|
"clrName": "Reset",
|
|
3359
|
-
"metadataToken":
|
|
3359
|
+
"metadataToken": 100695363,
|
|
3360
3360
|
"canonicalSignature": "():System.Void",
|
|
3361
3361
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
3362
3362
|
"emitScope": "ClassSurface",
|
|
@@ -3376,7 +3376,7 @@
|
|
|
3376
3376
|
{
|
|
3377
3377
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumConnections::Clone(System.Runtime.InteropServices.ComTypes.IEnumConnections\u0026):System.Void",
|
|
3378
3378
|
"clrName": "Clone",
|
|
3379
|
-
"metadataToken":
|
|
3379
|
+
"metadataToken": 100695364,
|
|
3380
3380
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IEnumConnections\u0026):System.Void",
|
|
3381
3381
|
"normalizedSignature": "Clone|(System.Runtime.InteropServices.ComTypes.IEnumConnections\u0026):System.Void|static=false",
|
|
3382
3382
|
"emitScope": "ClassSurface",
|
|
@@ -3524,7 +3524,7 @@
|
|
|
3524
3524
|
{
|
|
3525
3525
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumMoniker::Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr):System.Int32",
|
|
3526
3526
|
"clrName": "Next",
|
|
3527
|
-
"metadataToken":
|
|
3527
|
+
"metadataToken": 100695365,
|
|
3528
3528
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr):System.Int32",
|
|
3529
3529
|
"normalizedSignature": "Next|(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr):System.Int32|static=false",
|
|
3530
3530
|
"emitScope": "ClassSurface",
|
|
@@ -3544,7 +3544,7 @@
|
|
|
3544
3544
|
{
|
|
3545
3545
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumMoniker::Skip(System.Int32):System.Int32",
|
|
3546
3546
|
"clrName": "Skip",
|
|
3547
|
-
"metadataToken":
|
|
3547
|
+
"metadataToken": 100695366,
|
|
3548
3548
|
"canonicalSignature": "(System.Int32):System.Int32",
|
|
3549
3549
|
"normalizedSignature": "Skip|(System.Int32):System.Int32|static=false",
|
|
3550
3550
|
"emitScope": "ClassSurface",
|
|
@@ -3564,7 +3564,7 @@
|
|
|
3564
3564
|
{
|
|
3565
3565
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumMoniker::Reset():System.Void",
|
|
3566
3566
|
"clrName": "Reset",
|
|
3567
|
-
"metadataToken":
|
|
3567
|
+
"metadataToken": 100695367,
|
|
3568
3568
|
"canonicalSignature": "():System.Void",
|
|
3569
3569
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
3570
3570
|
"emitScope": "ClassSurface",
|
|
@@ -3584,7 +3584,7 @@
|
|
|
3584
3584
|
{
|
|
3585
3585
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumMoniker::Clone(System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void",
|
|
3586
3586
|
"clrName": "Clone",
|
|
3587
|
-
"metadataToken":
|
|
3587
|
+
"metadataToken": 100695368,
|
|
3588
3588
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void",
|
|
3589
3589
|
"normalizedSignature": "Clone|(System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void|static=false",
|
|
3590
3590
|
"emitScope": "ClassSurface",
|
|
@@ -3732,7 +3732,7 @@
|
|
|
3732
3732
|
{
|
|
3733
3733
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumString::Next(System.Int32,System.String[],System.IntPtr):System.Int32",
|
|
3734
3734
|
"clrName": "Next",
|
|
3735
|
-
"metadataToken":
|
|
3735
|
+
"metadataToken": 100695369,
|
|
3736
3736
|
"canonicalSignature": "(System.Int32,System.String[],System.IntPtr):System.Int32",
|
|
3737
3737
|
"normalizedSignature": "Next|(System.Int32,System.String[],System.IntPtr):System.Int32|static=false",
|
|
3738
3738
|
"emitScope": "ClassSurface",
|
|
@@ -3752,7 +3752,7 @@
|
|
|
3752
3752
|
{
|
|
3753
3753
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumString::Skip(System.Int32):System.Int32",
|
|
3754
3754
|
"clrName": "Skip",
|
|
3755
|
-
"metadataToken":
|
|
3755
|
+
"metadataToken": 100695370,
|
|
3756
3756
|
"canonicalSignature": "(System.Int32):System.Int32",
|
|
3757
3757
|
"normalizedSignature": "Skip|(System.Int32):System.Int32|static=false",
|
|
3758
3758
|
"emitScope": "ClassSurface",
|
|
@@ -3772,7 +3772,7 @@
|
|
|
3772
3772
|
{
|
|
3773
3773
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumString::Reset():System.Void",
|
|
3774
3774
|
"clrName": "Reset",
|
|
3775
|
-
"metadataToken":
|
|
3775
|
+
"metadataToken": 100695371,
|
|
3776
3776
|
"canonicalSignature": "():System.Void",
|
|
3777
3777
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
3778
3778
|
"emitScope": "ClassSurface",
|
|
@@ -3792,7 +3792,7 @@
|
|
|
3792
3792
|
{
|
|
3793
3793
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumString::Clone(System.Runtime.InteropServices.ComTypes.IEnumString\u0026):System.Void",
|
|
3794
3794
|
"clrName": "Clone",
|
|
3795
|
-
"metadataToken":
|
|
3795
|
+
"metadataToken": 100695372,
|
|
3796
3796
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IEnumString\u0026):System.Void",
|
|
3797
3797
|
"normalizedSignature": "Clone|(System.Runtime.InteropServices.ComTypes.IEnumString\u0026):System.Void|static=false",
|
|
3798
3798
|
"emitScope": "ClassSurface",
|
|
@@ -3836,7 +3836,7 @@
|
|
|
3836
3836
|
{
|
|
3837
3837
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumVARIANT::Next(System.Int32,System.Object[],System.IntPtr):System.Int32",
|
|
3838
3838
|
"clrName": "Next",
|
|
3839
|
-
"metadataToken":
|
|
3839
|
+
"metadataToken": 100695373,
|
|
3840
3840
|
"canonicalSignature": "(System.Int32,System.Object[],System.IntPtr):System.Int32",
|
|
3841
3841
|
"normalizedSignature": "Next|(System.Int32,System.Object[],System.IntPtr):System.Int32|static=false",
|
|
3842
3842
|
"emitScope": "ClassSurface",
|
|
@@ -3856,7 +3856,7 @@
|
|
|
3856
3856
|
{
|
|
3857
3857
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumVARIANT::Skip(System.Int32):System.Int32",
|
|
3858
3858
|
"clrName": "Skip",
|
|
3859
|
-
"metadataToken":
|
|
3859
|
+
"metadataToken": 100695374,
|
|
3860
3860
|
"canonicalSignature": "(System.Int32):System.Int32",
|
|
3861
3861
|
"normalizedSignature": "Skip|(System.Int32):System.Int32|static=false",
|
|
3862
3862
|
"emitScope": "ClassSurface",
|
|
@@ -3876,7 +3876,7 @@
|
|
|
3876
3876
|
{
|
|
3877
3877
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumVARIANT::Reset():System.Int32",
|
|
3878
3878
|
"clrName": "Reset",
|
|
3879
|
-
"metadataToken":
|
|
3879
|
+
"metadataToken": 100695375,
|
|
3880
3880
|
"canonicalSignature": "():System.Int32",
|
|
3881
3881
|
"normalizedSignature": "Reset|():System.Int32|static=false",
|
|
3882
3882
|
"emitScope": "ClassSurface",
|
|
@@ -3896,7 +3896,7 @@
|
|
|
3896
3896
|
{
|
|
3897
3897
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IEnumVARIANT::Clone():System.Runtime.InteropServices.ComTypes.IEnumVARIANT",
|
|
3898
3898
|
"clrName": "Clone",
|
|
3899
|
-
"metadataToken":
|
|
3899
|
+
"metadataToken": 100695376,
|
|
3900
3900
|
"canonicalSignature": "():System.Runtime.InteropServices.ComTypes.IEnumVARIANT",
|
|
3901
3901
|
"normalizedSignature": "Clone|():System.Runtime.InteropServices.ComTypes.IEnumVARIANT|static=false",
|
|
3902
3902
|
"emitScope": "ClassSurface",
|
|
@@ -3934,7 +3934,7 @@
|
|
|
3934
3934
|
{
|
|
3935
3935
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::GetClassID(System.Guid\u0026):System.Void",
|
|
3936
3936
|
"clrName": "GetClassID",
|
|
3937
|
-
"metadataToken":
|
|
3937
|
+
"metadataToken": 100695377,
|
|
3938
3938
|
"canonicalSignature": "(System.Guid\u0026):System.Void",
|
|
3939
3939
|
"normalizedSignature": "GetClassID|(System.Guid\u0026):System.Void|static=false",
|
|
3940
3940
|
"emitScope": "ClassSurface",
|
|
@@ -3960,7 +3960,7 @@
|
|
|
3960
3960
|
{
|
|
3961
3961
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::IsDirty():System.Int32",
|
|
3962
3962
|
"clrName": "IsDirty",
|
|
3963
|
-
"metadataToken":
|
|
3963
|
+
"metadataToken": 100695378,
|
|
3964
3964
|
"canonicalSignature": "():System.Int32",
|
|
3965
3965
|
"normalizedSignature": "IsDirty|():System.Int32|static=false",
|
|
3966
3966
|
"emitScope": "ClassSurface",
|
|
@@ -3980,7 +3980,7 @@
|
|
|
3980
3980
|
{
|
|
3981
3981
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::Load(System.Runtime.InteropServices.ComTypes.IStream):System.Void",
|
|
3982
3982
|
"clrName": "Load",
|
|
3983
|
-
"metadataToken":
|
|
3983
|
+
"metadataToken": 100695379,
|
|
3984
3984
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IStream):System.Void",
|
|
3985
3985
|
"normalizedSignature": "Load|(System.Runtime.InteropServices.ComTypes.IStream):System.Void|static=false",
|
|
3986
3986
|
"emitScope": "ClassSurface",
|
|
@@ -4000,7 +4000,7 @@
|
|
|
4000
4000
|
{
|
|
4001
4001
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::Save(System.Runtime.InteropServices.ComTypes.IStream,System.Boolean):System.Void",
|
|
4002
4002
|
"clrName": "Save",
|
|
4003
|
-
"metadataToken":
|
|
4003
|
+
"metadataToken": 100695380,
|
|
4004
4004
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IStream,System.Boolean):System.Void",
|
|
4005
4005
|
"normalizedSignature": "Save|(System.Runtime.InteropServices.ComTypes.IStream,System.Boolean):System.Void|static=false",
|
|
4006
4006
|
"emitScope": "ClassSurface",
|
|
@@ -4020,7 +4020,7 @@
|
|
|
4020
4020
|
{
|
|
4021
4021
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::GetSizeMax(System.Int64\u0026):System.Void",
|
|
4022
4022
|
"clrName": "GetSizeMax",
|
|
4023
|
-
"metadataToken":
|
|
4023
|
+
"metadataToken": 100695381,
|
|
4024
4024
|
"canonicalSignature": "(System.Int64\u0026):System.Void",
|
|
4025
4025
|
"normalizedSignature": "GetSizeMax|(System.Int64\u0026):System.Void|static=false",
|
|
4026
4026
|
"emitScope": "ClassSurface",
|
|
@@ -4046,7 +4046,7 @@
|
|
|
4046
4046
|
{
|
|
4047
4047
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::BindToObject(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Guid\u0026,System.Object\u0026):System.Void",
|
|
4048
4048
|
"clrName": "BindToObject",
|
|
4049
|
-
"metadataToken":
|
|
4049
|
+
"metadataToken": 100695382,
|
|
4050
4050
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Guid\u0026,System.Object\u0026):System.Void",
|
|
4051
4051
|
"normalizedSignature": "BindToObject|(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Guid\u0026,System.Object\u0026):System.Void|static=false",
|
|
4052
4052
|
"emitScope": "ClassSurface",
|
|
@@ -4076,7 +4076,7 @@
|
|
|
4076
4076
|
{
|
|
4077
4077
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::Reduce(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker\u0026,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
|
|
4078
4078
|
"clrName": "Reduce",
|
|
4079
|
-
"metadataToken":
|
|
4079
|
+
"metadataToken": 100695384,
|
|
4080
4080
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker\u0026,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
|
|
4081
4081
|
"normalizedSignature": "Reduce|(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker\u0026,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void|static=false",
|
|
4082
4082
|
"emitScope": "ClassSurface",
|
|
@@ -4106,7 +4106,7 @@
|
|
|
4106
4106
|
{
|
|
4107
4107
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::ComposeWith(System.Runtime.InteropServices.ComTypes.IMoniker,System.Boolean,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
|
|
4108
4108
|
"clrName": "ComposeWith",
|
|
4109
|
-
"metadataToken":
|
|
4109
|
+
"metadataToken": 100695385,
|
|
4110
4110
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IMoniker,System.Boolean,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
|
|
4111
4111
|
"normalizedSignature": "ComposeWith|(System.Runtime.InteropServices.ComTypes.IMoniker,System.Boolean,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void|static=false",
|
|
4112
4112
|
"emitScope": "ClassSurface",
|
|
@@ -4132,7 +4132,7 @@
|
|
|
4132
4132
|
{
|
|
4133
4133
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::Enum(System.Boolean,System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void",
|
|
4134
4134
|
"clrName": "Enum",
|
|
4135
|
-
"metadataToken":
|
|
4135
|
+
"metadataToken": 100695386,
|
|
4136
4136
|
"canonicalSignature": "(System.Boolean,System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void",
|
|
4137
4137
|
"normalizedSignature": "Enum|(System.Boolean,System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void|static=false",
|
|
4138
4138
|
"emitScope": "ClassSurface",
|
|
@@ -4158,7 +4158,7 @@
|
|
|
4158
4158
|
{
|
|
4159
4159
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::IsEqual(System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32",
|
|
4160
4160
|
"clrName": "IsEqual",
|
|
4161
|
-
"metadataToken":
|
|
4161
|
+
"metadataToken": 100695387,
|
|
4162
4162
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32",
|
|
4163
4163
|
"normalizedSignature": "IsEqual|(System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32|static=false",
|
|
4164
4164
|
"emitScope": "ClassSurface",
|
|
@@ -4178,7 +4178,7 @@
|
|
|
4178
4178
|
{
|
|
4179
4179
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::Hash(System.Int32\u0026):System.Void",
|
|
4180
4180
|
"clrName": "Hash",
|
|
4181
|
-
"metadataToken":
|
|
4181
|
+
"metadataToken": 100695388,
|
|
4182
4182
|
"canonicalSignature": "(System.Int32\u0026):System.Void",
|
|
4183
4183
|
"normalizedSignature": "Hash|(System.Int32\u0026):System.Void|static=false",
|
|
4184
4184
|
"emitScope": "ClassSurface",
|
|
@@ -4204,7 +4204,7 @@
|
|
|
4204
4204
|
{
|
|
4205
4205
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::IsRunning(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32",
|
|
4206
4206
|
"clrName": "IsRunning",
|
|
4207
|
-
"metadataToken":
|
|
4207
|
+
"metadataToken": 100695389,
|
|
4208
4208
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32",
|
|
4209
4209
|
"normalizedSignature": "IsRunning|(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32|static=false",
|
|
4210
4210
|
"emitScope": "ClassSurface",
|
|
@@ -4224,7 +4224,7 @@
|
|
|
4224
4224
|
{
|
|
4225
4225
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::GetTimeOfLastChange(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Void",
|
|
4226
4226
|
"clrName": "GetTimeOfLastChange",
|
|
4227
|
-
"metadataToken":
|
|
4227
|
+
"metadataToken": 100695390,
|
|
4228
4228
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Void",
|
|
4229
4229
|
"normalizedSignature": "GetTimeOfLastChange|(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Void|static=false",
|
|
4230
4230
|
"emitScope": "ClassSurface",
|
|
@@ -4250,7 +4250,7 @@
|
|
|
4250
4250
|
{
|
|
4251
4251
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::Inverse(System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
|
|
4252
4252
|
"clrName": "Inverse",
|
|
4253
|
-
"metadataToken":
|
|
4253
|
+
"metadataToken": 100695391,
|
|
4254
4254
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
|
|
4255
4255
|
"normalizedSignature": "Inverse|(System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void|static=false",
|
|
4256
4256
|
"emitScope": "ClassSurface",
|
|
@@ -4276,7 +4276,7 @@
|
|
|
4276
4276
|
{
|
|
4277
4277
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::CommonPrefixWith(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
|
|
4278
4278
|
"clrName": "CommonPrefixWith",
|
|
4279
|
-
"metadataToken":
|
|
4279
|
+
"metadataToken": 100695392,
|
|
4280
4280
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
|
|
4281
4281
|
"normalizedSignature": "CommonPrefixWith|(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void|static=false",
|
|
4282
4282
|
"emitScope": "ClassSurface",
|
|
@@ -4302,7 +4302,7 @@
|
|
|
4302
4302
|
{
|
|
4303
4303
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::GetDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.String\u0026):System.Void",
|
|
4304
4304
|
"clrName": "GetDisplayName",
|
|
4305
|
-
"metadataToken":
|
|
4305
|
+
"metadataToken": 100695394,
|
|
4306
4306
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.String\u0026):System.Void",
|
|
4307
4307
|
"normalizedSignature": "GetDisplayName|(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.String\u0026):System.Void|static=false",
|
|
4308
4308
|
"emitScope": "ClassSurface",
|
|
@@ -4328,7 +4328,7 @@
|
|
|
4328
4328
|
{
|
|
4329
4329
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.String,System.Int32\u0026,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
|
|
4330
4330
|
"clrName": "ParseDisplayName",
|
|
4331
|
-
"metadataToken":
|
|
4331
|
+
"metadataToken": 100695395,
|
|
4332
4332
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.String,System.Int32\u0026,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
|
|
4333
4333
|
"normalizedSignature": "ParseDisplayName|(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.String,System.Int32\u0026,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void|static=false",
|
|
4334
4334
|
"emitScope": "ClassSurface",
|
|
@@ -4358,7 +4358,7 @@
|
|
|
4358
4358
|
{
|
|
4359
4359
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::IsSystemMoniker(System.Int32\u0026):System.Int32",
|
|
4360
4360
|
"clrName": "IsSystemMoniker",
|
|
4361
|
-
"metadataToken":
|
|
4361
|
+
"metadataToken": 100695396,
|
|
4362
4362
|
"canonicalSignature": "(System.Int32\u0026):System.Int32",
|
|
4363
4363
|
"normalizedSignature": "IsSystemMoniker|(System.Int32\u0026):System.Int32|static=false",
|
|
4364
4364
|
"emitScope": "ClassSurface",
|
|
@@ -4402,7 +4402,7 @@
|
|
|
4402
4402
|
{
|
|
4403
4403
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IPersistFile::GetClassID(System.Guid\u0026):System.Void",
|
|
4404
4404
|
"clrName": "GetClassID",
|
|
4405
|
-
"metadataToken":
|
|
4405
|
+
"metadataToken": 100695397,
|
|
4406
4406
|
"canonicalSignature": "(System.Guid\u0026):System.Void",
|
|
4407
4407
|
"normalizedSignature": "GetClassID|(System.Guid\u0026):System.Void|static=false",
|
|
4408
4408
|
"emitScope": "ClassSurface",
|
|
@@ -4428,7 +4428,7 @@
|
|
|
4428
4428
|
{
|
|
4429
4429
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IPersistFile::IsDirty():System.Int32",
|
|
4430
4430
|
"clrName": "IsDirty",
|
|
4431
|
-
"metadataToken":
|
|
4431
|
+
"metadataToken": 100695398,
|
|
4432
4432
|
"canonicalSignature": "():System.Int32",
|
|
4433
4433
|
"normalizedSignature": "IsDirty|():System.Int32|static=false",
|
|
4434
4434
|
"emitScope": "ClassSurface",
|
|
@@ -4448,7 +4448,7 @@
|
|
|
4448
4448
|
{
|
|
4449
4449
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IPersistFile::Load(System.String,System.Int32):System.Void",
|
|
4450
4450
|
"clrName": "Load",
|
|
4451
|
-
"metadataToken":
|
|
4451
|
+
"metadataToken": 100695399,
|
|
4452
4452
|
"canonicalSignature": "(System.String,System.Int32):System.Void",
|
|
4453
4453
|
"normalizedSignature": "Load|(System.String,System.Int32):System.Void|static=false",
|
|
4454
4454
|
"emitScope": "ClassSurface",
|
|
@@ -4468,7 +4468,7 @@
|
|
|
4468
4468
|
{
|
|
4469
4469
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IPersistFile::Save(System.String,System.Boolean):System.Void",
|
|
4470
4470
|
"clrName": "Save",
|
|
4471
|
-
"metadataToken":
|
|
4471
|
+
"metadataToken": 100695400,
|
|
4472
4472
|
"canonicalSignature": "(System.String,System.Boolean):System.Void",
|
|
4473
4473
|
"normalizedSignature": "Save|(System.String,System.Boolean):System.Void|static=false",
|
|
4474
4474
|
"emitScope": "ClassSurface",
|
|
@@ -4488,7 +4488,7 @@
|
|
|
4488
4488
|
{
|
|
4489
4489
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IPersistFile::SaveCompleted(System.String):System.Void",
|
|
4490
4490
|
"clrName": "SaveCompleted",
|
|
4491
|
-
"metadataToken":
|
|
4491
|
+
"metadataToken": 100695401,
|
|
4492
4492
|
"canonicalSignature": "(System.String):System.Void",
|
|
4493
4493
|
"normalizedSignature": "SaveCompleted|(System.String):System.Void|static=false",
|
|
4494
4494
|
"emitScope": "ClassSurface",
|
|
@@ -4508,7 +4508,7 @@
|
|
|
4508
4508
|
{
|
|
4509
4509
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IPersistFile::GetCurFile(System.String\u0026):System.Void",
|
|
4510
4510
|
"clrName": "GetCurFile",
|
|
4511
|
-
"metadataToken":
|
|
4511
|
+
"metadataToken": 100695402,
|
|
4512
4512
|
"canonicalSignature": "(System.String\u0026):System.Void",
|
|
4513
4513
|
"normalizedSignature": "GetCurFile|(System.String\u0026):System.Void|static=false",
|
|
4514
4514
|
"emitScope": "ClassSurface",
|
|
@@ -4552,7 +4552,7 @@
|
|
|
4552
4552
|
{
|
|
4553
4553
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::Register(System.Int32,System.Object,System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32",
|
|
4554
4554
|
"clrName": "Register",
|
|
4555
|
-
"metadataToken":
|
|
4555
|
+
"metadataToken": 100695403,
|
|
4556
4556
|
"canonicalSignature": "(System.Int32,System.Object,System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32",
|
|
4557
4557
|
"normalizedSignature": "Register|(System.Int32,System.Object,System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32|static=false",
|
|
4558
4558
|
"emitScope": "ClassSurface",
|
|
@@ -4572,7 +4572,7 @@
|
|
|
4572
4572
|
{
|
|
4573
4573
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::Revoke(System.Int32):System.Void",
|
|
4574
4574
|
"clrName": "Revoke",
|
|
4575
|
-
"metadataToken":
|
|
4575
|
+
"metadataToken": 100695404,
|
|
4576
4576
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
4577
4577
|
"normalizedSignature": "Revoke|(System.Int32):System.Void|static=false",
|
|
4578
4578
|
"emitScope": "ClassSurface",
|
|
@@ -4592,7 +4592,7 @@
|
|
|
4592
4592
|
{
|
|
4593
4593
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::IsRunning(System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32",
|
|
4594
4594
|
"clrName": "IsRunning",
|
|
4595
|
-
"metadataToken":
|
|
4595
|
+
"metadataToken": 100695405,
|
|
4596
4596
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32",
|
|
4597
4597
|
"normalizedSignature": "IsRunning|(System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32|static=false",
|
|
4598
4598
|
"emitScope": "ClassSurface",
|
|
@@ -4612,7 +4612,7 @@
|
|
|
4612
4612
|
{
|
|
4613
4613
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::GetObject(System.Runtime.InteropServices.ComTypes.IMoniker,System.Object\u0026):System.Int32",
|
|
4614
4614
|
"clrName": "GetObject",
|
|
4615
|
-
"metadataToken":
|
|
4615
|
+
"metadataToken": 100695406,
|
|
4616
4616
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IMoniker,System.Object\u0026):System.Int32",
|
|
4617
4617
|
"normalizedSignature": "GetObject|(System.Runtime.InteropServices.ComTypes.IMoniker,System.Object\u0026):System.Int32|static=false",
|
|
4618
4618
|
"emitScope": "ClassSurface",
|
|
@@ -4638,7 +4638,7 @@
|
|
|
4638
4638
|
{
|
|
4639
4639
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::NoteChangeTime(System.Int32,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Void",
|
|
4640
4640
|
"clrName": "NoteChangeTime",
|
|
4641
|
-
"metadataToken":
|
|
4641
|
+
"metadataToken": 100695407,
|
|
4642
4642
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Void",
|
|
4643
4643
|
"normalizedSignature": "NoteChangeTime|(System.Int32,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Void|static=false",
|
|
4644
4644
|
"emitScope": "ClassSurface",
|
|
@@ -4664,7 +4664,7 @@
|
|
|
4664
4664
|
{
|
|
4665
4665
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::GetTimeOfLastChange(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Int32",
|
|
4666
4666
|
"clrName": "GetTimeOfLastChange",
|
|
4667
|
-
"metadataToken":
|
|
4667
|
+
"metadataToken": 100695408,
|
|
4668
4668
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Int32",
|
|
4669
4669
|
"normalizedSignature": "GetTimeOfLastChange|(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Int32|static=false",
|
|
4670
4670
|
"emitScope": "ClassSurface",
|
|
@@ -4690,7 +4690,7 @@
|
|
|
4690
4690
|
{
|
|
4691
4691
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::EnumRunning(System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void",
|
|
4692
4692
|
"clrName": "EnumRunning",
|
|
4693
|
-
"metadataToken":
|
|
4693
|
+
"metadataToken": 100695409,
|
|
4694
4694
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void",
|
|
4695
4695
|
"normalizedSignature": "EnumRunning|(System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void|static=false",
|
|
4696
4696
|
"emitScope": "ClassSurface",
|
|
@@ -4734,7 +4734,7 @@
|
|
|
4734
4734
|
{
|
|
4735
4735
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IStream::Read(System.Byte[],System.Int32,System.IntPtr):System.Void",
|
|
4736
4736
|
"clrName": "Read",
|
|
4737
|
-
"metadataToken":
|
|
4737
|
+
"metadataToken": 100695410,
|
|
4738
4738
|
"canonicalSignature": "(System.Byte[],System.Int32,System.IntPtr):System.Void",
|
|
4739
4739
|
"normalizedSignature": "Read|(System.Byte[],System.Int32,System.IntPtr):System.Void|static=false",
|
|
4740
4740
|
"emitScope": "ClassSurface",
|
|
@@ -4754,7 +4754,7 @@
|
|
|
4754
4754
|
{
|
|
4755
4755
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IStream::Seek(System.Int64,System.Int32,System.IntPtr):System.Void",
|
|
4756
4756
|
"clrName": "Seek",
|
|
4757
|
-
"metadataToken":
|
|
4757
|
+
"metadataToken": 100695412,
|
|
4758
4758
|
"canonicalSignature": "(System.Int64,System.Int32,System.IntPtr):System.Void",
|
|
4759
4759
|
"normalizedSignature": "Seek|(System.Int64,System.Int32,System.IntPtr):System.Void|static=false",
|
|
4760
4760
|
"emitScope": "ClassSurface",
|
|
@@ -4774,7 +4774,7 @@
|
|
|
4774
4774
|
{
|
|
4775
4775
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IStream::SetSize(System.Int64):System.Void",
|
|
4776
4776
|
"clrName": "SetSize",
|
|
4777
|
-
"metadataToken":
|
|
4777
|
+
"metadataToken": 100695413,
|
|
4778
4778
|
"canonicalSignature": "(System.Int64):System.Void",
|
|
4779
4779
|
"normalizedSignature": "SetSize|(System.Int64):System.Void|static=false",
|
|
4780
4780
|
"emitScope": "ClassSurface",
|
|
@@ -4794,7 +4794,7 @@
|
|
|
4794
4794
|
{
|
|
4795
4795
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IStream::CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr):System.Void",
|
|
4796
4796
|
"clrName": "CopyTo",
|
|
4797
|
-
"metadataToken":
|
|
4797
|
+
"metadataToken": 100695414,
|
|
4798
4798
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr):System.Void",
|
|
4799
4799
|
"normalizedSignature": "CopyTo|(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr):System.Void|static=false",
|
|
4800
4800
|
"emitScope": "ClassSurface",
|
|
@@ -4814,7 +4814,7 @@
|
|
|
4814
4814
|
{
|
|
4815
4815
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IStream::Commit(System.Int32):System.Void",
|
|
4816
4816
|
"clrName": "Commit",
|
|
4817
|
-
"metadataToken":
|
|
4817
|
+
"metadataToken": 100695415,
|
|
4818
4818
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
4819
4819
|
"normalizedSignature": "Commit|(System.Int32):System.Void|static=false",
|
|
4820
4820
|
"emitScope": "ClassSurface",
|
|
@@ -4834,7 +4834,7 @@
|
|
|
4834
4834
|
{
|
|
4835
4835
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IStream::Revert():System.Void",
|
|
4836
4836
|
"clrName": "Revert",
|
|
4837
|
-
"metadataToken":
|
|
4837
|
+
"metadataToken": 100695416,
|
|
4838
4838
|
"canonicalSignature": "():System.Void",
|
|
4839
4839
|
"normalizedSignature": "Revert|():System.Void|static=false",
|
|
4840
4840
|
"emitScope": "ClassSurface",
|
|
@@ -4854,7 +4854,7 @@
|
|
|
4854
4854
|
{
|
|
4855
4855
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IStream::LockRegion(System.Int64,System.Int64,System.Int32):System.Void",
|
|
4856
4856
|
"clrName": "LockRegion",
|
|
4857
|
-
"metadataToken":
|
|
4857
|
+
"metadataToken": 100695417,
|
|
4858
4858
|
"canonicalSignature": "(System.Int64,System.Int64,System.Int32):System.Void",
|
|
4859
4859
|
"normalizedSignature": "LockRegion|(System.Int64,System.Int64,System.Int32):System.Void|static=false",
|
|
4860
4860
|
"emitScope": "ClassSurface",
|
|
@@ -4874,7 +4874,7 @@
|
|
|
4874
4874
|
{
|
|
4875
4875
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IStream::Stat(System.Runtime.InteropServices.ComTypes.STATSTG\u0026,System.Int32):System.Void",
|
|
4876
4876
|
"clrName": "Stat",
|
|
4877
|
-
"metadataToken":
|
|
4877
|
+
"metadataToken": 100695419,
|
|
4878
4878
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.STATSTG\u0026,System.Int32):System.Void",
|
|
4879
4879
|
"normalizedSignature": "Stat|(System.Runtime.InteropServices.ComTypes.STATSTG\u0026,System.Int32):System.Void|static=false",
|
|
4880
4880
|
"emitScope": "ClassSurface",
|
|
@@ -4900,7 +4900,7 @@
|
|
|
4900
4900
|
{
|
|
4901
4901
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IStream::Clone(System.Runtime.InteropServices.ComTypes.IStream\u0026):System.Void",
|
|
4902
4902
|
"clrName": "Clone",
|
|
4903
|
-
"metadataToken":
|
|
4903
|
+
"metadataToken": 100695420,
|
|
4904
4904
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.IStream\u0026):System.Void",
|
|
4905
4905
|
"normalizedSignature": "Clone|(System.Runtime.InteropServices.ComTypes.IStream\u0026):System.Void|static=false",
|
|
4906
4906
|
"emitScope": "ClassSurface",
|
|
@@ -4944,7 +4944,7 @@
|
|
|
4944
4944
|
{
|
|
4945
4945
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeComp::Bind(System.String,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026,System.Runtime.InteropServices.ComTypes.DESCKIND\u0026,System.Runtime.InteropServices.ComTypes.BINDPTR\u0026):System.Void",
|
|
4946
4946
|
"clrName": "Bind",
|
|
4947
|
-
"metadataToken":
|
|
4947
|
+
"metadataToken": 100695421,
|
|
4948
4948
|
"canonicalSignature": "(System.String,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026,System.Runtime.InteropServices.ComTypes.DESCKIND\u0026,System.Runtime.InteropServices.ComTypes.BINDPTR\u0026):System.Void",
|
|
4949
4949
|
"normalizedSignature": "Bind|(System.String,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026,System.Runtime.InteropServices.ComTypes.DESCKIND\u0026,System.Runtime.InteropServices.ComTypes.BINDPTR\u0026):System.Void|static=false",
|
|
4950
4950
|
"emitScope": "ClassSurface",
|
|
@@ -4978,7 +4978,7 @@
|
|
|
4978
4978
|
{
|
|
4979
4979
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeComp::BindType(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026,System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
|
|
4980
4980
|
"clrName": "BindType",
|
|
4981
|
-
"metadataToken":
|
|
4981
|
+
"metadataToken": 100695422,
|
|
4982
4982
|
"canonicalSignature": "(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026,System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
|
|
4983
4983
|
"normalizedSignature": "BindType|(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026,System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void|static=false",
|
|
4984
4984
|
"emitScope": "ClassSurface",
|
|
@@ -5026,7 +5026,7 @@
|
|
|
5026
5026
|
{
|
|
5027
5027
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetTypeAttr(System.IntPtr\u0026):System.Void",
|
|
5028
5028
|
"clrName": "GetTypeAttr",
|
|
5029
|
-
"metadataToken":
|
|
5029
|
+
"metadataToken": 100695423,
|
|
5030
5030
|
"canonicalSignature": "(System.IntPtr\u0026):System.Void",
|
|
5031
5031
|
"normalizedSignature": "GetTypeAttr|(System.IntPtr\u0026):System.Void|static=false",
|
|
5032
5032
|
"emitScope": "ClassSurface",
|
|
@@ -5052,7 +5052,7 @@
|
|
|
5052
5052
|
{
|
|
5053
5053
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
|
|
5054
5054
|
"clrName": "GetTypeComp",
|
|
5055
|
-
"metadataToken":
|
|
5055
|
+
"metadataToken": 100695424,
|
|
5056
5056
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
|
|
5057
5057
|
"normalizedSignature": "GetTypeComp|(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void|static=false",
|
|
5058
5058
|
"emitScope": "ClassSurface",
|
|
@@ -5078,7 +5078,7 @@
|
|
|
5078
5078
|
{
|
|
5079
5079
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetFuncDesc(System.Int32,System.IntPtr\u0026):System.Void",
|
|
5080
5080
|
"clrName": "GetFuncDesc",
|
|
5081
|
-
"metadataToken":
|
|
5081
|
+
"metadataToken": 100695425,
|
|
5082
5082
|
"canonicalSignature": "(System.Int32,System.IntPtr\u0026):System.Void",
|
|
5083
5083
|
"normalizedSignature": "GetFuncDesc|(System.Int32,System.IntPtr\u0026):System.Void|static=false",
|
|
5084
5084
|
"emitScope": "ClassSurface",
|
|
@@ -5104,7 +5104,7 @@
|
|
|
5104
5104
|
{
|
|
5105
5105
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetNames(System.Int32,System.String[],System.Int32,System.Int32\u0026):System.Void",
|
|
5106
5106
|
"clrName": "GetNames",
|
|
5107
|
-
"metadataToken":
|
|
5107
|
+
"metadataToken": 100695427,
|
|
5108
5108
|
"canonicalSignature": "(System.Int32,System.String[],System.Int32,System.Int32\u0026):System.Void",
|
|
5109
5109
|
"normalizedSignature": "GetNames|(System.Int32,System.String[],System.Int32,System.Int32\u0026):System.Void|static=false",
|
|
5110
5110
|
"emitScope": "ClassSurface",
|
|
@@ -5130,7 +5130,7 @@
|
|
|
5130
5130
|
{
|
|
5131
5131
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetRefTypeOfImplType(System.Int32,System.Int32\u0026):System.Void",
|
|
5132
5132
|
"clrName": "GetRefTypeOfImplType",
|
|
5133
|
-
"metadataToken":
|
|
5133
|
+
"metadataToken": 100695428,
|
|
5134
5134
|
"canonicalSignature": "(System.Int32,System.Int32\u0026):System.Void",
|
|
5135
5135
|
"normalizedSignature": "GetRefTypeOfImplType|(System.Int32,System.Int32\u0026):System.Void|static=false",
|
|
5136
5136
|
"emitScope": "ClassSurface",
|
|
@@ -5156,7 +5156,7 @@
|
|
|
5156
5156
|
{
|
|
5157
5157
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetImplTypeFlags(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS\u0026):System.Void",
|
|
5158
5158
|
"clrName": "GetImplTypeFlags",
|
|
5159
|
-
"metadataToken":
|
|
5159
|
+
"metadataToken": 100695429,
|
|
5160
5160
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS\u0026):System.Void",
|
|
5161
5161
|
"normalizedSignature": "GetImplTypeFlags|(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS\u0026):System.Void|static=false",
|
|
5162
5162
|
"emitScope": "ClassSurface",
|
|
@@ -5182,7 +5182,7 @@
|
|
|
5182
5182
|
{
|
|
5183
5183
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetIDsOfNames(System.String[],System.Int32,System.Int32[]):System.Void",
|
|
5184
5184
|
"clrName": "GetIDsOfNames",
|
|
5185
|
-
"metadataToken":
|
|
5185
|
+
"metadataToken": 100695430,
|
|
5186
5186
|
"canonicalSignature": "(System.String[],System.Int32,System.Int32[]):System.Void",
|
|
5187
5187
|
"normalizedSignature": "GetIDsOfNames|(System.String[],System.Int32,System.Int32[]):System.Void|static=false",
|
|
5188
5188
|
"emitScope": "ClassSurface",
|
|
@@ -5202,7 +5202,7 @@
|
|
|
5202
5202
|
{
|
|
5203
5203
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS\u0026,System.IntPtr,System.IntPtr,System.Int32\u0026):System.Void",
|
|
5204
5204
|
"clrName": "Invoke",
|
|
5205
|
-
"metadataToken":
|
|
5205
|
+
"metadataToken": 100695431,
|
|
5206
5206
|
"canonicalSignature": "(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS\u0026,System.IntPtr,System.IntPtr,System.Int32\u0026):System.Void",
|
|
5207
5207
|
"normalizedSignature": "Invoke|(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS\u0026,System.IntPtr,System.IntPtr,System.Int32\u0026):System.Void|static=false",
|
|
5208
5208
|
"emitScope": "ClassSurface",
|
|
@@ -5232,7 +5232,7 @@
|
|
|
5232
5232
|
{
|
|
5233
5233
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetDocumentation(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
5234
5234
|
"clrName": "GetDocumentation",
|
|
5235
|
-
"metadataToken":
|
|
5235
|
+
"metadataToken": 100695432,
|
|
5236
5236
|
"canonicalSignature": "(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
5237
5237
|
"normalizedSignature": "GetDocumentation|(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void|static=false",
|
|
5238
5238
|
"emitScope": "ClassSurface",
|
|
@@ -5270,7 +5270,7 @@
|
|
|
5270
5270
|
{
|
|
5271
5271
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr):System.Void",
|
|
5272
5272
|
"clrName": "GetDllEntry",
|
|
5273
|
-
"metadataToken":
|
|
5273
|
+
"metadataToken": 100695433,
|
|
5274
5274
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr):System.Void",
|
|
5275
5275
|
"normalizedSignature": "GetDllEntry|(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr):System.Void|static=false",
|
|
5276
5276
|
"emitScope": "ClassSurface",
|
|
@@ -5290,7 +5290,7 @@
|
|
|
5290
5290
|
{
|
|
5291
5291
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetRefTypeInfo(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
5292
5292
|
"clrName": "GetRefTypeInfo",
|
|
5293
|
-
"metadataToken":
|
|
5293
|
+
"metadataToken": 100695434,
|
|
5294
5294
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
5295
5295
|
"normalizedSignature": "GetRefTypeInfo|(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void|static=false",
|
|
5296
5296
|
"emitScope": "ClassSurface",
|
|
@@ -5316,7 +5316,7 @@
|
|
|
5316
5316
|
{
|
|
5317
5317
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr\u0026):System.Void",
|
|
5318
5318
|
"clrName": "AddressOfMember",
|
|
5319
|
-
"metadataToken":
|
|
5319
|
+
"metadataToken": 100695435,
|
|
5320
5320
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr\u0026):System.Void",
|
|
5321
5321
|
"normalizedSignature": "AddressOfMember|(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr\u0026):System.Void|static=false",
|
|
5322
5322
|
"emitScope": "ClassSurface",
|
|
@@ -5342,7 +5342,7 @@
|
|
|
5342
5342
|
{
|
|
5343
5343
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::CreateInstance(System.Object,System.Guid\u0026,System.Object\u0026):System.Void",
|
|
5344
5344
|
"clrName": "CreateInstance",
|
|
5345
|
-
"metadataToken":
|
|
5345
|
+
"metadataToken": 100695436,
|
|
5346
5346
|
"canonicalSignature": "(System.Object,System.Guid\u0026,System.Object\u0026):System.Void",
|
|
5347
5347
|
"normalizedSignature": "CreateInstance|(System.Object,System.Guid\u0026,System.Object\u0026):System.Void|static=false",
|
|
5348
5348
|
"emitScope": "ClassSurface",
|
|
@@ -5372,7 +5372,7 @@
|
|
|
5372
5372
|
{
|
|
5373
5373
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetMops(System.Int32,System.String\u0026):System.Void",
|
|
5374
5374
|
"clrName": "GetMops",
|
|
5375
|
-
"metadataToken":
|
|
5375
|
+
"metadataToken": 100695437,
|
|
5376
5376
|
"canonicalSignature": "(System.Int32,System.String\u0026):System.Void",
|
|
5377
5377
|
"normalizedSignature": "GetMops|(System.Int32,System.String\u0026):System.Void|static=false",
|
|
5378
5378
|
"emitScope": "ClassSurface",
|
|
@@ -5398,7 +5398,7 @@
|
|
|
5398
5398
|
{
|
|
5399
5399
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetContainingTypeLib(System.Runtime.InteropServices.ComTypes.ITypeLib\u0026,System.Int32\u0026):System.Void",
|
|
5400
5400
|
"clrName": "GetContainingTypeLib",
|
|
5401
|
-
"metadataToken":
|
|
5401
|
+
"metadataToken": 100695438,
|
|
5402
5402
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.ITypeLib\u0026,System.Int32\u0026):System.Void",
|
|
5403
5403
|
"normalizedSignature": "GetContainingTypeLib|(System.Runtime.InteropServices.ComTypes.ITypeLib\u0026,System.Int32\u0026):System.Void|static=false",
|
|
5404
5404
|
"emitScope": "ClassSurface",
|
|
@@ -5428,7 +5428,7 @@
|
|
|
5428
5428
|
{
|
|
5429
5429
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::ReleaseTypeAttr(System.IntPtr):System.Void",
|
|
5430
5430
|
"clrName": "ReleaseTypeAttr",
|
|
5431
|
-
"metadataToken":
|
|
5431
|
+
"metadataToken": 100695439,
|
|
5432
5432
|
"canonicalSignature": "(System.IntPtr):System.Void",
|
|
5433
5433
|
"normalizedSignature": "ReleaseTypeAttr|(System.IntPtr):System.Void|static=false",
|
|
5434
5434
|
"emitScope": "ClassSurface",
|
|
@@ -5472,7 +5472,7 @@
|
|
|
5472
5472
|
{
|
|
5473
5473
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetTypeAttr(System.IntPtr\u0026):System.Void",
|
|
5474
5474
|
"clrName": "GetTypeAttr",
|
|
5475
|
-
"metadataToken":
|
|
5475
|
+
"metadataToken": 100695442,
|
|
5476
5476
|
"canonicalSignature": "(System.IntPtr\u0026):System.Void",
|
|
5477
5477
|
"normalizedSignature": "GetTypeAttr|(System.IntPtr\u0026):System.Void|static=false",
|
|
5478
5478
|
"emitScope": "ClassSurface",
|
|
@@ -5498,7 +5498,7 @@
|
|
|
5498
5498
|
{
|
|
5499
5499
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
|
|
5500
5500
|
"clrName": "GetTypeComp",
|
|
5501
|
-
"metadataToken":
|
|
5501
|
+
"metadataToken": 100695443,
|
|
5502
5502
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
|
|
5503
5503
|
"normalizedSignature": "GetTypeComp|(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void|static=false",
|
|
5504
5504
|
"emitScope": "ClassSurface",
|
|
@@ -5524,7 +5524,7 @@
|
|
|
5524
5524
|
{
|
|
5525
5525
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetFuncDesc(System.Int32,System.IntPtr\u0026):System.Void",
|
|
5526
5526
|
"clrName": "GetFuncDesc",
|
|
5527
|
-
"metadataToken":
|
|
5527
|
+
"metadataToken": 100695444,
|
|
5528
5528
|
"canonicalSignature": "(System.Int32,System.IntPtr\u0026):System.Void",
|
|
5529
5529
|
"normalizedSignature": "GetFuncDesc|(System.Int32,System.IntPtr\u0026):System.Void|static=false",
|
|
5530
5530
|
"emitScope": "ClassSurface",
|
|
@@ -5550,7 +5550,7 @@
|
|
|
5550
5550
|
{
|
|
5551
5551
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetNames(System.Int32,System.String[],System.Int32,System.Int32\u0026):System.Void",
|
|
5552
5552
|
"clrName": "GetNames",
|
|
5553
|
-
"metadataToken":
|
|
5553
|
+
"metadataToken": 100695446,
|
|
5554
5554
|
"canonicalSignature": "(System.Int32,System.String[],System.Int32,System.Int32\u0026):System.Void",
|
|
5555
5555
|
"normalizedSignature": "GetNames|(System.Int32,System.String[],System.Int32,System.Int32\u0026):System.Void|static=false",
|
|
5556
5556
|
"emitScope": "ClassSurface",
|
|
@@ -5576,7 +5576,7 @@
|
|
|
5576
5576
|
{
|
|
5577
5577
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetRefTypeOfImplType(System.Int32,System.Int32\u0026):System.Void",
|
|
5578
5578
|
"clrName": "GetRefTypeOfImplType",
|
|
5579
|
-
"metadataToken":
|
|
5579
|
+
"metadataToken": 100695447,
|
|
5580
5580
|
"canonicalSignature": "(System.Int32,System.Int32\u0026):System.Void",
|
|
5581
5581
|
"normalizedSignature": "GetRefTypeOfImplType|(System.Int32,System.Int32\u0026):System.Void|static=false",
|
|
5582
5582
|
"emitScope": "ClassSurface",
|
|
@@ -5602,7 +5602,7 @@
|
|
|
5602
5602
|
{
|
|
5603
5603
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetImplTypeFlags(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS\u0026):System.Void",
|
|
5604
5604
|
"clrName": "GetImplTypeFlags",
|
|
5605
|
-
"metadataToken":
|
|
5605
|
+
"metadataToken": 100695448,
|
|
5606
5606
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS\u0026):System.Void",
|
|
5607
5607
|
"normalizedSignature": "GetImplTypeFlags|(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS\u0026):System.Void|static=false",
|
|
5608
5608
|
"emitScope": "ClassSurface",
|
|
@@ -5628,7 +5628,7 @@
|
|
|
5628
5628
|
{
|
|
5629
5629
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetIDsOfNames(System.String[],System.Int32,System.Int32[]):System.Void",
|
|
5630
5630
|
"clrName": "GetIDsOfNames",
|
|
5631
|
-
"metadataToken":
|
|
5631
|
+
"metadataToken": 100695449,
|
|
5632
5632
|
"canonicalSignature": "(System.String[],System.Int32,System.Int32[]):System.Void",
|
|
5633
5633
|
"normalizedSignature": "GetIDsOfNames|(System.String[],System.Int32,System.Int32[]):System.Void|static=false",
|
|
5634
5634
|
"emitScope": "ClassSurface",
|
|
@@ -5648,7 +5648,7 @@
|
|
|
5648
5648
|
{
|
|
5649
5649
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS\u0026,System.IntPtr,System.IntPtr,System.Int32\u0026):System.Void",
|
|
5650
5650
|
"clrName": "Invoke",
|
|
5651
|
-
"metadataToken":
|
|
5651
|
+
"metadataToken": 100695450,
|
|
5652
5652
|
"canonicalSignature": "(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS\u0026,System.IntPtr,System.IntPtr,System.Int32\u0026):System.Void",
|
|
5653
5653
|
"normalizedSignature": "Invoke|(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS\u0026,System.IntPtr,System.IntPtr,System.Int32\u0026):System.Void|static=false",
|
|
5654
5654
|
"emitScope": "ClassSurface",
|
|
@@ -5678,7 +5678,7 @@
|
|
|
5678
5678
|
{
|
|
5679
5679
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetDocumentation(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
5680
5680
|
"clrName": "GetDocumentation",
|
|
5681
|
-
"metadataToken":
|
|
5681
|
+
"metadataToken": 100695451,
|
|
5682
5682
|
"canonicalSignature": "(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
5683
5683
|
"normalizedSignature": "GetDocumentation|(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void|static=false",
|
|
5684
5684
|
"emitScope": "ClassSurface",
|
|
@@ -5716,7 +5716,7 @@
|
|
|
5716
5716
|
{
|
|
5717
5717
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr):System.Void",
|
|
5718
5718
|
"clrName": "GetDllEntry",
|
|
5719
|
-
"metadataToken":
|
|
5719
|
+
"metadataToken": 100695452,
|
|
5720
5720
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr):System.Void",
|
|
5721
5721
|
"normalizedSignature": "GetDllEntry|(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr):System.Void|static=false",
|
|
5722
5722
|
"emitScope": "ClassSurface",
|
|
@@ -5736,7 +5736,7 @@
|
|
|
5736
5736
|
{
|
|
5737
5737
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetRefTypeInfo(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
5738
5738
|
"clrName": "GetRefTypeInfo",
|
|
5739
|
-
"metadataToken":
|
|
5739
|
+
"metadataToken": 100695453,
|
|
5740
5740
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
5741
5741
|
"normalizedSignature": "GetRefTypeInfo|(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void|static=false",
|
|
5742
5742
|
"emitScope": "ClassSurface",
|
|
@@ -5762,7 +5762,7 @@
|
|
|
5762
5762
|
{
|
|
5763
5763
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr\u0026):System.Void",
|
|
5764
5764
|
"clrName": "AddressOfMember",
|
|
5765
|
-
"metadataToken":
|
|
5765
|
+
"metadataToken": 100695454,
|
|
5766
5766
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr\u0026):System.Void",
|
|
5767
5767
|
"normalizedSignature": "AddressOfMember|(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr\u0026):System.Void|static=false",
|
|
5768
5768
|
"emitScope": "ClassSurface",
|
|
@@ -5788,7 +5788,7 @@
|
|
|
5788
5788
|
{
|
|
5789
5789
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::CreateInstance(System.Object,System.Guid\u0026,System.Object\u0026):System.Void",
|
|
5790
5790
|
"clrName": "CreateInstance",
|
|
5791
|
-
"metadataToken":
|
|
5791
|
+
"metadataToken": 100695455,
|
|
5792
5792
|
"canonicalSignature": "(System.Object,System.Guid\u0026,System.Object\u0026):System.Void",
|
|
5793
5793
|
"normalizedSignature": "CreateInstance|(System.Object,System.Guid\u0026,System.Object\u0026):System.Void|static=false",
|
|
5794
5794
|
"emitScope": "ClassSurface",
|
|
@@ -5818,7 +5818,7 @@
|
|
|
5818
5818
|
{
|
|
5819
5819
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetMops(System.Int32,System.String\u0026):System.Void",
|
|
5820
5820
|
"clrName": "GetMops",
|
|
5821
|
-
"metadataToken":
|
|
5821
|
+
"metadataToken": 100695456,
|
|
5822
5822
|
"canonicalSignature": "(System.Int32,System.String\u0026):System.Void",
|
|
5823
5823
|
"normalizedSignature": "GetMops|(System.Int32,System.String\u0026):System.Void|static=false",
|
|
5824
5824
|
"emitScope": "ClassSurface",
|
|
@@ -5844,7 +5844,7 @@
|
|
|
5844
5844
|
{
|
|
5845
5845
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetContainingTypeLib(System.Runtime.InteropServices.ComTypes.ITypeLib\u0026,System.Int32\u0026):System.Void",
|
|
5846
5846
|
"clrName": "GetContainingTypeLib",
|
|
5847
|
-
"metadataToken":
|
|
5847
|
+
"metadataToken": 100695457,
|
|
5848
5848
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.ITypeLib\u0026,System.Int32\u0026):System.Void",
|
|
5849
5849
|
"normalizedSignature": "GetContainingTypeLib|(System.Runtime.InteropServices.ComTypes.ITypeLib\u0026,System.Int32\u0026):System.Void|static=false",
|
|
5850
5850
|
"emitScope": "ClassSurface",
|
|
@@ -5874,7 +5874,7 @@
|
|
|
5874
5874
|
{
|
|
5875
5875
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::ReleaseTypeAttr(System.IntPtr):System.Void",
|
|
5876
5876
|
"clrName": "ReleaseTypeAttr",
|
|
5877
|
-
"metadataToken":
|
|
5877
|
+
"metadataToken": 100695458,
|
|
5878
5878
|
"canonicalSignature": "(System.IntPtr):System.Void",
|
|
5879
5879
|
"normalizedSignature": "ReleaseTypeAttr|(System.IntPtr):System.Void|static=false",
|
|
5880
5880
|
"emitScope": "ClassSurface",
|
|
@@ -5894,7 +5894,7 @@
|
|
|
5894
5894
|
{
|
|
5895
5895
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetTypeKind(System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void",
|
|
5896
5896
|
"clrName": "GetTypeKind",
|
|
5897
|
-
"metadataToken":
|
|
5897
|
+
"metadataToken": 100695461,
|
|
5898
5898
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void",
|
|
5899
5899
|
"normalizedSignature": "GetTypeKind|(System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void|static=false",
|
|
5900
5900
|
"emitScope": "ClassSurface",
|
|
@@ -5920,7 +5920,7 @@
|
|
|
5920
5920
|
{
|
|
5921
5921
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetTypeFlags(System.Int32\u0026):System.Void",
|
|
5922
5922
|
"clrName": "GetTypeFlags",
|
|
5923
|
-
"metadataToken":
|
|
5923
|
+
"metadataToken": 100695462,
|
|
5924
5924
|
"canonicalSignature": "(System.Int32\u0026):System.Void",
|
|
5925
5925
|
"normalizedSignature": "GetTypeFlags|(System.Int32\u0026):System.Void|static=false",
|
|
5926
5926
|
"emitScope": "ClassSurface",
|
|
@@ -5946,7 +5946,7 @@
|
|
|
5946
5946
|
{
|
|
5947
5947
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetFuncIndexOfMemId(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.Int32\u0026):System.Void",
|
|
5948
5948
|
"clrName": "GetFuncIndexOfMemId",
|
|
5949
|
-
"metadataToken":
|
|
5949
|
+
"metadataToken": 100695463,
|
|
5950
5950
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.Int32\u0026):System.Void",
|
|
5951
5951
|
"normalizedSignature": "GetFuncIndexOfMemId|(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.Int32\u0026):System.Void|static=false",
|
|
5952
5952
|
"emitScope": "ClassSurface",
|
|
@@ -5972,7 +5972,7 @@
|
|
|
5972
5972
|
{
|
|
5973
5973
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetCustData(System.Guid\u0026,System.Object\u0026):System.Void",
|
|
5974
5974
|
"clrName": "GetCustData",
|
|
5975
|
-
"metadataToken":
|
|
5975
|
+
"metadataToken": 100695465,
|
|
5976
5976
|
"canonicalSignature": "(System.Guid\u0026,System.Object\u0026):System.Void",
|
|
5977
5977
|
"normalizedSignature": "GetCustData|(System.Guid\u0026,System.Object\u0026):System.Void|static=false",
|
|
5978
5978
|
"emitScope": "ClassSurface",
|
|
@@ -6002,7 +6002,7 @@
|
|
|
6002
6002
|
{
|
|
6003
6003
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetFuncCustData(System.Int32,System.Guid\u0026,System.Object\u0026):System.Void",
|
|
6004
6004
|
"clrName": "GetFuncCustData",
|
|
6005
|
-
"metadataToken":
|
|
6005
|
+
"metadataToken": 100695466,
|
|
6006
6006
|
"canonicalSignature": "(System.Int32,System.Guid\u0026,System.Object\u0026):System.Void",
|
|
6007
6007
|
"normalizedSignature": "GetFuncCustData|(System.Int32,System.Guid\u0026,System.Object\u0026):System.Void|static=false",
|
|
6008
6008
|
"emitScope": "ClassSurface",
|
|
@@ -6032,7 +6032,7 @@
|
|
|
6032
6032
|
{
|
|
6033
6033
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetParamCustData(System.Int32,System.Int32,System.Guid\u0026,System.Object\u0026):System.Void",
|
|
6034
6034
|
"clrName": "GetParamCustData",
|
|
6035
|
-
"metadataToken":
|
|
6035
|
+
"metadataToken": 100695467,
|
|
6036
6036
|
"canonicalSignature": "(System.Int32,System.Int32,System.Guid\u0026,System.Object\u0026):System.Void",
|
|
6037
6037
|
"normalizedSignature": "GetParamCustData|(System.Int32,System.Int32,System.Guid\u0026,System.Object\u0026):System.Void|static=false",
|
|
6038
6038
|
"emitScope": "ClassSurface",
|
|
@@ -6062,7 +6062,7 @@
|
|
|
6062
6062
|
{
|
|
6063
6063
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetDocumentation2(System.Int32,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
6064
6064
|
"clrName": "GetDocumentation2",
|
|
6065
|
-
"metadataToken":
|
|
6065
|
+
"metadataToken": 100695470,
|
|
6066
6066
|
"canonicalSignature": "(System.Int32,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
6067
6067
|
"normalizedSignature": "GetDocumentation2|(System.Int32,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void|static=false",
|
|
6068
6068
|
"emitScope": "ClassSurface",
|
|
@@ -6096,7 +6096,7 @@
|
|
|
6096
6096
|
{
|
|
6097
6097
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetAllFuncCustData(System.Int32,System.IntPtr):System.Void",
|
|
6098
6098
|
"clrName": "GetAllFuncCustData",
|
|
6099
|
-
"metadataToken":
|
|
6099
|
+
"metadataToken": 100695472,
|
|
6100
6100
|
"canonicalSignature": "(System.Int32,System.IntPtr):System.Void",
|
|
6101
6101
|
"normalizedSignature": "GetAllFuncCustData|(System.Int32,System.IntPtr):System.Void|static=false",
|
|
6102
6102
|
"emitScope": "ClassSurface",
|
|
@@ -6116,7 +6116,7 @@
|
|
|
6116
6116
|
{
|
|
6117
6117
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetAllParamCustData(System.Int32,System.Int32,System.IntPtr):System.Void",
|
|
6118
6118
|
"clrName": "GetAllParamCustData",
|
|
6119
|
-
"metadataToken":
|
|
6119
|
+
"metadataToken": 100695473,
|
|
6120
6120
|
"canonicalSignature": "(System.Int32,System.Int32,System.IntPtr):System.Void",
|
|
6121
6121
|
"normalizedSignature": "GetAllParamCustData|(System.Int32,System.Int32,System.IntPtr):System.Void|static=false",
|
|
6122
6122
|
"emitScope": "ClassSurface",
|
|
@@ -6154,7 +6154,7 @@
|
|
|
6154
6154
|
{
|
|
6155
6155
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetTypeInfoCount():System.Int32",
|
|
6156
6156
|
"clrName": "GetTypeInfoCount",
|
|
6157
|
-
"metadataToken":
|
|
6157
|
+
"metadataToken": 100695476,
|
|
6158
6158
|
"canonicalSignature": "():System.Int32",
|
|
6159
6159
|
"normalizedSignature": "GetTypeInfoCount|():System.Int32|static=false",
|
|
6160
6160
|
"emitScope": "ClassSurface",
|
|
@@ -6174,7 +6174,7 @@
|
|
|
6174
6174
|
{
|
|
6175
6175
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetTypeInfo(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
6176
6176
|
"clrName": "GetTypeInfo",
|
|
6177
|
-
"metadataToken":
|
|
6177
|
+
"metadataToken": 100695477,
|
|
6178
6178
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
6179
6179
|
"normalizedSignature": "GetTypeInfo|(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void|static=false",
|
|
6180
6180
|
"emitScope": "ClassSurface",
|
|
@@ -6200,7 +6200,7 @@
|
|
|
6200
6200
|
{
|
|
6201
6201
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetTypeInfoType(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void",
|
|
6202
6202
|
"clrName": "GetTypeInfoType",
|
|
6203
|
-
"metadataToken":
|
|
6203
|
+
"metadataToken": 100695478,
|
|
6204
6204
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void",
|
|
6205
6205
|
"normalizedSignature": "GetTypeInfoType|(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void|static=false",
|
|
6206
6206
|
"emitScope": "ClassSurface",
|
|
@@ -6226,7 +6226,7 @@
|
|
|
6226
6226
|
{
|
|
6227
6227
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetTypeInfoOfGuid(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
6228
6228
|
"clrName": "GetTypeInfoOfGuid",
|
|
6229
|
-
"metadataToken":
|
|
6229
|
+
"metadataToken": 100695479,
|
|
6230
6230
|
"canonicalSignature": "(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
6231
6231
|
"normalizedSignature": "GetTypeInfoOfGuid|(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void|static=false",
|
|
6232
6232
|
"emitScope": "ClassSurface",
|
|
@@ -6256,7 +6256,7 @@
|
|
|
6256
6256
|
{
|
|
6257
6257
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetLibAttr(System.IntPtr\u0026):System.Void",
|
|
6258
6258
|
"clrName": "GetLibAttr",
|
|
6259
|
-
"metadataToken":
|
|
6259
|
+
"metadataToken": 100695480,
|
|
6260
6260
|
"canonicalSignature": "(System.IntPtr\u0026):System.Void",
|
|
6261
6261
|
"normalizedSignature": "GetLibAttr|(System.IntPtr\u0026):System.Void|static=false",
|
|
6262
6262
|
"emitScope": "ClassSurface",
|
|
@@ -6282,7 +6282,7 @@
|
|
|
6282
6282
|
{
|
|
6283
6283
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
|
|
6284
6284
|
"clrName": "GetTypeComp",
|
|
6285
|
-
"metadataToken":
|
|
6285
|
+
"metadataToken": 100695481,
|
|
6286
6286
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
|
|
6287
6287
|
"normalizedSignature": "GetTypeComp|(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void|static=false",
|
|
6288
6288
|
"emitScope": "ClassSurface",
|
|
@@ -6308,7 +6308,7 @@
|
|
|
6308
6308
|
{
|
|
6309
6309
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetDocumentation(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
6310
6310
|
"clrName": "GetDocumentation",
|
|
6311
|
-
"metadataToken":
|
|
6311
|
+
"metadataToken": 100695482,
|
|
6312
6312
|
"canonicalSignature": "(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
6313
6313
|
"normalizedSignature": "GetDocumentation|(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void|static=false",
|
|
6314
6314
|
"emitScope": "ClassSurface",
|
|
@@ -6346,7 +6346,7 @@
|
|
|
6346
6346
|
{
|
|
6347
6347
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::IsName(System.String,System.Int32):System.Boolean",
|
|
6348
6348
|
"clrName": "IsName",
|
|
6349
|
-
"metadataToken":
|
|
6349
|
+
"metadataToken": 100695483,
|
|
6350
6350
|
"canonicalSignature": "(System.String,System.Int32):System.Boolean",
|
|
6351
6351
|
"normalizedSignature": "IsName|(System.String,System.Int32):System.Boolean|static=false",
|
|
6352
6352
|
"emitScope": "ClassSurface",
|
|
@@ -6366,7 +6366,7 @@
|
|
|
6366
6366
|
{
|
|
6367
6367
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::FindName(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo[],System.Int32[],System.Int16\u0026):System.Void",
|
|
6368
6368
|
"clrName": "FindName",
|
|
6369
|
-
"metadataToken":
|
|
6369
|
+
"metadataToken": 100695484,
|
|
6370
6370
|
"canonicalSignature": "(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo[],System.Int32[],System.Int16\u0026):System.Void",
|
|
6371
6371
|
"normalizedSignature": "FindName|(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo[],System.Int32[],System.Int16\u0026):System.Void|static=false",
|
|
6372
6372
|
"emitScope": "ClassSurface",
|
|
@@ -6392,7 +6392,7 @@
|
|
|
6392
6392
|
{
|
|
6393
6393
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::ReleaseTLibAttr(System.IntPtr):System.Void",
|
|
6394
6394
|
"clrName": "ReleaseTLibAttr",
|
|
6395
|
-
"metadataToken":
|
|
6395
|
+
"metadataToken": 100695485,
|
|
6396
6396
|
"canonicalSignature": "(System.IntPtr):System.Void",
|
|
6397
6397
|
"normalizedSignature": "ReleaseTLibAttr|(System.IntPtr):System.Void|static=false",
|
|
6398
6398
|
"emitScope": "ClassSurface",
|
|
@@ -6436,7 +6436,7 @@
|
|
|
6436
6436
|
{
|
|
6437
6437
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetTypeInfoCount():System.Int32",
|
|
6438
6438
|
"clrName": "GetTypeInfoCount",
|
|
6439
|
-
"metadataToken":
|
|
6439
|
+
"metadataToken": 100695486,
|
|
6440
6440
|
"canonicalSignature": "():System.Int32",
|
|
6441
6441
|
"normalizedSignature": "GetTypeInfoCount|():System.Int32|static=false",
|
|
6442
6442
|
"emitScope": "ClassSurface",
|
|
@@ -6456,7 +6456,7 @@
|
|
|
6456
6456
|
{
|
|
6457
6457
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetTypeInfo(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
6458
6458
|
"clrName": "GetTypeInfo",
|
|
6459
|
-
"metadataToken":
|
|
6459
|
+
"metadataToken": 100695487,
|
|
6460
6460
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
6461
6461
|
"normalizedSignature": "GetTypeInfo|(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void|static=false",
|
|
6462
6462
|
"emitScope": "ClassSurface",
|
|
@@ -6482,7 +6482,7 @@
|
|
|
6482
6482
|
{
|
|
6483
6483
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetTypeInfoType(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void",
|
|
6484
6484
|
"clrName": "GetTypeInfoType",
|
|
6485
|
-
"metadataToken":
|
|
6485
|
+
"metadataToken": 100695488,
|
|
6486
6486
|
"canonicalSignature": "(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void",
|
|
6487
6487
|
"normalizedSignature": "GetTypeInfoType|(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void|static=false",
|
|
6488
6488
|
"emitScope": "ClassSurface",
|
|
@@ -6508,7 +6508,7 @@
|
|
|
6508
6508
|
{
|
|
6509
6509
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetTypeInfoOfGuid(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
6510
6510
|
"clrName": "GetTypeInfoOfGuid",
|
|
6511
|
-
"metadataToken":
|
|
6511
|
+
"metadataToken": 100695489,
|
|
6512
6512
|
"canonicalSignature": "(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
|
|
6513
6513
|
"normalizedSignature": "GetTypeInfoOfGuid|(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void|static=false",
|
|
6514
6514
|
"emitScope": "ClassSurface",
|
|
@@ -6538,7 +6538,7 @@
|
|
|
6538
6538
|
{
|
|
6539
6539
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetLibAttr(System.IntPtr\u0026):System.Void",
|
|
6540
6540
|
"clrName": "GetLibAttr",
|
|
6541
|
-
"metadataToken":
|
|
6541
|
+
"metadataToken": 100695490,
|
|
6542
6542
|
"canonicalSignature": "(System.IntPtr\u0026):System.Void",
|
|
6543
6543
|
"normalizedSignature": "GetLibAttr|(System.IntPtr\u0026):System.Void|static=false",
|
|
6544
6544
|
"emitScope": "ClassSurface",
|
|
@@ -6564,7 +6564,7 @@
|
|
|
6564
6564
|
{
|
|
6565
6565
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
|
|
6566
6566
|
"clrName": "GetTypeComp",
|
|
6567
|
-
"metadataToken":
|
|
6567
|
+
"metadataToken": 100695491,
|
|
6568
6568
|
"canonicalSignature": "(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
|
|
6569
6569
|
"normalizedSignature": "GetTypeComp|(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void|static=false",
|
|
6570
6570
|
"emitScope": "ClassSurface",
|
|
@@ -6590,7 +6590,7 @@
|
|
|
6590
6590
|
{
|
|
6591
6591
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetDocumentation(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
6592
6592
|
"clrName": "GetDocumentation",
|
|
6593
|
-
"metadataToken":
|
|
6593
|
+
"metadataToken": 100695492,
|
|
6594
6594
|
"canonicalSignature": "(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
6595
6595
|
"normalizedSignature": "GetDocumentation|(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void|static=false",
|
|
6596
6596
|
"emitScope": "ClassSurface",
|
|
@@ -6628,7 +6628,7 @@
|
|
|
6628
6628
|
{
|
|
6629
6629
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::IsName(System.String,System.Int32):System.Boolean",
|
|
6630
6630
|
"clrName": "IsName",
|
|
6631
|
-
"metadataToken":
|
|
6631
|
+
"metadataToken": 100695493,
|
|
6632
6632
|
"canonicalSignature": "(System.String,System.Int32):System.Boolean",
|
|
6633
6633
|
"normalizedSignature": "IsName|(System.String,System.Int32):System.Boolean|static=false",
|
|
6634
6634
|
"emitScope": "ClassSurface",
|
|
@@ -6648,7 +6648,7 @@
|
|
|
6648
6648
|
{
|
|
6649
6649
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::FindName(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo[],System.Int32[],System.Int16\u0026):System.Void",
|
|
6650
6650
|
"clrName": "FindName",
|
|
6651
|
-
"metadataToken":
|
|
6651
|
+
"metadataToken": 100695494,
|
|
6652
6652
|
"canonicalSignature": "(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo[],System.Int32[],System.Int16\u0026):System.Void",
|
|
6653
6653
|
"normalizedSignature": "FindName|(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo[],System.Int32[],System.Int16\u0026):System.Void|static=false",
|
|
6654
6654
|
"emitScope": "ClassSurface",
|
|
@@ -6674,7 +6674,7 @@
|
|
|
6674
6674
|
{
|
|
6675
6675
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::ReleaseTLibAttr(System.IntPtr):System.Void",
|
|
6676
6676
|
"clrName": "ReleaseTLibAttr",
|
|
6677
|
-
"metadataToken":
|
|
6677
|
+
"metadataToken": 100695495,
|
|
6678
6678
|
"canonicalSignature": "(System.IntPtr):System.Void",
|
|
6679
6679
|
"normalizedSignature": "ReleaseTLibAttr|(System.IntPtr):System.Void|static=false",
|
|
6680
6680
|
"emitScope": "ClassSurface",
|
|
@@ -6694,7 +6694,7 @@
|
|
|
6694
6694
|
{
|
|
6695
6695
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetCustData(System.Guid\u0026,System.Object\u0026):System.Void",
|
|
6696
6696
|
"clrName": "GetCustData",
|
|
6697
|
-
"metadataToken":
|
|
6697
|
+
"metadataToken": 100695496,
|
|
6698
6698
|
"canonicalSignature": "(System.Guid\u0026,System.Object\u0026):System.Void",
|
|
6699
6699
|
"normalizedSignature": "GetCustData|(System.Guid\u0026,System.Object\u0026):System.Void|static=false",
|
|
6700
6700
|
"emitScope": "ClassSurface",
|
|
@@ -6724,7 +6724,7 @@
|
|
|
6724
6724
|
{
|
|
6725
6725
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetLibStatistics(System.IntPtr,System.Int32\u0026):System.Void",
|
|
6726
6726
|
"clrName": "GetLibStatistics",
|
|
6727
|
-
"metadataToken":
|
|
6727
|
+
"metadataToken": 100695497,
|
|
6728
6728
|
"canonicalSignature": "(System.IntPtr,System.Int32\u0026):System.Void",
|
|
6729
6729
|
"normalizedSignature": "GetLibStatistics|(System.IntPtr,System.Int32\u0026):System.Void|static=false",
|
|
6730
6730
|
"emitScope": "ClassSurface",
|
|
@@ -6750,7 +6750,7 @@
|
|
|
6750
6750
|
{
|
|
6751
6751
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetDocumentation2(System.Int32,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
6752
6752
|
"clrName": "GetDocumentation2",
|
|
6753
|
-
"metadataToken":
|
|
6753
|
+
"metadataToken": 100695498,
|
|
6754
6754
|
"canonicalSignature": "(System.Int32,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
|
|
6755
6755
|
"normalizedSignature": "GetDocumentation2|(System.Int32,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void|static=false",
|
|
6756
6756
|
"emitScope": "ClassSurface",
|
|
@@ -6808,7 +6808,7 @@
|
|
|
6808
6808
|
{
|
|
6809
6809
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.BIND_OPTS::cbStructSystem.Int32",
|
|
6810
6810
|
"clrName": "cbStruct",
|
|
6811
|
-
"metadataToken":
|
|
6811
|
+
"metadataToken": 67113972,
|
|
6812
6812
|
"normalizedSignature": "cbStruct|System.Int32|static=false|const=false",
|
|
6813
6813
|
"isStatic": false,
|
|
6814
6814
|
"isReadOnly": false,
|
|
@@ -6820,7 +6820,7 @@
|
|
|
6820
6820
|
{
|
|
6821
6821
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.BIND_OPTS::grfFlagsSystem.Int32",
|
|
6822
6822
|
"clrName": "grfFlags",
|
|
6823
|
-
"metadataToken":
|
|
6823
|
+
"metadataToken": 67113973,
|
|
6824
6824
|
"normalizedSignature": "grfFlags|System.Int32|static=false|const=false",
|
|
6825
6825
|
"isStatic": false,
|
|
6826
6826
|
"isReadOnly": false,
|
|
@@ -6832,7 +6832,7 @@
|
|
|
6832
6832
|
{
|
|
6833
6833
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.BIND_OPTS::grfModeSystem.Int32",
|
|
6834
6834
|
"clrName": "grfMode",
|
|
6835
|
-
"metadataToken":
|
|
6835
|
+
"metadataToken": 67113974,
|
|
6836
6836
|
"normalizedSignature": "grfMode|System.Int32|static=false|const=false",
|
|
6837
6837
|
"isStatic": false,
|
|
6838
6838
|
"isReadOnly": false,
|
|
@@ -6844,7 +6844,7 @@
|
|
|
6844
6844
|
{
|
|
6845
6845
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.BIND_OPTS::dwTickCountDeadlineSystem.Int32",
|
|
6846
6846
|
"clrName": "dwTickCountDeadline",
|
|
6847
|
-
"metadataToken":
|
|
6847
|
+
"metadataToken": 67113975,
|
|
6848
6848
|
"normalizedSignature": "dwTickCountDeadline|System.Int32|static=false|const=false",
|
|
6849
6849
|
"isStatic": false,
|
|
6850
6850
|
"isReadOnly": false,
|
|
@@ -6878,7 +6878,7 @@
|
|
|
6878
6878
|
{
|
|
6879
6879
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.BINDPTR::lpfuncdescSystem.IntPtr",
|
|
6880
6880
|
"clrName": "lpfuncdesc",
|
|
6881
|
-
"metadataToken":
|
|
6881
|
+
"metadataToken": 67113998,
|
|
6882
6882
|
"normalizedSignature": "lpfuncdesc|System.IntPtr|static=false|const=false",
|
|
6883
6883
|
"isStatic": false,
|
|
6884
6884
|
"isReadOnly": false,
|
|
@@ -6890,7 +6890,7 @@
|
|
|
6890
6890
|
{
|
|
6891
6891
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.BINDPTR::lpvardescSystem.IntPtr",
|
|
6892
6892
|
"clrName": "lpvardesc",
|
|
6893
|
-
"metadataToken":
|
|
6893
|
+
"metadataToken": 67113999,
|
|
6894
6894
|
"normalizedSignature": "lpvardesc|System.IntPtr|static=false|const=false",
|
|
6895
6895
|
"isStatic": false,
|
|
6896
6896
|
"isReadOnly": false,
|
|
@@ -6902,7 +6902,7 @@
|
|
|
6902
6902
|
{
|
|
6903
6903
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.BINDPTR::lptcompSystem.IntPtr",
|
|
6904
6904
|
"clrName": "lptcomp",
|
|
6905
|
-
"metadataToken":
|
|
6905
|
+
"metadataToken": 67114000,
|
|
6906
6906
|
"normalizedSignature": "lptcomp|System.IntPtr|static=false|const=false",
|
|
6907
6907
|
"isStatic": false,
|
|
6908
6908
|
"isReadOnly": false,
|
|
@@ -6936,7 +6936,7 @@
|
|
|
6936
6936
|
{
|
|
6937
6937
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CONNECTDATA::pUnkSystem.Object",
|
|
6938
6938
|
"clrName": "pUnk",
|
|
6939
|
-
"metadataToken":
|
|
6939
|
+
"metadataToken": 67113976,
|
|
6940
6940
|
"normalizedSignature": "pUnk|System.Object|static=false|const=false",
|
|
6941
6941
|
"isStatic": false,
|
|
6942
6942
|
"isReadOnly": false,
|
|
@@ -6948,7 +6948,7 @@
|
|
|
6948
6948
|
{
|
|
6949
6949
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.CONNECTDATA::dwCookieSystem.Int32",
|
|
6950
6950
|
"clrName": "dwCookie",
|
|
6951
|
-
"metadataToken":
|
|
6951
|
+
"metadataToken": 67113977,
|
|
6952
6952
|
"normalizedSignature": "dwCookie|System.Int32|static=false|const=false",
|
|
6953
6953
|
"isStatic": false,
|
|
6954
6954
|
"isReadOnly": false,
|
|
@@ -6982,7 +6982,7 @@
|
|
|
6982
6982
|
{
|
|
6983
6983
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DISPPARAMS::rgvargSystem.IntPtr",
|
|
6984
6984
|
"clrName": "rgvarg",
|
|
6985
|
-
"metadataToken":
|
|
6985
|
+
"metadataToken": 67114101,
|
|
6986
6986
|
"normalizedSignature": "rgvarg|System.IntPtr|static=false|const=false",
|
|
6987
6987
|
"isStatic": false,
|
|
6988
6988
|
"isReadOnly": false,
|
|
@@ -6994,7 +6994,7 @@
|
|
|
6994
6994
|
{
|
|
6995
6995
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DISPPARAMS::rgdispidNamedArgsSystem.IntPtr",
|
|
6996
6996
|
"clrName": "rgdispidNamedArgs",
|
|
6997
|
-
"metadataToken":
|
|
6997
|
+
"metadataToken": 67114102,
|
|
6998
6998
|
"normalizedSignature": "rgdispidNamedArgs|System.IntPtr|static=false|const=false",
|
|
6999
6999
|
"isStatic": false,
|
|
7000
7000
|
"isReadOnly": false,
|
|
@@ -7006,7 +7006,7 @@
|
|
|
7006
7006
|
{
|
|
7007
7007
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DISPPARAMS::cArgsSystem.Int32",
|
|
7008
7008
|
"clrName": "cArgs",
|
|
7009
|
-
"metadataToken":
|
|
7009
|
+
"metadataToken": 67114103,
|
|
7010
7010
|
"normalizedSignature": "cArgs|System.Int32|static=false|const=false",
|
|
7011
7011
|
"isStatic": false,
|
|
7012
7012
|
"isReadOnly": false,
|
|
@@ -7018,7 +7018,7 @@
|
|
|
7018
7018
|
{
|
|
7019
7019
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.DISPPARAMS::cNamedArgsSystem.Int32",
|
|
7020
7020
|
"clrName": "cNamedArgs",
|
|
7021
|
-
"metadataToken":
|
|
7021
|
+
"metadataToken": 67114104,
|
|
7022
7022
|
"normalizedSignature": "cNamedArgs|System.Int32|static=false|const=false",
|
|
7023
7023
|
"isStatic": false,
|
|
7024
7024
|
"isReadOnly": false,
|
|
@@ -7052,7 +7052,7 @@
|
|
|
7052
7052
|
{
|
|
7053
7053
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ELEMDESC::tdescSystem.Runtime.InteropServices.ComTypes.TYPEDESC",
|
|
7054
7054
|
"clrName": "tdesc",
|
|
7055
|
-
"metadataToken":
|
|
7055
|
+
"metadataToken": 67114084,
|
|
7056
7056
|
"normalizedSignature": "tdesc|System.Runtime.InteropServices.ComTypes.TYPEDESC|static=false|const=false",
|
|
7057
7057
|
"isStatic": false,
|
|
7058
7058
|
"isReadOnly": false,
|
|
@@ -7064,7 +7064,7 @@
|
|
|
7064
7064
|
{
|
|
7065
7065
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ELEMDESC::descSystem.Runtime.InteropServices.ComTypes.ELEMDESC\u002BDESCUNION",
|
|
7066
7066
|
"clrName": "desc",
|
|
7067
|
-
"metadataToken":
|
|
7067
|
+
"metadataToken": 67114085,
|
|
7068
7068
|
"normalizedSignature": "desc|System.Runtime.InteropServices.ComTypes.ELEMDESC\u002BDESCUNION|static=false|const=false",
|
|
7069
7069
|
"isStatic": false,
|
|
7070
7070
|
"isReadOnly": false,
|
|
@@ -7098,7 +7098,7 @@
|
|
|
7098
7098
|
{
|
|
7099
7099
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ELEMDESC\u002BDESCUNION::idldescSystem.Runtime.InteropServices.ComTypes.IDLDESC",
|
|
7100
7100
|
"clrName": "idldesc",
|
|
7101
|
-
"metadataToken":
|
|
7101
|
+
"metadataToken": 67114086,
|
|
7102
7102
|
"normalizedSignature": "idldesc|System.Runtime.InteropServices.ComTypes.IDLDESC|static=false|const=false",
|
|
7103
7103
|
"isStatic": false,
|
|
7104
7104
|
"isReadOnly": false,
|
|
@@ -7110,7 +7110,7 @@
|
|
|
7110
7110
|
{
|
|
7111
7111
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ELEMDESC\u002BDESCUNION::paramdescSystem.Runtime.InteropServices.ComTypes.PARAMDESC",
|
|
7112
7112
|
"clrName": "paramdesc",
|
|
7113
|
-
"metadataToken":
|
|
7113
|
+
"metadataToken": 67114087,
|
|
7114
7114
|
"normalizedSignature": "paramdesc|System.Runtime.InteropServices.ComTypes.PARAMDESC|static=false|const=false",
|
|
7115
7115
|
"isStatic": false,
|
|
7116
7116
|
"isReadOnly": false,
|
|
@@ -7144,7 +7144,7 @@
|
|
|
7144
7144
|
{
|
|
7145
7145
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.EXCEPINFO::wCodeSystem.Int16",
|
|
7146
7146
|
"clrName": "wCode",
|
|
7147
|
-
"metadataToken":
|
|
7147
|
+
"metadataToken": 67114105,
|
|
7148
7148
|
"normalizedSignature": "wCode|System.Int16|static=false|const=false",
|
|
7149
7149
|
"isStatic": false,
|
|
7150
7150
|
"isReadOnly": false,
|
|
@@ -7156,7 +7156,7 @@
|
|
|
7156
7156
|
{
|
|
7157
7157
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.EXCEPINFO::wReservedSystem.Int16",
|
|
7158
7158
|
"clrName": "wReserved",
|
|
7159
|
-
"metadataToken":
|
|
7159
|
+
"metadataToken": 67114106,
|
|
7160
7160
|
"normalizedSignature": "wReserved|System.Int16|static=false|const=false",
|
|
7161
7161
|
"isStatic": false,
|
|
7162
7162
|
"isReadOnly": false,
|
|
@@ -7168,7 +7168,7 @@
|
|
|
7168
7168
|
{
|
|
7169
7169
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.EXCEPINFO::bstrSourceSystem.String",
|
|
7170
7170
|
"clrName": "bstrSource",
|
|
7171
|
-
"metadataToken":
|
|
7171
|
+
"metadataToken": 67114107,
|
|
7172
7172
|
"normalizedSignature": "bstrSource|System.String|static=false|const=false",
|
|
7173
7173
|
"isStatic": false,
|
|
7174
7174
|
"isReadOnly": false,
|
|
@@ -7180,7 +7180,7 @@
|
|
|
7180
7180
|
{
|
|
7181
7181
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.EXCEPINFO::bstrDescriptionSystem.String",
|
|
7182
7182
|
"clrName": "bstrDescription",
|
|
7183
|
-
"metadataToken":
|
|
7183
|
+
"metadataToken": 67114108,
|
|
7184
7184
|
"normalizedSignature": "bstrDescription|System.String|static=false|const=false",
|
|
7185
7185
|
"isStatic": false,
|
|
7186
7186
|
"isReadOnly": false,
|
|
@@ -7192,7 +7192,7 @@
|
|
|
7192
7192
|
{
|
|
7193
7193
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.EXCEPINFO::bstrHelpFileSystem.String",
|
|
7194
7194
|
"clrName": "bstrHelpFile",
|
|
7195
|
-
"metadataToken":
|
|
7195
|
+
"metadataToken": 67114109,
|
|
7196
7196
|
"normalizedSignature": "bstrHelpFile|System.String|static=false|const=false",
|
|
7197
7197
|
"isStatic": false,
|
|
7198
7198
|
"isReadOnly": false,
|
|
@@ -7204,7 +7204,7 @@
|
|
|
7204
7204
|
{
|
|
7205
7205
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.EXCEPINFO::dwHelpContextSystem.Int32",
|
|
7206
7206
|
"clrName": "dwHelpContext",
|
|
7207
|
-
"metadataToken":
|
|
7207
|
+
"metadataToken": 67114110,
|
|
7208
7208
|
"normalizedSignature": "dwHelpContext|System.Int32|static=false|const=false",
|
|
7209
7209
|
"isStatic": false,
|
|
7210
7210
|
"isReadOnly": false,
|
|
@@ -7216,7 +7216,7 @@
|
|
|
7216
7216
|
{
|
|
7217
7217
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.EXCEPINFO::pvReservedSystem.IntPtr",
|
|
7218
7218
|
"clrName": "pvReserved",
|
|
7219
|
-
"metadataToken":
|
|
7219
|
+
"metadataToken": 67114111,
|
|
7220
7220
|
"normalizedSignature": "pvReserved|System.IntPtr|static=false|const=false",
|
|
7221
7221
|
"isStatic": false,
|
|
7222
7222
|
"isReadOnly": false,
|
|
@@ -7228,7 +7228,7 @@
|
|
|
7228
7228
|
{
|
|
7229
7229
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.EXCEPINFO::pfnDeferredFillInSystem.IntPtr",
|
|
7230
7230
|
"clrName": "pfnDeferredFillIn",
|
|
7231
|
-
"metadataToken":
|
|
7231
|
+
"metadataToken": 67114112,
|
|
7232
7232
|
"normalizedSignature": "pfnDeferredFillIn|System.IntPtr|static=false|const=false",
|
|
7233
7233
|
"isStatic": false,
|
|
7234
7234
|
"isReadOnly": false,
|
|
@@ -7240,7 +7240,7 @@
|
|
|
7240
7240
|
{
|
|
7241
7241
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.EXCEPINFO::scodeSystem.Int32",
|
|
7242
7242
|
"clrName": "scode",
|
|
7243
|
-
"metadataToken":
|
|
7243
|
+
"metadataToken": 67114113,
|
|
7244
7244
|
"normalizedSignature": "scode|System.Int32|static=false|const=false",
|
|
7245
7245
|
"isStatic": false,
|
|
7246
7246
|
"isReadOnly": false,
|
|
@@ -7274,7 +7274,7 @@
|
|
|
7274
7274
|
{
|
|
7275
7275
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FILETIME::dwLowDateTimeSystem.Int32",
|
|
7276
7276
|
"clrName": "dwLowDateTime",
|
|
7277
|
-
"metadataToken":
|
|
7277
|
+
"metadataToken": 67113978,
|
|
7278
7278
|
"normalizedSignature": "dwLowDateTime|System.Int32|static=false|const=false",
|
|
7279
7279
|
"isStatic": false,
|
|
7280
7280
|
"isReadOnly": false,
|
|
@@ -7286,7 +7286,7 @@
|
|
|
7286
7286
|
{
|
|
7287
7287
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FILETIME::dwHighDateTimeSystem.Int32",
|
|
7288
7288
|
"clrName": "dwHighDateTime",
|
|
7289
|
-
"metadataToken":
|
|
7289
|
+
"metadataToken": 67113979,
|
|
7290
7290
|
"normalizedSignature": "dwHighDateTime|System.Int32|static=false|const=false",
|
|
7291
7291
|
"isStatic": false,
|
|
7292
7292
|
"isReadOnly": false,
|
|
@@ -7402,7 +7402,7 @@
|
|
|
7402
7402
|
{
|
|
7403
7403
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::memidSystem.Int32",
|
|
7404
7404
|
"clrName": "memid",
|
|
7405
|
-
"metadataToken":
|
|
7405
|
+
"metadataToken": 67114051,
|
|
7406
7406
|
"normalizedSignature": "memid|System.Int32|static=false|const=false",
|
|
7407
7407
|
"isStatic": false,
|
|
7408
7408
|
"isReadOnly": false,
|
|
@@ -7414,7 +7414,7 @@
|
|
|
7414
7414
|
{
|
|
7415
7415
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::lprgscodeSystem.IntPtr",
|
|
7416
7416
|
"clrName": "lprgscode",
|
|
7417
|
-
"metadataToken":
|
|
7417
|
+
"metadataToken": 67114052,
|
|
7418
7418
|
"normalizedSignature": "lprgscode|System.IntPtr|static=false|const=false",
|
|
7419
7419
|
"isStatic": false,
|
|
7420
7420
|
"isReadOnly": false,
|
|
@@ -7426,7 +7426,7 @@
|
|
|
7426
7426
|
{
|
|
7427
7427
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::lprgelemdescParamSystem.IntPtr",
|
|
7428
7428
|
"clrName": "lprgelemdescParam",
|
|
7429
|
-
"metadataToken":
|
|
7429
|
+
"metadataToken": 67114053,
|
|
7430
7430
|
"normalizedSignature": "lprgelemdescParam|System.IntPtr|static=false|const=false",
|
|
7431
7431
|
"isStatic": false,
|
|
7432
7432
|
"isReadOnly": false,
|
|
@@ -7438,7 +7438,7 @@
|
|
|
7438
7438
|
{
|
|
7439
7439
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::funckindSystem.Runtime.InteropServices.ComTypes.FUNCKIND",
|
|
7440
7440
|
"clrName": "funckind",
|
|
7441
|
-
"metadataToken":
|
|
7441
|
+
"metadataToken": 67114054,
|
|
7442
7442
|
"normalizedSignature": "funckind|System.Runtime.InteropServices.ComTypes.FUNCKIND|static=false|const=false",
|
|
7443
7443
|
"isStatic": false,
|
|
7444
7444
|
"isReadOnly": false,
|
|
@@ -7450,7 +7450,7 @@
|
|
|
7450
7450
|
{
|
|
7451
7451
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::invkindSystem.Runtime.InteropServices.ComTypes.INVOKEKIND",
|
|
7452
7452
|
"clrName": "invkind",
|
|
7453
|
-
"metadataToken":
|
|
7453
|
+
"metadataToken": 67114055,
|
|
7454
7454
|
"normalizedSignature": "invkind|System.Runtime.InteropServices.ComTypes.INVOKEKIND|static=false|const=false",
|
|
7455
7455
|
"isStatic": false,
|
|
7456
7456
|
"isReadOnly": false,
|
|
@@ -7462,7 +7462,7 @@
|
|
|
7462
7462
|
{
|
|
7463
7463
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::callconvSystem.Runtime.InteropServices.ComTypes.CALLCONV",
|
|
7464
7464
|
"clrName": "callconv",
|
|
7465
|
-
"metadataToken":
|
|
7465
|
+
"metadataToken": 67114056,
|
|
7466
7466
|
"normalizedSignature": "callconv|System.Runtime.InteropServices.ComTypes.CALLCONV|static=false|const=false",
|
|
7467
7467
|
"isStatic": false,
|
|
7468
7468
|
"isReadOnly": false,
|
|
@@ -7474,7 +7474,7 @@
|
|
|
7474
7474
|
{
|
|
7475
7475
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::cParamsSystem.Int16",
|
|
7476
7476
|
"clrName": "cParams",
|
|
7477
|
-
"metadataToken":
|
|
7477
|
+
"metadataToken": 67114057,
|
|
7478
7478
|
"normalizedSignature": "cParams|System.Int16|static=false|const=false",
|
|
7479
7479
|
"isStatic": false,
|
|
7480
7480
|
"isReadOnly": false,
|
|
@@ -7486,7 +7486,7 @@
|
|
|
7486
7486
|
{
|
|
7487
7487
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::cParamsOptSystem.Int16",
|
|
7488
7488
|
"clrName": "cParamsOpt",
|
|
7489
|
-
"metadataToken":
|
|
7489
|
+
"metadataToken": 67114058,
|
|
7490
7490
|
"normalizedSignature": "cParamsOpt|System.Int16|static=false|const=false",
|
|
7491
7491
|
"isStatic": false,
|
|
7492
7492
|
"isReadOnly": false,
|
|
@@ -7498,7 +7498,7 @@
|
|
|
7498
7498
|
{
|
|
7499
7499
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::oVftSystem.Int16",
|
|
7500
7500
|
"clrName": "oVft",
|
|
7501
|
-
"metadataToken":
|
|
7501
|
+
"metadataToken": 67114059,
|
|
7502
7502
|
"normalizedSignature": "oVft|System.Int16|static=false|const=false",
|
|
7503
7503
|
"isStatic": false,
|
|
7504
7504
|
"isReadOnly": false,
|
|
@@ -7510,7 +7510,7 @@
|
|
|
7510
7510
|
{
|
|
7511
7511
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::cScodesSystem.Int16",
|
|
7512
7512
|
"clrName": "cScodes",
|
|
7513
|
-
"metadataToken":
|
|
7513
|
+
"metadataToken": 67114060,
|
|
7514
7514
|
"normalizedSignature": "cScodes|System.Int16|static=false|const=false",
|
|
7515
7515
|
"isStatic": false,
|
|
7516
7516
|
"isReadOnly": false,
|
|
@@ -7522,7 +7522,7 @@
|
|
|
7522
7522
|
{
|
|
7523
7523
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::elemdescFuncSystem.Runtime.InteropServices.ComTypes.ELEMDESC",
|
|
7524
7524
|
"clrName": "elemdescFunc",
|
|
7525
|
-
"metadataToken":
|
|
7525
|
+
"metadataToken": 67114061,
|
|
7526
7526
|
"normalizedSignature": "elemdescFunc|System.Runtime.InteropServices.ComTypes.ELEMDESC|static=false|const=false",
|
|
7527
7527
|
"isStatic": false,
|
|
7528
7528
|
"isReadOnly": false,
|
|
@@ -7534,7 +7534,7 @@
|
|
|
7534
7534
|
{
|
|
7535
7535
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.FUNCDESC::wFuncFlagsSystem.Int16",
|
|
7536
7536
|
"clrName": "wFuncFlags",
|
|
7537
|
-
"metadataToken":
|
|
7537
|
+
"metadataToken": 67114062,
|
|
7538
7538
|
"normalizedSignature": "wFuncFlags|System.Int16|static=false|const=false",
|
|
7539
7539
|
"isStatic": false,
|
|
7540
7540
|
"isReadOnly": false,
|
|
@@ -7568,7 +7568,7 @@
|
|
|
7568
7568
|
{
|
|
7569
7569
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLDESC::dwReservedSystem.IntPtr",
|
|
7570
7570
|
"clrName": "dwReserved",
|
|
7571
|
-
"metadataToken":
|
|
7571
|
+
"metadataToken": 67114069,
|
|
7572
7572
|
"normalizedSignature": "dwReserved|System.IntPtr|static=false|const=false",
|
|
7573
7573
|
"isStatic": false,
|
|
7574
7574
|
"isReadOnly": false,
|
|
@@ -7580,7 +7580,7 @@
|
|
|
7580
7580
|
{
|
|
7581
7581
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IDLDESC::wIDLFlagsSystem.Runtime.InteropServices.ComTypes.IDLFLAG",
|
|
7582
7582
|
"clrName": "wIDLFlags",
|
|
7583
|
-
"metadataToken":
|
|
7583
|
+
"metadataToken": 67114070,
|
|
7584
7584
|
"normalizedSignature": "wIDLFlags|System.Runtime.InteropServices.ComTypes.IDLFLAG|static=false|const=false",
|
|
7585
7585
|
"isStatic": false,
|
|
7586
7586
|
"isReadOnly": false,
|
|
@@ -7614,7 +7614,7 @@
|
|
|
7614
7614
|
{
|
|
7615
7615
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMDESC::lpVarValueSystem.IntPtr",
|
|
7616
7616
|
"clrName": "lpVarValue",
|
|
7617
|
-
"metadataToken":
|
|
7617
|
+
"metadataToken": 67114080,
|
|
7618
7618
|
"normalizedSignature": "lpVarValue|System.IntPtr|static=false|const=false",
|
|
7619
7619
|
"isStatic": false,
|
|
7620
7620
|
"isReadOnly": false,
|
|
@@ -7626,7 +7626,7 @@
|
|
|
7626
7626
|
{
|
|
7627
7627
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.PARAMDESC::wParamFlagsSystem.Runtime.InteropServices.ComTypes.PARAMFLAG",
|
|
7628
7628
|
"clrName": "wParamFlags",
|
|
7629
|
-
"metadataToken":
|
|
7629
|
+
"metadataToken": 67114081,
|
|
7630
7630
|
"normalizedSignature": "wParamFlags|System.Runtime.InteropServices.ComTypes.PARAMFLAG|static=false|const=false",
|
|
7631
7631
|
"isStatic": false,
|
|
7632
7632
|
"isReadOnly": false,
|
|
@@ -7730,7 +7730,7 @@
|
|
|
7730
7730
|
{
|
|
7731
7731
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.STATSTG::pwcsNameSystem.String",
|
|
7732
7732
|
"clrName": "pwcsName",
|
|
7733
|
-
"metadataToken":
|
|
7733
|
+
"metadataToken": 67113980,
|
|
7734
7734
|
"normalizedSignature": "pwcsName|System.String|static=false|const=false",
|
|
7735
7735
|
"isStatic": false,
|
|
7736
7736
|
"isReadOnly": false,
|
|
@@ -7742,7 +7742,7 @@
|
|
|
7742
7742
|
{
|
|
7743
7743
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.STATSTG::typeSystem.Int32",
|
|
7744
7744
|
"clrName": "type",
|
|
7745
|
-
"metadataToken":
|
|
7745
|
+
"metadataToken": 67113981,
|
|
7746
7746
|
"normalizedSignature": "type|System.Int32|static=false|const=false",
|
|
7747
7747
|
"isStatic": false,
|
|
7748
7748
|
"isReadOnly": false,
|
|
@@ -7754,7 +7754,7 @@
|
|
|
7754
7754
|
{
|
|
7755
7755
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.STATSTG::cbSizeSystem.Int64",
|
|
7756
7756
|
"clrName": "cbSize",
|
|
7757
|
-
"metadataToken":
|
|
7757
|
+
"metadataToken": 67113982,
|
|
7758
7758
|
"normalizedSignature": "cbSize|System.Int64|static=false|const=false",
|
|
7759
7759
|
"isStatic": false,
|
|
7760
7760
|
"isReadOnly": false,
|
|
@@ -7766,7 +7766,7 @@
|
|
|
7766
7766
|
{
|
|
7767
7767
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.STATSTG::mtimeSystem.Runtime.InteropServices.ComTypes.FILETIME",
|
|
7768
7768
|
"clrName": "mtime",
|
|
7769
|
-
"metadataToken":
|
|
7769
|
+
"metadataToken": 67113983,
|
|
7770
7770
|
"normalizedSignature": "mtime|System.Runtime.InteropServices.ComTypes.FILETIME|static=false|const=false",
|
|
7771
7771
|
"isStatic": false,
|
|
7772
7772
|
"isReadOnly": false,
|
|
@@ -7778,7 +7778,7 @@
|
|
|
7778
7778
|
{
|
|
7779
7779
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.STATSTG::ctimeSystem.Runtime.InteropServices.ComTypes.FILETIME",
|
|
7780
7780
|
"clrName": "ctime",
|
|
7781
|
-
"metadataToken":
|
|
7781
|
+
"metadataToken": 67113984,
|
|
7782
7782
|
"normalizedSignature": "ctime|System.Runtime.InteropServices.ComTypes.FILETIME|static=false|const=false",
|
|
7783
7783
|
"isStatic": false,
|
|
7784
7784
|
"isReadOnly": false,
|
|
@@ -7790,7 +7790,7 @@
|
|
|
7790
7790
|
{
|
|
7791
7791
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.STATSTG::atimeSystem.Runtime.InteropServices.ComTypes.FILETIME",
|
|
7792
7792
|
"clrName": "atime",
|
|
7793
|
-
"metadataToken":
|
|
7793
|
+
"metadataToken": 67113985,
|
|
7794
7794
|
"normalizedSignature": "atime|System.Runtime.InteropServices.ComTypes.FILETIME|static=false|const=false",
|
|
7795
7795
|
"isStatic": false,
|
|
7796
7796
|
"isReadOnly": false,
|
|
@@ -7802,7 +7802,7 @@
|
|
|
7802
7802
|
{
|
|
7803
7803
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.STATSTG::grfModeSystem.Int32",
|
|
7804
7804
|
"clrName": "grfMode",
|
|
7805
|
-
"metadataToken":
|
|
7805
|
+
"metadataToken": 67113986,
|
|
7806
7806
|
"normalizedSignature": "grfMode|System.Int32|static=false|const=false",
|
|
7807
7807
|
"isStatic": false,
|
|
7808
7808
|
"isReadOnly": false,
|
|
@@ -7814,7 +7814,7 @@
|
|
|
7814
7814
|
{
|
|
7815
7815
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.STATSTG::grfLocksSupportedSystem.Int32",
|
|
7816
7816
|
"clrName": "grfLocksSupported",
|
|
7817
|
-
"metadataToken":
|
|
7817
|
+
"metadataToken": 67113987,
|
|
7818
7818
|
"normalizedSignature": "grfLocksSupported|System.Int32|static=false|const=false",
|
|
7819
7819
|
"isStatic": false,
|
|
7820
7820
|
"isReadOnly": false,
|
|
@@ -7826,7 +7826,7 @@
|
|
|
7826
7826
|
{
|
|
7827
7827
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.STATSTG::clsidSystem.Guid",
|
|
7828
7828
|
"clrName": "clsid",
|
|
7829
|
-
"metadataToken":
|
|
7829
|
+
"metadataToken": 67113988,
|
|
7830
7830
|
"normalizedSignature": "clsid|System.Guid|static=false|const=false",
|
|
7831
7831
|
"isStatic": false,
|
|
7832
7832
|
"isReadOnly": false,
|
|
@@ -7838,7 +7838,7 @@
|
|
|
7838
7838
|
{
|
|
7839
7839
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.STATSTG::grfStateBitsSystem.Int32",
|
|
7840
7840
|
"clrName": "grfStateBits",
|
|
7841
|
-
"metadataToken":
|
|
7841
|
+
"metadataToken": 67113989,
|
|
7842
7842
|
"normalizedSignature": "grfStateBits|System.Int32|static=false|const=false",
|
|
7843
7843
|
"isStatic": false,
|
|
7844
7844
|
"isReadOnly": false,
|
|
@@ -7850,7 +7850,7 @@
|
|
|
7850
7850
|
{
|
|
7851
7851
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.STATSTG::reservedSystem.Int32",
|
|
7852
7852
|
"clrName": "reserved",
|
|
7853
|
-
"metadataToken":
|
|
7853
|
+
"metadataToken": 67113990,
|
|
7854
7854
|
"normalizedSignature": "reserved|System.Int32|static=false|const=false",
|
|
7855
7855
|
"isStatic": false,
|
|
7856
7856
|
"isReadOnly": false,
|
|
@@ -7942,7 +7942,7 @@
|
|
|
7942
7942
|
{
|
|
7943
7943
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::MEMBER_ID_NILSystem.Int32",
|
|
7944
7944
|
"clrName": "MEMBER_ID_NIL",
|
|
7945
|
-
"metadataToken":
|
|
7945
|
+
"metadataToken": 67114032,
|
|
7946
7946
|
"normalizedSignature": "MEMBER_ID_NIL|System.Int32|static=true|const=true",
|
|
7947
7947
|
"isStatic": true,
|
|
7948
7948
|
"isReadOnly": false,
|
|
@@ -7954,7 +7954,7 @@
|
|
|
7954
7954
|
{
|
|
7955
7955
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::guidSystem.Guid",
|
|
7956
7956
|
"clrName": "guid",
|
|
7957
|
-
"metadataToken":
|
|
7957
|
+
"metadataToken": 67114033,
|
|
7958
7958
|
"normalizedSignature": "guid|System.Guid|static=false|const=false",
|
|
7959
7959
|
"isStatic": false,
|
|
7960
7960
|
"isReadOnly": false,
|
|
@@ -7966,7 +7966,7 @@
|
|
|
7966
7966
|
{
|
|
7967
7967
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::lcidSystem.Int32",
|
|
7968
7968
|
"clrName": "lcid",
|
|
7969
|
-
"metadataToken":
|
|
7969
|
+
"metadataToken": 67114034,
|
|
7970
7970
|
"normalizedSignature": "lcid|System.Int32|static=false|const=false",
|
|
7971
7971
|
"isStatic": false,
|
|
7972
7972
|
"isReadOnly": false,
|
|
@@ -7978,7 +7978,7 @@
|
|
|
7978
7978
|
{
|
|
7979
7979
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::dwReservedSystem.Int32",
|
|
7980
7980
|
"clrName": "dwReserved",
|
|
7981
|
-
"metadataToken":
|
|
7981
|
+
"metadataToken": 67114035,
|
|
7982
7982
|
"normalizedSignature": "dwReserved|System.Int32|static=false|const=false",
|
|
7983
7983
|
"isStatic": false,
|
|
7984
7984
|
"isReadOnly": false,
|
|
@@ -7990,7 +7990,7 @@
|
|
|
7990
7990
|
{
|
|
7991
7991
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::memidConstructorSystem.Int32",
|
|
7992
7992
|
"clrName": "memidConstructor",
|
|
7993
|
-
"metadataToken":
|
|
7993
|
+
"metadataToken": 67114036,
|
|
7994
7994
|
"normalizedSignature": "memidConstructor|System.Int32|static=false|const=false",
|
|
7995
7995
|
"isStatic": false,
|
|
7996
7996
|
"isReadOnly": false,
|
|
@@ -8002,7 +8002,7 @@
|
|
|
8002
8002
|
{
|
|
8003
8003
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::memidDestructorSystem.Int32",
|
|
8004
8004
|
"clrName": "memidDestructor",
|
|
8005
|
-
"metadataToken":
|
|
8005
|
+
"metadataToken": 67114037,
|
|
8006
8006
|
"normalizedSignature": "memidDestructor|System.Int32|static=false|const=false",
|
|
8007
8007
|
"isStatic": false,
|
|
8008
8008
|
"isReadOnly": false,
|
|
@@ -8014,7 +8014,7 @@
|
|
|
8014
8014
|
{
|
|
8015
8015
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::lpstrSchemaSystem.IntPtr",
|
|
8016
8016
|
"clrName": "lpstrSchema",
|
|
8017
|
-
"metadataToken":
|
|
8017
|
+
"metadataToken": 67114038,
|
|
8018
8018
|
"normalizedSignature": "lpstrSchema|System.IntPtr|static=false|const=false",
|
|
8019
8019
|
"isStatic": false,
|
|
8020
8020
|
"isReadOnly": false,
|
|
@@ -8026,7 +8026,7 @@
|
|
|
8026
8026
|
{
|
|
8027
8027
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::cbSizeInstanceSystem.Int32",
|
|
8028
8028
|
"clrName": "cbSizeInstance",
|
|
8029
|
-
"metadataToken":
|
|
8029
|
+
"metadataToken": 67114039,
|
|
8030
8030
|
"normalizedSignature": "cbSizeInstance|System.Int32|static=false|const=false",
|
|
8031
8031
|
"isStatic": false,
|
|
8032
8032
|
"isReadOnly": false,
|
|
@@ -8038,7 +8038,7 @@
|
|
|
8038
8038
|
{
|
|
8039
8039
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::typekindSystem.Runtime.InteropServices.ComTypes.TYPEKIND",
|
|
8040
8040
|
"clrName": "typekind",
|
|
8041
|
-
"metadataToken":
|
|
8041
|
+
"metadataToken": 67114040,
|
|
8042
8042
|
"normalizedSignature": "typekind|System.Runtime.InteropServices.ComTypes.TYPEKIND|static=false|const=false",
|
|
8043
8043
|
"isStatic": false,
|
|
8044
8044
|
"isReadOnly": false,
|
|
@@ -8050,7 +8050,7 @@
|
|
|
8050
8050
|
{
|
|
8051
8051
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::cFuncsSystem.Int16",
|
|
8052
8052
|
"clrName": "cFuncs",
|
|
8053
|
-
"metadataToken":
|
|
8053
|
+
"metadataToken": 67114041,
|
|
8054
8054
|
"normalizedSignature": "cFuncs|System.Int16|static=false|const=false",
|
|
8055
8055
|
"isStatic": false,
|
|
8056
8056
|
"isReadOnly": false,
|
|
@@ -8062,7 +8062,7 @@
|
|
|
8062
8062
|
{
|
|
8063
8063
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::cVarsSystem.Int16",
|
|
8064
8064
|
"clrName": "cVars",
|
|
8065
|
-
"metadataToken":
|
|
8065
|
+
"metadataToken": 67114042,
|
|
8066
8066
|
"normalizedSignature": "cVars|System.Int16|static=false|const=false",
|
|
8067
8067
|
"isStatic": false,
|
|
8068
8068
|
"isReadOnly": false,
|
|
@@ -8074,7 +8074,7 @@
|
|
|
8074
8074
|
{
|
|
8075
8075
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::cImplTypesSystem.Int16",
|
|
8076
8076
|
"clrName": "cImplTypes",
|
|
8077
|
-
"metadataToken":
|
|
8077
|
+
"metadataToken": 67114043,
|
|
8078
8078
|
"normalizedSignature": "cImplTypes|System.Int16|static=false|const=false",
|
|
8079
8079
|
"isStatic": false,
|
|
8080
8080
|
"isReadOnly": false,
|
|
@@ -8086,7 +8086,7 @@
|
|
|
8086
8086
|
{
|
|
8087
8087
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::cbSizeVftSystem.Int16",
|
|
8088
8088
|
"clrName": "cbSizeVft",
|
|
8089
|
-
"metadataToken":
|
|
8089
|
+
"metadataToken": 67114044,
|
|
8090
8090
|
"normalizedSignature": "cbSizeVft|System.Int16|static=false|const=false",
|
|
8091
8091
|
"isStatic": false,
|
|
8092
8092
|
"isReadOnly": false,
|
|
@@ -8098,7 +8098,7 @@
|
|
|
8098
8098
|
{
|
|
8099
8099
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::cbAlignmentSystem.Int16",
|
|
8100
8100
|
"clrName": "cbAlignment",
|
|
8101
|
-
"metadataToken":
|
|
8101
|
+
"metadataToken": 67114045,
|
|
8102
8102
|
"normalizedSignature": "cbAlignment|System.Int16|static=false|const=false",
|
|
8103
8103
|
"isStatic": false,
|
|
8104
8104
|
"isReadOnly": false,
|
|
@@ -8110,7 +8110,7 @@
|
|
|
8110
8110
|
{
|
|
8111
8111
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::wTypeFlagsSystem.Runtime.InteropServices.ComTypes.TYPEFLAGS",
|
|
8112
8112
|
"clrName": "wTypeFlags",
|
|
8113
|
-
"metadataToken":
|
|
8113
|
+
"metadataToken": 67114046,
|
|
8114
8114
|
"normalizedSignature": "wTypeFlags|System.Runtime.InteropServices.ComTypes.TYPEFLAGS|static=false|const=false",
|
|
8115
8115
|
"isStatic": false,
|
|
8116
8116
|
"isReadOnly": false,
|
|
@@ -8122,7 +8122,7 @@
|
|
|
8122
8122
|
{
|
|
8123
8123
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::wMajorVerNumSystem.Int16",
|
|
8124
8124
|
"clrName": "wMajorVerNum",
|
|
8125
|
-
"metadataToken":
|
|
8125
|
+
"metadataToken": 67114047,
|
|
8126
8126
|
"normalizedSignature": "wMajorVerNum|System.Int16|static=false|const=false",
|
|
8127
8127
|
"isStatic": false,
|
|
8128
8128
|
"isReadOnly": false,
|
|
@@ -8134,7 +8134,7 @@
|
|
|
8134
8134
|
{
|
|
8135
8135
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::wMinorVerNumSystem.Int16",
|
|
8136
8136
|
"clrName": "wMinorVerNum",
|
|
8137
|
-
"metadataToken":
|
|
8137
|
+
"metadataToken": 67114048,
|
|
8138
8138
|
"normalizedSignature": "wMinorVerNum|System.Int16|static=false|const=false",
|
|
8139
8139
|
"isStatic": false,
|
|
8140
8140
|
"isReadOnly": false,
|
|
@@ -8146,7 +8146,7 @@
|
|
|
8146
8146
|
{
|
|
8147
8147
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::tdescAliasSystem.Runtime.InteropServices.ComTypes.TYPEDESC",
|
|
8148
8148
|
"clrName": "tdescAlias",
|
|
8149
|
-
"metadataToken":
|
|
8149
|
+
"metadataToken": 67114049,
|
|
8150
8150
|
"normalizedSignature": "tdescAlias|System.Runtime.InteropServices.ComTypes.TYPEDESC|static=false|const=false",
|
|
8151
8151
|
"isStatic": false,
|
|
8152
8152
|
"isReadOnly": false,
|
|
@@ -8158,7 +8158,7 @@
|
|
|
8158
8158
|
{
|
|
8159
8159
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEATTR::idldescTypeSystem.Runtime.InteropServices.ComTypes.IDLDESC",
|
|
8160
8160
|
"clrName": "idldescType",
|
|
8161
|
-
"metadataToken":
|
|
8161
|
+
"metadataToken": 67114050,
|
|
8162
8162
|
"normalizedSignature": "idldescType|System.Runtime.InteropServices.ComTypes.IDLDESC|static=false|const=false",
|
|
8163
8163
|
"isStatic": false,
|
|
8164
8164
|
"isReadOnly": false,
|
|
@@ -8192,7 +8192,7 @@
|
|
|
8192
8192
|
{
|
|
8193
8193
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEDESC::lpValueSystem.IntPtr",
|
|
8194
8194
|
"clrName": "lpValue",
|
|
8195
|
-
"metadataToken":
|
|
8195
|
+
"metadataToken": 67114082,
|
|
8196
8196
|
"normalizedSignature": "lpValue|System.IntPtr|static=false|const=false",
|
|
8197
8197
|
"isStatic": false,
|
|
8198
8198
|
"isReadOnly": false,
|
|
@@ -8204,7 +8204,7 @@
|
|
|
8204
8204
|
{
|
|
8205
8205
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPEDESC::vtSystem.Int16",
|
|
8206
8206
|
"clrName": "vt",
|
|
8207
|
-
"metadataToken":
|
|
8207
|
+
"metadataToken": 67114083,
|
|
8208
8208
|
"normalizedSignature": "vt|System.Int16|static=false|const=false",
|
|
8209
8209
|
"isStatic": false,
|
|
8210
8210
|
"isReadOnly": false,
|
|
@@ -8238,7 +8238,7 @@
|
|
|
8238
8238
|
{
|
|
8239
8239
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPELIBATTR::guidSystem.Guid",
|
|
8240
8240
|
"clrName": "guid",
|
|
8241
|
-
"metadataToken":
|
|
8241
|
+
"metadataToken": 67114174,
|
|
8242
8242
|
"normalizedSignature": "guid|System.Guid|static=false|const=false",
|
|
8243
8243
|
"isStatic": false,
|
|
8244
8244
|
"isReadOnly": false,
|
|
@@ -8250,7 +8250,7 @@
|
|
|
8250
8250
|
{
|
|
8251
8251
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPELIBATTR::lcidSystem.Int32",
|
|
8252
8252
|
"clrName": "lcid",
|
|
8253
|
-
"metadataToken":
|
|
8253
|
+
"metadataToken": 67114175,
|
|
8254
8254
|
"normalizedSignature": "lcid|System.Int32|static=false|const=false",
|
|
8255
8255
|
"isStatic": false,
|
|
8256
8256
|
"isReadOnly": false,
|
|
@@ -8262,7 +8262,7 @@
|
|
|
8262
8262
|
{
|
|
8263
8263
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPELIBATTR::syskindSystem.Runtime.InteropServices.ComTypes.SYSKIND",
|
|
8264
8264
|
"clrName": "syskind",
|
|
8265
|
-
"metadataToken":
|
|
8265
|
+
"metadataToken": 67114176,
|
|
8266
8266
|
"normalizedSignature": "syskind|System.Runtime.InteropServices.ComTypes.SYSKIND|static=false|const=false",
|
|
8267
8267
|
"isStatic": false,
|
|
8268
8268
|
"isReadOnly": false,
|
|
@@ -8274,7 +8274,7 @@
|
|
|
8274
8274
|
{
|
|
8275
8275
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPELIBATTR::wMajorVerNumSystem.Int16",
|
|
8276
8276
|
"clrName": "wMajorVerNum",
|
|
8277
|
-
"metadataToken":
|
|
8277
|
+
"metadataToken": 67114177,
|
|
8278
8278
|
"normalizedSignature": "wMajorVerNum|System.Int16|static=false|const=false",
|
|
8279
8279
|
"isStatic": false,
|
|
8280
8280
|
"isReadOnly": false,
|
|
@@ -8286,7 +8286,7 @@
|
|
|
8286
8286
|
{
|
|
8287
8287
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPELIBATTR::wMinorVerNumSystem.Int16",
|
|
8288
8288
|
"clrName": "wMinorVerNum",
|
|
8289
|
-
"metadataToken":
|
|
8289
|
+
"metadataToken": 67114178,
|
|
8290
8290
|
"normalizedSignature": "wMinorVerNum|System.Int16|static=false|const=false",
|
|
8291
8291
|
"isStatic": false,
|
|
8292
8292
|
"isReadOnly": false,
|
|
@@ -8298,7 +8298,7 @@
|
|
|
8298
8298
|
{
|
|
8299
8299
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.TYPELIBATTR::wLibFlagsSystem.Runtime.InteropServices.ComTypes.LIBFLAGS",
|
|
8300
8300
|
"clrName": "wLibFlags",
|
|
8301
|
-
"metadataToken":
|
|
8301
|
+
"metadataToken": 67114179,
|
|
8302
8302
|
"normalizedSignature": "wLibFlags|System.Runtime.InteropServices.ComTypes.LIBFLAGS|static=false|const=false",
|
|
8303
8303
|
"isStatic": false,
|
|
8304
8304
|
"isReadOnly": false,
|
|
@@ -8332,7 +8332,7 @@
|
|
|
8332
8332
|
{
|
|
8333
8333
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARDESC::memidSystem.Int32",
|
|
8334
8334
|
"clrName": "memid",
|
|
8335
|
-
"metadataToken":
|
|
8335
|
+
"metadataToken": 67114093,
|
|
8336
8336
|
"normalizedSignature": "memid|System.Int32|static=false|const=false",
|
|
8337
8337
|
"isStatic": false,
|
|
8338
8338
|
"isReadOnly": false,
|
|
@@ -8344,7 +8344,7 @@
|
|
|
8344
8344
|
{
|
|
8345
8345
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARDESC::lpstrSchemaSystem.String",
|
|
8346
8346
|
"clrName": "lpstrSchema",
|
|
8347
|
-
"metadataToken":
|
|
8347
|
+
"metadataToken": 67114094,
|
|
8348
8348
|
"normalizedSignature": "lpstrSchema|System.String|static=false|const=false",
|
|
8349
8349
|
"isStatic": false,
|
|
8350
8350
|
"isReadOnly": false,
|
|
@@ -8356,7 +8356,7 @@
|
|
|
8356
8356
|
{
|
|
8357
8357
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARDESC::descSystem.Runtime.InteropServices.ComTypes.VARDESC\u002BDESCUNION",
|
|
8358
8358
|
"clrName": "desc",
|
|
8359
|
-
"metadataToken":
|
|
8359
|
+
"metadataToken": 67114095,
|
|
8360
8360
|
"normalizedSignature": "desc|System.Runtime.InteropServices.ComTypes.VARDESC\u002BDESCUNION|static=false|const=false",
|
|
8361
8361
|
"isStatic": false,
|
|
8362
8362
|
"isReadOnly": false,
|
|
@@ -8368,7 +8368,7 @@
|
|
|
8368
8368
|
{
|
|
8369
8369
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARDESC::elemdescVarSystem.Runtime.InteropServices.ComTypes.ELEMDESC",
|
|
8370
8370
|
"clrName": "elemdescVar",
|
|
8371
|
-
"metadataToken":
|
|
8371
|
+
"metadataToken": 67114096,
|
|
8372
8372
|
"normalizedSignature": "elemdescVar|System.Runtime.InteropServices.ComTypes.ELEMDESC|static=false|const=false",
|
|
8373
8373
|
"isStatic": false,
|
|
8374
8374
|
"isReadOnly": false,
|
|
@@ -8380,7 +8380,7 @@
|
|
|
8380
8380
|
{
|
|
8381
8381
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARDESC::wVarFlagsSystem.Int16",
|
|
8382
8382
|
"clrName": "wVarFlags",
|
|
8383
|
-
"metadataToken":
|
|
8383
|
+
"metadataToken": 67114097,
|
|
8384
8384
|
"normalizedSignature": "wVarFlags|System.Int16|static=false|const=false",
|
|
8385
8385
|
"isStatic": false,
|
|
8386
8386
|
"isReadOnly": false,
|
|
@@ -8392,7 +8392,7 @@
|
|
|
8392
8392
|
{
|
|
8393
8393
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARDESC::varkindSystem.Runtime.InteropServices.ComTypes.VARKIND",
|
|
8394
8394
|
"clrName": "varkind",
|
|
8395
|
-
"metadataToken":
|
|
8395
|
+
"metadataToken": 67114098,
|
|
8396
8396
|
"normalizedSignature": "varkind|System.Runtime.InteropServices.ComTypes.VARKIND|static=false|const=false",
|
|
8397
8397
|
"isStatic": false,
|
|
8398
8398
|
"isReadOnly": false,
|
|
@@ -8426,7 +8426,7 @@
|
|
|
8426
8426
|
{
|
|
8427
8427
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARDESC\u002BDESCUNION::oInstSystem.Int32",
|
|
8428
8428
|
"clrName": "oInst",
|
|
8429
|
-
"metadataToken":
|
|
8429
|
+
"metadataToken": 67114099,
|
|
8430
8430
|
"normalizedSignature": "oInst|System.Int32|static=false|const=false",
|
|
8431
8431
|
"isStatic": false,
|
|
8432
8432
|
"isReadOnly": false,
|
|
@@ -8438,7 +8438,7 @@
|
|
|
8438
8438
|
{
|
|
8439
8439
|
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.VARDESC\u002BDESCUNION::lpvarValueSystem.IntPtr",
|
|
8440
8440
|
"clrName": "lpvarValue",
|
|
8441
|
-
"metadataToken":
|
|
8441
|
+
"metadataToken": 67114100,
|
|
8442
8442
|
"normalizedSignature": "lpvarValue|System.IntPtr|static=false|const=false",
|
|
8443
8443
|
"isStatic": false,
|
|
8444
8444
|
"isReadOnly": false,
|