@tsonic/microsoft-extensions 0.1.1

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.
Files changed (277) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.Extensions.Caching.Distributed/bindings.json +1214 -0
  3. package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +109 -0
  4. package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +835 -0
  5. package/Microsoft.Extensions.Caching.Distributed.d.ts +26 -0
  6. package/Microsoft.Extensions.Caching.Distributed.js +9 -0
  7. package/Microsoft.Extensions.Caching.Hybrid/bindings.json +738 -0
  8. package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +82 -0
  9. package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +476 -0
  10. package/Microsoft.Extensions.Caching.Hybrid.d.ts +21 -0
  11. package/Microsoft.Extensions.Caching.Hybrid.js +9 -0
  12. package/Microsoft.Extensions.Caching.Memory/bindings.json +2741 -0
  13. package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +238 -0
  14. package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +1740 -0
  15. package/Microsoft.Extensions.Caching.Memory.d.ts +35 -0
  16. package/Microsoft.Extensions.Caching.Memory.js +9 -0
  17. package/Microsoft.Extensions.Configuration/bindings.json +6692 -0
  18. package/Microsoft.Extensions.Configuration/internal/index.d.ts +616 -0
  19. package/Microsoft.Extensions.Configuration/internal/metadata.json +4603 -0
  20. package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +440 -0
  21. package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +61 -0
  22. package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +295 -0
  23. package/Microsoft.Extensions.Configuration.CommandLine.d.ts +16 -0
  24. package/Microsoft.Extensions.Configuration.CommandLine.js +9 -0
  25. package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +449 -0
  26. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +62 -0
  27. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +301 -0
  28. package/Microsoft.Extensions.Configuration.EnvironmentVariables.d.ts +16 -0
  29. package/Microsoft.Extensions.Configuration.EnvironmentVariables.js +9 -0
  30. package/Microsoft.Extensions.Configuration.Ini/bindings.json +973 -0
  31. package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +99 -0
  32. package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +568 -0
  33. package/Microsoft.Extensions.Configuration.Ini.d.ts +20 -0
  34. package/Microsoft.Extensions.Configuration.Ini.js +9 -0
  35. package/Microsoft.Extensions.Configuration.Json/bindings.json +949 -0
  36. package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +98 -0
  37. package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +552 -0
  38. package/Microsoft.Extensions.Configuration.Json.d.ts +20 -0
  39. package/Microsoft.Extensions.Configuration.Json.js +9 -0
  40. package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +598 -0
  41. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +69 -0
  42. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +402 -0
  43. package/Microsoft.Extensions.Configuration.KeyPerFile.d.ts +17 -0
  44. package/Microsoft.Extensions.Configuration.KeyPerFile.js +9 -0
  45. package/Microsoft.Extensions.Configuration.Memory/bindings.json +464 -0
  46. package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +65 -0
  47. package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +312 -0
  48. package/Microsoft.Extensions.Configuration.Memory.d.ts +17 -0
  49. package/Microsoft.Extensions.Configuration.Memory.js +9 -0
  50. package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +127 -0
  51. package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +35 -0
  52. package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +85 -0
  53. package/Microsoft.Extensions.Configuration.UserSecrets.d.ts +13 -0
  54. package/Microsoft.Extensions.Configuration.UserSecrets.js +9 -0
  55. package/Microsoft.Extensions.Configuration.Xml/bindings.json +1036 -0
  56. package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +113 -0
  57. package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +611 -0
  58. package/Microsoft.Extensions.Configuration.Xml.d.ts +22 -0
  59. package/Microsoft.Extensions.Configuration.Xml.js +9 -0
  60. package/Microsoft.Extensions.Configuration.d.ts +63 -0
  61. package/Microsoft.Extensions.Configuration.js +9 -0
  62. package/Microsoft.Extensions.DependencyInjection/bindings.json +7129 -0
  63. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +626 -0
  64. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +4903 -0
  65. package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +1052 -0
  66. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +62 -0
  67. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +713 -0
  68. package/Microsoft.Extensions.DependencyInjection.Extensions.d.ts +17 -0
  69. package/Microsoft.Extensions.DependencyInjection.Extensions.js +9 -0
  70. package/Microsoft.Extensions.DependencyInjection.d.ts +91 -0
  71. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  72. package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +1298 -0
  73. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +159 -0
  74. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +802 -0
  75. package/Microsoft.Extensions.Diagnostics.HealthChecks.d.ts +25 -0
  76. package/Microsoft.Extensions.Diagnostics.HealthChecks.js +9 -0
  77. package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +1145 -0
  78. package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +141 -0
  79. package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +785 -0
  80. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +44 -0
  81. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +19 -0
  82. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +41 -0
  83. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration.d.ts +13 -0
  84. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration.js +9 -0
  85. package/Microsoft.Extensions.Diagnostics.Metrics.d.ts +29 -0
  86. package/Microsoft.Extensions.Diagnostics.Metrics.js +9 -0
  87. package/Microsoft.Extensions.FileProviders/bindings.json +2187 -0
  88. package/Microsoft.Extensions.FileProviders/internal/index.d.ts +234 -0
  89. package/Microsoft.Extensions.FileProviders/internal/metadata.json +1423 -0
  90. package/Microsoft.Extensions.FileProviders.Composite/bindings.json +117 -0
  91. package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +37 -0
  92. package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +79 -0
  93. package/Microsoft.Extensions.FileProviders.Composite.d.ts +15 -0
  94. package/Microsoft.Extensions.FileProviders.Composite.js +9 -0
  95. package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +381 -0
  96. package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +40 -0
  97. package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +251 -0
  98. package/Microsoft.Extensions.FileProviders.Embedded.d.ts +15 -0
  99. package/Microsoft.Extensions.FileProviders.Embedded.js +9 -0
  100. package/Microsoft.Extensions.FileProviders.Internal/bindings.json +136 -0
  101. package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +39 -0
  102. package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +84 -0
  103. package/Microsoft.Extensions.FileProviders.Internal.d.ts +16 -0
  104. package/Microsoft.Extensions.FileProviders.Internal.js +9 -0
  105. package/Microsoft.Extensions.FileProviders.Physical/bindings.json +1394 -0
  106. package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +136 -0
  107. package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +879 -0
  108. package/Microsoft.Extensions.FileProviders.Physical.d.ts +22 -0
  109. package/Microsoft.Extensions.FileProviders.Physical.js +9 -0
  110. package/Microsoft.Extensions.FileProviders.d.ts +28 -0
  111. package/Microsoft.Extensions.FileProviders.js +9 -0
  112. package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +807 -0
  113. package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +90 -0
  114. package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +511 -0
  115. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +572 -0
  116. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +80 -0
  117. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +352 -0
  118. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions.d.ts +18 -0
  119. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions.js +9 -0
  120. package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +624 -0
  121. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +90 -0
  122. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +443 -0
  123. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +853 -0
  124. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +121 -0
  125. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +550 -0
  126. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.d.ts +18 -0
  127. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.js +9 -0
  128. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +2291 -0
  129. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +198 -0
  130. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +1527 -0
  131. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.d.ts +23 -0
  132. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.js +9 -0
  133. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +112 -0
  134. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +26 -0
  135. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +68 -0
  136. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.d.ts +13 -0
  137. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.js +9 -0
  138. package/Microsoft.Extensions.FileSystemGlobbing.Internal.d.ts +21 -0
  139. package/Microsoft.Extensions.FileSystemGlobbing.Internal.js +9 -0
  140. package/Microsoft.Extensions.FileSystemGlobbing.d.ts +21 -0
  141. package/Microsoft.Extensions.FileSystemGlobbing.js +9 -0
  142. package/Microsoft.Extensions.Hosting/bindings.json +3856 -0
  143. package/Microsoft.Extensions.Hosting/internal/index.d.ts +369 -0
  144. package/Microsoft.Extensions.Hosting/internal/metadata.json +2577 -0
  145. package/Microsoft.Extensions.Hosting.Internal/bindings.json +858 -0
  146. package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +88 -0
  147. package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +559 -0
  148. package/Microsoft.Extensions.Hosting.Internal.d.ts +20 -0
  149. package/Microsoft.Extensions.Hosting.Internal.js +9 -0
  150. package/Microsoft.Extensions.Hosting.d.ts +51 -0
  151. package/Microsoft.Extensions.Hosting.js +9 -0
  152. package/Microsoft.Extensions.Http/bindings.json +378 -0
  153. package/Microsoft.Extensions.Http/internal/index.d.ts +58 -0
  154. package/Microsoft.Extensions.Http/internal/metadata.json +266 -0
  155. package/Microsoft.Extensions.Http.Logging/bindings.json +357 -0
  156. package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +64 -0
  157. package/Microsoft.Extensions.Http.Logging/internal/metadata.json +240 -0
  158. package/Microsoft.Extensions.Http.Logging.d.ts +20 -0
  159. package/Microsoft.Extensions.Http.Logging.js +9 -0
  160. package/Microsoft.Extensions.Http.d.ts +17 -0
  161. package/Microsoft.Extensions.Http.js +9 -0
  162. package/Microsoft.Extensions.Internal/bindings.json +129 -0
  163. package/Microsoft.Extensions.Internal/internal/index.d.ts +37 -0
  164. package/Microsoft.Extensions.Internal/internal/metadata.json +94 -0
  165. package/Microsoft.Extensions.Internal.d.ts +13 -0
  166. package/Microsoft.Extensions.Internal.js +9 -0
  167. package/Microsoft.Extensions.Localization/bindings.json +1233 -0
  168. package/Microsoft.Extensions.Localization/internal/index.d.ts +194 -0
  169. package/Microsoft.Extensions.Localization/internal/metadata.json +831 -0
  170. package/Microsoft.Extensions.Localization.d.ts +43 -0
  171. package/Microsoft.Extensions.Localization.js +9 -0
  172. package/Microsoft.Extensions.Logging/bindings.json +4881 -0
  173. package/Microsoft.Extensions.Logging/internal/index.d.ts +438 -0
  174. package/Microsoft.Extensions.Logging/internal/metadata.json +3222 -0
  175. package/Microsoft.Extensions.Logging.Abstractions/bindings.json +1166 -0
  176. package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +144 -0
  177. package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +782 -0
  178. package/Microsoft.Extensions.Logging.Abstractions.d.ts +33 -0
  179. package/Microsoft.Extensions.Logging.Abstractions.js +9 -0
  180. package/Microsoft.Extensions.Logging.Configuration/bindings.json +273 -0
  181. package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +62 -0
  182. package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +212 -0
  183. package/Microsoft.Extensions.Logging.Configuration.d.ts +24 -0
  184. package/Microsoft.Extensions.Logging.Configuration.js +9 -0
  185. package/Microsoft.Extensions.Logging.Console/bindings.json +1810 -0
  186. package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +203 -0
  187. package/Microsoft.Extensions.Logging.Console/internal/metadata.json +1119 -0
  188. package/Microsoft.Extensions.Logging.Console.d.ts +32 -0
  189. package/Microsoft.Extensions.Logging.Console.js +9 -0
  190. package/Microsoft.Extensions.Logging.Debug/bindings.json +114 -0
  191. package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +33 -0
  192. package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +80 -0
  193. package/Microsoft.Extensions.Logging.Debug.d.ts +13 -0
  194. package/Microsoft.Extensions.Logging.Debug.js +9 -0
  195. package/Microsoft.Extensions.Logging.EventLog/bindings.json +333 -0
  196. package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +57 -0
  197. package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +206 -0
  198. package/Microsoft.Extensions.Logging.EventLog.d.ts +15 -0
  199. package/Microsoft.Extensions.Logging.EventLog.js +9 -0
  200. package/Microsoft.Extensions.Logging.EventSource/bindings.json +225 -0
  201. package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +56 -0
  202. package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +149 -0
  203. package/Microsoft.Extensions.Logging.EventSource.d.ts +16 -0
  204. package/Microsoft.Extensions.Logging.EventSource.js +9 -0
  205. package/Microsoft.Extensions.Logging.TraceSource/bindings.json +133 -0
  206. package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +35 -0
  207. package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +85 -0
  208. package/Microsoft.Extensions.Logging.TraceSource.d.ts +14 -0
  209. package/Microsoft.Extensions.Logging.TraceSource.js +9 -0
  210. package/Microsoft.Extensions.Logging.d.ts +62 -0
  211. package/Microsoft.Extensions.Logging.js +9 -0
  212. package/Microsoft.Extensions.ObjectPool/bindings.json +1265 -0
  213. package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +176 -0
  214. package/Microsoft.Extensions.ObjectPool/internal/metadata.json +867 -0
  215. package/Microsoft.Extensions.ObjectPool.d.ts +40 -0
  216. package/Microsoft.Extensions.ObjectPool.js +9 -0
  217. package/Microsoft.Extensions.Options/bindings.json +7654 -0
  218. package/Microsoft.Extensions.Options/internal/index.d.ts +872 -0
  219. package/Microsoft.Extensions.Options/internal/metadata.json +4965 -0
  220. package/Microsoft.Extensions.Options.d.ts +102 -0
  221. package/Microsoft.Extensions.Options.js +9 -0
  222. package/Microsoft.Extensions.Primitives/bindings.json +2797 -0
  223. package/Microsoft.Extensions.Primitives/internal/index.d.ts +245 -0
  224. package/Microsoft.Extensions.Primitives/internal/metadata.json +1830 -0
  225. package/Microsoft.Extensions.Primitives.d.ts +27 -0
  226. package/Microsoft.Extensions.Primitives.js +9 -0
  227. package/Microsoft.Extensions.Validation/bindings.json +815 -0
  228. package/Microsoft.Extensions.Validation/internal/index.d.ts +158 -0
  229. package/Microsoft.Extensions.Validation/internal/metadata.json +577 -0
  230. package/Microsoft.Extensions.Validation.d.ts +26 -0
  231. package/Microsoft.Extensions.Validation.js +9 -0
  232. package/Microsoft.Extensions.WebEncoders/bindings.json +66 -0
  233. package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +25 -0
  234. package/Microsoft.Extensions.WebEncoders/internal/metadata.json +46 -0
  235. package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +647 -0
  236. package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +71 -0
  237. package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +431 -0
  238. package/Microsoft.Extensions.WebEncoders.Testing.d.ts +16 -0
  239. package/Microsoft.Extensions.WebEncoders.Testing.js +9 -0
  240. package/Microsoft.Extensions.WebEncoders.d.ts +13 -0
  241. package/Microsoft.Extensions.WebEncoders.js +9 -0
  242. package/README.md +5 -0
  243. package/System.Diagnostics/bindings.json +2729 -0
  244. package/System.Diagnostics/internal/index.d.ts +208 -0
  245. package/System.Diagnostics/internal/metadata.json +1694 -0
  246. package/System.Diagnostics.Eventing.Reader/bindings.json +6318 -0
  247. package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +553 -0
  248. package/System.Diagnostics.Eventing.Reader/internal/metadata.json +3706 -0
  249. package/System.Diagnostics.Eventing.Reader.d.ts +51 -0
  250. package/System.Diagnostics.Eventing.Reader.js +9 -0
  251. package/System.Diagnostics.d.ts +25 -0
  252. package/System.Diagnostics.js +9 -0
  253. package/System.Net.Http/bindings.json +161 -0
  254. package/System.Net.Http/internal/index.d.ts +40 -0
  255. package/System.Net.Http/internal/metadata.json +141 -0
  256. package/System.Net.Http.d.ts +19 -0
  257. package/System.Net.Http.js +9 -0
  258. package/System.Security.Cryptography/bindings.json +474 -0
  259. package/System.Security.Cryptography/internal/index.d.ts +63 -0
  260. package/System.Security.Cryptography/internal/metadata.json +302 -0
  261. package/System.Security.Cryptography.Pkcs/bindings.json +8554 -0
  262. package/System.Security.Cryptography.Pkcs/internal/index.d.ts +763 -0
  263. package/System.Security.Cryptography.Pkcs/internal/metadata.json +5125 -0
  264. package/System.Security.Cryptography.Pkcs.d.ts +61 -0
  265. package/System.Security.Cryptography.Pkcs.js +9 -0
  266. package/System.Security.Cryptography.Xml/bindings.json +10485 -0
  267. package/System.Security.Cryptography.Xml/internal/index.d.ts +855 -0
  268. package/System.Security.Cryptography.Xml/internal/metadata.json +5727 -0
  269. package/System.Security.Cryptography.Xml.d.ts +62 -0
  270. package/System.Security.Cryptography.Xml.js +9 -0
  271. package/System.Security.Cryptography.d.ts +16 -0
  272. package/System.Security.Cryptography.js +9 -0
  273. package/__build/scripts/generate.sh +120 -0
  274. package/__internal/extensions/index.d.ts +699 -0
  275. package/families.json +58 -0
  276. package/package.json +28 -0
  277. package/tsconfig.json +20 -0
@@ -0,0 +1,2729 @@
1
+ {
2
+ "namespace": "System.Diagnostics",
3
+ "types": [
4
+ {
5
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType",
6
+ "clrName": "System.Diagnostics.EventLogEntryType",
7
+ "tsEmitName": "EventLogEntryType",
8
+ "assemblyName": "System.Diagnostics.EventLog",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::value__System.Int32",
15
+ "clrName": "value__",
16
+ "tsEmitName": "value__",
17
+ "metadataToken": 67108867,
18
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
19
+ "isStatic": false,
20
+ "isReadOnly": false,
21
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
22
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
23
+ },
24
+ {
25
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::ErrorSystem.Diagnostics.EventLogEntryType",
26
+ "clrName": "Error",
27
+ "tsEmitName": "error",
28
+ "metadataToken": 67108868,
29
+ "normalizedSignature": "Error|System.Diagnostics.EventLogEntryType|static=true|const=true",
30
+ "isStatic": true,
31
+ "isReadOnly": false,
32
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
33
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
34
+ },
35
+ {
36
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::WarningSystem.Diagnostics.EventLogEntryType",
37
+ "clrName": "Warning",
38
+ "tsEmitName": "warning",
39
+ "metadataToken": 67108869,
40
+ "normalizedSignature": "Warning|System.Diagnostics.EventLogEntryType|static=true|const=true",
41
+ "isStatic": true,
42
+ "isReadOnly": false,
43
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
44
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
45
+ },
46
+ {
47
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::InformationSystem.Diagnostics.EventLogEntryType",
48
+ "clrName": "Information",
49
+ "tsEmitName": "information",
50
+ "metadataToken": 67108870,
51
+ "normalizedSignature": "Information|System.Diagnostics.EventLogEntryType|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
55
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
56
+ },
57
+ {
58
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::SuccessAuditSystem.Diagnostics.EventLogEntryType",
59
+ "clrName": "SuccessAudit",
60
+ "tsEmitName": "successAudit",
61
+ "metadataToken": 67108871,
62
+ "normalizedSignature": "SuccessAudit|System.Diagnostics.EventLogEntryType|static=true|const=true",
63
+ "isStatic": true,
64
+ "isReadOnly": false,
65
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
66
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
67
+ },
68
+ {
69
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::FailureAuditSystem.Diagnostics.EventLogEntryType",
70
+ "clrName": "FailureAudit",
71
+ "tsEmitName": "failureAudit",
72
+ "metadataToken": 67108872,
73
+ "normalizedSignature": "FailureAudit|System.Diagnostics.EventLogEntryType|static=true|const=true",
74
+ "isStatic": true,
75
+ "isReadOnly": false,
76
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
77
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
78
+ }
79
+ ],
80
+ "events": [],
81
+ "constructors": [],
82
+ "exposedFields": [
83
+ {
84
+ "tsName": "value__",
85
+ "isStatic": false,
86
+ "tsSignatureId": "value__|System.Int32|static=false|const=false",
87
+ "target": {
88
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
89
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
90
+ "metadataToken": 67108867
91
+ }
92
+ },
93
+ {
94
+ "tsName": "error",
95
+ "isStatic": true,
96
+ "tsSignatureId": "Error|System.Diagnostics.EventLogEntryType|static=true|const=true",
97
+ "target": {
98
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
99
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
100
+ "metadataToken": 67108868
101
+ }
102
+ },
103
+ {
104
+ "tsName": "warning",
105
+ "isStatic": true,
106
+ "tsSignatureId": "Warning|System.Diagnostics.EventLogEntryType|static=true|const=true",
107
+ "target": {
108
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
109
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
110
+ "metadataToken": 67108869
111
+ }
112
+ },
113
+ {
114
+ "tsName": "information",
115
+ "isStatic": true,
116
+ "tsSignatureId": "Information|System.Diagnostics.EventLogEntryType|static=true|const=true",
117
+ "target": {
118
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
119
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
120
+ "metadataToken": 67108870
121
+ }
122
+ },
123
+ {
124
+ "tsName": "successAudit",
125
+ "isStatic": true,
126
+ "tsSignatureId": "SuccessAudit|System.Diagnostics.EventLogEntryType|static=true|const=true",
127
+ "target": {
128
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
129
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
130
+ "metadataToken": 67108871
131
+ }
132
+ },
133
+ {
134
+ "tsName": "failureAudit",
135
+ "isStatic": true,
136
+ "tsSignatureId": "FailureAudit|System.Diagnostics.EventLogEntryType|static=true|const=true",
137
+ "target": {
138
+ "declaringClrType": "System.Diagnostics.EventLogEntryType",
139
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
140
+ "metadataToken": 67108872
141
+ }
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.OverflowAction",
147
+ "clrName": "System.Diagnostics.OverflowAction",
148
+ "tsEmitName": "OverflowAction",
149
+ "assemblyName": "System.Diagnostics.EventLog",
150
+ "metadataToken": 0,
151
+ "methods": [],
152
+ "properties": [],
153
+ "fields": [
154
+ {
155
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.OverflowAction::value__System.Int32",
156
+ "clrName": "value__",
157
+ "tsEmitName": "value__",
158
+ "metadataToken": 67108873,
159
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
160
+ "isStatic": false,
161
+ "isReadOnly": false,
162
+ "declaringClrType": "System.Diagnostics.OverflowAction",
163
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
164
+ },
165
+ {
166
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.OverflowAction::DoNotOverwriteSystem.Diagnostics.OverflowAction",
167
+ "clrName": "DoNotOverwrite",
168
+ "tsEmitName": "doNotOverwrite",
169
+ "metadataToken": 67108874,
170
+ "normalizedSignature": "DoNotOverwrite|System.Diagnostics.OverflowAction|static=true|const=true",
171
+ "isStatic": true,
172
+ "isReadOnly": false,
173
+ "declaringClrType": "System.Diagnostics.OverflowAction",
174
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
175
+ },
176
+ {
177
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.OverflowAction::OverwriteAsNeededSystem.Diagnostics.OverflowAction",
178
+ "clrName": "OverwriteAsNeeded",
179
+ "tsEmitName": "overwriteAsNeeded",
180
+ "metadataToken": 67108875,
181
+ "normalizedSignature": "OverwriteAsNeeded|System.Diagnostics.OverflowAction|static=true|const=true",
182
+ "isStatic": true,
183
+ "isReadOnly": false,
184
+ "declaringClrType": "System.Diagnostics.OverflowAction",
185
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
186
+ },
187
+ {
188
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.OverflowAction::OverwriteOlderSystem.Diagnostics.OverflowAction",
189
+ "clrName": "OverwriteOlder",
190
+ "tsEmitName": "overwriteOlder",
191
+ "metadataToken": 67108876,
192
+ "normalizedSignature": "OverwriteOlder|System.Diagnostics.OverflowAction|static=true|const=true",
193
+ "isStatic": true,
194
+ "isReadOnly": false,
195
+ "declaringClrType": "System.Diagnostics.OverflowAction",
196
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
197
+ }
198
+ ],
199
+ "events": [],
200
+ "constructors": [],
201
+ "exposedFields": [
202
+ {
203
+ "tsName": "value__",
204
+ "isStatic": false,
205
+ "tsSignatureId": "value__|System.Int32|static=false|const=false",
206
+ "target": {
207
+ "declaringClrType": "System.Diagnostics.OverflowAction",
208
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
209
+ "metadataToken": 67108873
210
+ }
211
+ },
212
+ {
213
+ "tsName": "doNotOverwrite",
214
+ "isStatic": true,
215
+ "tsSignatureId": "DoNotOverwrite|System.Diagnostics.OverflowAction|static=true|const=true",
216
+ "target": {
217
+ "declaringClrType": "System.Diagnostics.OverflowAction",
218
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
219
+ "metadataToken": 67108874
220
+ }
221
+ },
222
+ {
223
+ "tsName": "overwriteAsNeeded",
224
+ "isStatic": true,
225
+ "tsSignatureId": "OverwriteAsNeeded|System.Diagnostics.OverflowAction|static=true|const=true",
226
+ "target": {
227
+ "declaringClrType": "System.Diagnostics.OverflowAction",
228
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
229
+ "metadataToken": 67108875
230
+ }
231
+ },
232
+ {
233
+ "tsName": "overwriteOlder",
234
+ "isStatic": true,
235
+ "tsSignatureId": "OverwriteOlder|System.Diagnostics.OverflowAction|static=true|const=true",
236
+ "target": {
237
+ "declaringClrType": "System.Diagnostics.OverflowAction",
238
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
239
+ "metadataToken": 67108876
240
+ }
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventHandler",
246
+ "clrName": "System.Diagnostics.EntryWrittenEventHandler",
247
+ "tsEmitName": "EntryWrittenEventHandler",
248
+ "assemblyName": "System.Diagnostics.EventLog",
249
+ "metadataToken": 0,
250
+ "methods": [
251
+ {
252
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventHandler::Invoke(System.Object,System.Diagnostics.EntryWrittenEventArgs):System.Void",
253
+ "clrName": "Invoke",
254
+ "tsEmitName": "invoke",
255
+ "metadataToken": 100663356,
256
+ "canonicalSignature": "(System.Object,System.Diagnostics.EntryWrittenEventArgs):System.Void",
257
+ "normalizedSignature": "Invoke|(System.Object,System.Diagnostics.EntryWrittenEventArgs):System.Void|static=false",
258
+ "emitScope": "ClassSurface",
259
+ "arity": 0,
260
+ "parameterCount": 2,
261
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
262
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
263
+ "isExtensionMethod": false
264
+ },
265
+ {
266
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventHandler::BeginInvoke(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
267
+ "clrName": "BeginInvoke",
268
+ "tsEmitName": "beginInvoke",
269
+ "metadataToken": 100663357,
270
+ "canonicalSignature": "(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
271
+ "normalizedSignature": "BeginInvoke|(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
272
+ "emitScope": "ClassSurface",
273
+ "arity": 0,
274
+ "parameterCount": 4,
275
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
276
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
277
+ "isExtensionMethod": false
278
+ },
279
+ {
280
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventHandler::EndInvoke(System.IAsyncResult):System.Void",
281
+ "clrName": "EndInvoke",
282
+ "tsEmitName": "endInvoke",
283
+ "metadataToken": 100663358,
284
+ "canonicalSignature": "(System.IAsyncResult):System.Void",
285
+ "normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
286
+ "emitScope": "ClassSurface",
287
+ "arity": 0,
288
+ "parameterCount": 1,
289
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
290
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
291
+ "isExtensionMethod": false
292
+ }
293
+ ],
294
+ "properties": [],
295
+ "fields": [],
296
+ "events": [],
297
+ "constructors": [
298
+ {
299
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventHandler::.ctor(System.Object,System.IntPtr):void",
300
+ "metadataToken": 100663355,
301
+ "canonicalSignature": "(System.Object,System.IntPtr):void",
302
+ "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
303
+ "isStatic": false,
304
+ "parameterCount": 2,
305
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
306
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
307
+ }
308
+ ],
309
+ "exposedMethods": [
310
+ {
311
+ "tsName": "invoke",
312
+ "isStatic": false,
313
+ "tsSignatureId": "Invoke|(System.Object,System.Diagnostics.EntryWrittenEventArgs):System.Void|static=false",
314
+ "target": {
315
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
316
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
317
+ "metadataToken": 100663356
318
+ }
319
+ },
320
+ {
321
+ "tsName": "beginInvoke",
322
+ "isStatic": false,
323
+ "tsSignatureId": "BeginInvoke|(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
324
+ "target": {
325
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
326
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
327
+ "metadataToken": 100663357
328
+ }
329
+ },
330
+ {
331
+ "tsName": "endInvoke",
332
+ "isStatic": false,
333
+ "tsSignatureId": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
334
+ "target": {
335
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
336
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
337
+ "metadataToken": 100663358
338
+ }
339
+ }
340
+ ],
341
+ "exposedConstructors": [
342
+ {
343
+ "isStatic": false,
344
+ "tsSignatureId": "constructor|(System.Object,System.IntPtr):void|static=false",
345
+ "target": {
346
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
347
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
348
+ "metadataToken": 100663355
349
+ }
350
+ }
351
+ ]
352
+ },
353
+ {
354
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventArgs",
355
+ "clrName": "System.Diagnostics.EntryWrittenEventArgs",
356
+ "tsEmitName": "EntryWrittenEventArgs",
357
+ "assemblyName": "System.Diagnostics.EventLog",
358
+ "metadataToken": 0,
359
+ "methods": [],
360
+ "properties": [
361
+ {
362
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventArgs::Entry:System.Diagnostics.EventLogEntry",
363
+ "clrName": "Entry",
364
+ "tsEmitName": "entry",
365
+ "metadataToken": 385876011,
366
+ "canonicalSignature": ":System.Diagnostics.EventLogEntry",
367
+ "normalizedSignature": "Entry|:System.Diagnostics.EventLogEntry|static=false|accessor=get",
368
+ "emitScope": "ClassSurface",
369
+ "isIndexer": false,
370
+ "hasGetter": true,
371
+ "hasSetter": false,
372
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventArgs",
373
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
374
+ }
375
+ ],
376
+ "fields": [],
377
+ "events": [],
378
+ "constructors": [
379
+ {
380
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventArgs::.ctor():void",
381
+ "metadataToken": 100663352,
382
+ "canonicalSignature": "():void",
383
+ "normalizedSignature": "constructor|():void|static=false",
384
+ "isStatic": false,
385
+ "parameterCount": 0,
386
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventArgs",
387
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
388
+ },
389
+ {
390
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventArgs::.ctor(System.Diagnostics.EventLogEntry):void",
391
+ "metadataToken": 100663353,
392
+ "canonicalSignature": "(System.Diagnostics.EventLogEntry):void",
393
+ "normalizedSignature": "constructor|(System.Diagnostics.EventLogEntry):void|static=false",
394
+ "isStatic": false,
395
+ "parameterCount": 1,
396
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventArgs",
397
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
398
+ }
399
+ ],
400
+ "exposedProperties": [
401
+ {
402
+ "tsName": "entry",
403
+ "isStatic": false,
404
+ "tsSignatureId": "Entry|:System.Diagnostics.EventLogEntry|static=false|accessor=get",
405
+ "target": {
406
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventArgs",
407
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
408
+ "metadataToken": 385876011
409
+ }
410
+ }
411
+ ],
412
+ "exposedConstructors": [
413
+ {
414
+ "isStatic": false,
415
+ "tsSignatureId": "constructor|():void|static=false",
416
+ "target": {
417
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventArgs",
418
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
419
+ "metadataToken": 100663352
420
+ }
421
+ },
422
+ {
423
+ "isStatic": false,
424
+ "tsSignatureId": "constructor|(System.Diagnostics.EventLogEntry):void|static=false",
425
+ "target": {
426
+ "declaringClrType": "System.Diagnostics.EntryWrittenEventArgs",
427
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
428
+ "metadataToken": 100663353
429
+ }
430
+ }
431
+ ]
432
+ },
433
+ {
434
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventInstance",
435
+ "clrName": "System.Diagnostics.EventInstance",
436
+ "tsEmitName": "EventInstance",
437
+ "assemblyName": "System.Diagnostics.EventLog",
438
+ "metadataToken": 0,
439
+ "methods": [],
440
+ "properties": [
441
+ {
442
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventInstance::CategoryId:System.Int32",
443
+ "clrName": "CategoryId",
444
+ "tsEmitName": "categoryId",
445
+ "metadataToken": 385876012,
446
+ "canonicalSignature": ":System.Int32",
447
+ "normalizedSignature": "CategoryId|:System.Int32|static=false|accessor=getset",
448
+ "emitScope": "ClassSurface",
449
+ "isIndexer": false,
450
+ "hasGetter": true,
451
+ "hasSetter": true,
452
+ "declaringClrType": "System.Diagnostics.EventInstance",
453
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
454
+ },
455
+ {
456
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventInstance::EntryType:System.Diagnostics.EventLogEntryType",
457
+ "clrName": "EntryType",
458
+ "tsEmitName": "entryType",
459
+ "metadataToken": 385876013,
460
+ "canonicalSignature": ":System.Diagnostics.EventLogEntryType",
461
+ "normalizedSignature": "EntryType|:System.Diagnostics.EventLogEntryType|static=false|accessor=getset",
462
+ "emitScope": "ClassSurface",
463
+ "isIndexer": false,
464
+ "hasGetter": true,
465
+ "hasSetter": true,
466
+ "declaringClrType": "System.Diagnostics.EventInstance",
467
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
468
+ },
469
+ {
470
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventInstance::InstanceId:System.Int64",
471
+ "clrName": "InstanceId",
472
+ "tsEmitName": "instanceId",
473
+ "metadataToken": 385876014,
474
+ "canonicalSignature": ":System.Int64",
475
+ "normalizedSignature": "InstanceId|:System.Int64|static=false|accessor=getset",
476
+ "emitScope": "ClassSurface",
477
+ "isIndexer": false,
478
+ "hasGetter": true,
479
+ "hasSetter": true,
480
+ "declaringClrType": "System.Diagnostics.EventInstance",
481
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
482
+ }
483
+ ],
484
+ "fields": [],
485
+ "events": [],
486
+ "constructors": [
487
+ {
488
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventInstance::.ctor(System.Int64,System.Int32):void",
489
+ "metadataToken": 100663359,
490
+ "canonicalSignature": "(System.Int64,System.Int32):void",
491
+ "normalizedSignature": "constructor|(System.Int64,System.Int32):void|static=false",
492
+ "isStatic": false,
493
+ "parameterCount": 2,
494
+ "declaringClrType": "System.Diagnostics.EventInstance",
495
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
496
+ },
497
+ {
498
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventInstance::.ctor(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType):void",
499
+ "metadataToken": 100663360,
500
+ "canonicalSignature": "(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType):void",
501
+ "normalizedSignature": "constructor|(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType):void|static=false",
502
+ "isStatic": false,
503
+ "parameterCount": 3,
504
+ "declaringClrType": "System.Diagnostics.EventInstance",
505
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
506
+ }
507
+ ],
508
+ "exposedProperties": [
509
+ {
510
+ "tsName": "categoryId",
511
+ "isStatic": false,
512
+ "tsSignatureId": "CategoryId|:System.Int32|static=false|accessor=getset",
513
+ "target": {
514
+ "declaringClrType": "System.Diagnostics.EventInstance",
515
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
516
+ "metadataToken": 385876012
517
+ }
518
+ },
519
+ {
520
+ "tsName": "entryType",
521
+ "isStatic": false,
522
+ "tsSignatureId": "EntryType|:System.Diagnostics.EventLogEntryType|static=false|accessor=getset",
523
+ "target": {
524
+ "declaringClrType": "System.Diagnostics.EventInstance",
525
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
526
+ "metadataToken": 385876013
527
+ }
528
+ },
529
+ {
530
+ "tsName": "instanceId",
531
+ "isStatic": false,
532
+ "tsSignatureId": "InstanceId|:System.Int64|static=false|accessor=getset",
533
+ "target": {
534
+ "declaringClrType": "System.Diagnostics.EventInstance",
535
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
536
+ "metadataToken": 385876014
537
+ }
538
+ }
539
+ ],
540
+ "exposedConstructors": [
541
+ {
542
+ "isStatic": false,
543
+ "tsSignatureId": "constructor|(System.Int64,System.Int32):void|static=false",
544
+ "target": {
545
+ "declaringClrType": "System.Diagnostics.EventInstance",
546
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
547
+ "metadataToken": 100663359
548
+ }
549
+ },
550
+ {
551
+ "isStatic": false,
552
+ "tsSignatureId": "constructor|(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType):void|static=false",
553
+ "target": {
554
+ "declaringClrType": "System.Diagnostics.EventInstance",
555
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
556
+ "metadataToken": 100663360
557
+ }
558
+ }
559
+ ]
560
+ },
561
+ {
562
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog",
563
+ "clrName": "System.Diagnostics.EventLog",
564
+ "tsEmitName": "EventLog",
565
+ "assemblyName": "System.Diagnostics.EventLog",
566
+ "metadataToken": 0,
567
+ "methods": [
568
+ {
569
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::BeginInit():System.Void",
570
+ "clrName": "BeginInit",
571
+ "tsEmitName": "beginInit",
572
+ "metadataToken": 100663389,
573
+ "canonicalSignature": "():System.Void",
574
+ "normalizedSignature": "BeginInit|():System.Void|static=false",
575
+ "emitScope": "ClassSurface",
576
+ "arity": 0,
577
+ "parameterCount": 0,
578
+ "declaringClrType": "System.Diagnostics.EventLog",
579
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
580
+ "isExtensionMethod": false
581
+ },
582
+ {
583
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Clear():System.Void",
584
+ "clrName": "Clear",
585
+ "tsEmitName": "clear",
586
+ "metadataToken": 100663390,
587
+ "canonicalSignature": "():System.Void",
588
+ "normalizedSignature": "Clear|():System.Void|static=false",
589
+ "emitScope": "ClassSurface",
590
+ "arity": 0,
591
+ "parameterCount": 0,
592
+ "declaringClrType": "System.Diagnostics.EventLog",
593
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
594
+ "isExtensionMethod": false
595
+ },
596
+ {
597
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Close():System.Void",
598
+ "clrName": "Close",
599
+ "tsEmitName": "close",
600
+ "metadataToken": 100663391,
601
+ "canonicalSignature": "():System.Void",
602
+ "normalizedSignature": "Close|():System.Void|static=false",
603
+ "emitScope": "ClassSurface",
604
+ "arity": 0,
605
+ "parameterCount": 0,
606
+ "declaringClrType": "System.Diagnostics.EventLog",
607
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
608
+ "isExtensionMethod": false
609
+ },
610
+ {
611
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::CreateEventSource(System.Diagnostics.EventSourceCreationData):System.Void",
612
+ "clrName": "CreateEventSource",
613
+ "tsEmitName": "createEventSource",
614
+ "metadataToken": 100663392,
615
+ "canonicalSignature": "(System.Diagnostics.EventSourceCreationData):System.Void",
616
+ "normalizedSignature": "CreateEventSource|(System.Diagnostics.EventSourceCreationData):System.Void|static=true",
617
+ "emitScope": "ClassSurface",
618
+ "arity": 0,
619
+ "parameterCount": 1,
620
+ "declaringClrType": "System.Diagnostics.EventLog",
621
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
622
+ "isExtensionMethod": false
623
+ },
624
+ {
625
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::CreateEventSource(System.String,System.String):System.Void",
626
+ "clrName": "CreateEventSource",
627
+ "tsEmitName": "createEventSource",
628
+ "metadataToken": 100663393,
629
+ "canonicalSignature": "(System.String,System.String):System.Void",
630
+ "normalizedSignature": "CreateEventSource|(System.String,System.String):System.Void|static=true",
631
+ "emitScope": "ClassSurface",
632
+ "arity": 0,
633
+ "parameterCount": 2,
634
+ "declaringClrType": "System.Diagnostics.EventLog",
635
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
636
+ "isExtensionMethod": false
637
+ },
638
+ {
639
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::CreateEventSource(System.String,System.String,System.String):System.Void",
640
+ "clrName": "CreateEventSource",
641
+ "tsEmitName": "createEventSource",
642
+ "metadataToken": 100663394,
643
+ "canonicalSignature": "(System.String,System.String,System.String):System.Void",
644
+ "normalizedSignature": "CreateEventSource|(System.String,System.String,System.String):System.Void|static=true",
645
+ "emitScope": "ClassSurface",
646
+ "arity": 0,
647
+ "parameterCount": 3,
648
+ "declaringClrType": "System.Diagnostics.EventLog",
649
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
650
+ "isExtensionMethod": false
651
+ },
652
+ {
653
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Delete(System.String):System.Void",
654
+ "clrName": "Delete",
655
+ "tsEmitName": "delete_",
656
+ "metadataToken": 100663395,
657
+ "canonicalSignature": "(System.String):System.Void",
658
+ "normalizedSignature": "Delete|(System.String):System.Void|static=true",
659
+ "emitScope": "ClassSurface",
660
+ "arity": 0,
661
+ "parameterCount": 1,
662
+ "declaringClrType": "System.Diagnostics.EventLog",
663
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
664
+ "isExtensionMethod": false
665
+ },
666
+ {
667
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Delete(System.String,System.String):System.Void",
668
+ "clrName": "Delete",
669
+ "tsEmitName": "delete_",
670
+ "metadataToken": 100663396,
671
+ "canonicalSignature": "(System.String,System.String):System.Void",
672
+ "normalizedSignature": "Delete|(System.String,System.String):System.Void|static=true",
673
+ "emitScope": "ClassSurface",
674
+ "arity": 0,
675
+ "parameterCount": 2,
676
+ "declaringClrType": "System.Diagnostics.EventLog",
677
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
678
+ "isExtensionMethod": false
679
+ },
680
+ {
681
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::DeleteEventSource(System.String):System.Void",
682
+ "clrName": "DeleteEventSource",
683
+ "tsEmitName": "deleteEventSource",
684
+ "metadataToken": 100663397,
685
+ "canonicalSignature": "(System.String):System.Void",
686
+ "normalizedSignature": "DeleteEventSource|(System.String):System.Void|static=true",
687
+ "emitScope": "ClassSurface",
688
+ "arity": 0,
689
+ "parameterCount": 1,
690
+ "declaringClrType": "System.Diagnostics.EventLog",
691
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
692
+ "isExtensionMethod": false
693
+ },
694
+ {
695
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::DeleteEventSource(System.String,System.String):System.Void",
696
+ "clrName": "DeleteEventSource",
697
+ "tsEmitName": "deleteEventSource",
698
+ "metadataToken": 100663398,
699
+ "canonicalSignature": "(System.String,System.String):System.Void",
700
+ "normalizedSignature": "DeleteEventSource|(System.String,System.String):System.Void|static=true",
701
+ "emitScope": "ClassSurface",
702
+ "arity": 0,
703
+ "parameterCount": 2,
704
+ "declaringClrType": "System.Diagnostics.EventLog",
705
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
706
+ "isExtensionMethod": false
707
+ },
708
+ {
709
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::EndInit():System.Void",
710
+ "clrName": "EndInit",
711
+ "tsEmitName": "endInit",
712
+ "metadataToken": 100663400,
713
+ "canonicalSignature": "():System.Void",
714
+ "normalizedSignature": "EndInit|():System.Void|static=false",
715
+ "emitScope": "ClassSurface",
716
+ "arity": 0,
717
+ "parameterCount": 0,
718
+ "declaringClrType": "System.Diagnostics.EventLog",
719
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
720
+ "isExtensionMethod": false
721
+ },
722
+ {
723
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Exists(System.String):System.Boolean",
724
+ "clrName": "Exists",
725
+ "tsEmitName": "exists",
726
+ "metadataToken": 100663401,
727
+ "canonicalSignature": "(System.String):System.Boolean",
728
+ "normalizedSignature": "Exists|(System.String):System.Boolean|static=true",
729
+ "emitScope": "ClassSurface",
730
+ "arity": 0,
731
+ "parameterCount": 1,
732
+ "declaringClrType": "System.Diagnostics.EventLog",
733
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
734
+ "isExtensionMethod": false
735
+ },
736
+ {
737
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Exists(System.String,System.String):System.Boolean",
738
+ "clrName": "Exists",
739
+ "tsEmitName": "exists",
740
+ "metadataToken": 100663402,
741
+ "canonicalSignature": "(System.String,System.String):System.Boolean",
742
+ "normalizedSignature": "Exists|(System.String,System.String):System.Boolean|static=true",
743
+ "emitScope": "ClassSurface",
744
+ "arity": 0,
745
+ "parameterCount": 2,
746
+ "declaringClrType": "System.Diagnostics.EventLog",
747
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
748
+ "isExtensionMethod": false
749
+ },
750
+ {
751
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::GetEventLogs():System.Diagnostics.EventLog[]",
752
+ "clrName": "GetEventLogs",
753
+ "tsEmitName": "getEventLogs",
754
+ "metadataToken": 100663403,
755
+ "canonicalSignature": "():System.Diagnostics.EventLog[]",
756
+ "normalizedSignature": "GetEventLogs|():System.Diagnostics.EventLog[]|static=true",
757
+ "emitScope": "ClassSurface",
758
+ "arity": 0,
759
+ "parameterCount": 0,
760
+ "declaringClrType": "System.Diagnostics.EventLog",
761
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
762
+ "isExtensionMethod": false
763
+ },
764
+ {
765
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::GetEventLogs(System.String):System.Diagnostics.EventLog[]",
766
+ "clrName": "GetEventLogs",
767
+ "tsEmitName": "getEventLogs",
768
+ "metadataToken": 100663404,
769
+ "canonicalSignature": "(System.String):System.Diagnostics.EventLog[]",
770
+ "normalizedSignature": "GetEventLogs|(System.String):System.Diagnostics.EventLog[]|static=true",
771
+ "emitScope": "ClassSurface",
772
+ "arity": 0,
773
+ "parameterCount": 1,
774
+ "declaringClrType": "System.Diagnostics.EventLog",
775
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
776
+ "isExtensionMethod": false
777
+ },
778
+ {
779
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::LogNameFromSourceName(System.String,System.String):System.String",
780
+ "clrName": "LogNameFromSourceName",
781
+ "tsEmitName": "logNameFromSourceName",
782
+ "metadataToken": 100663405,
783
+ "canonicalSignature": "(System.String,System.String):System.String",
784
+ "normalizedSignature": "LogNameFromSourceName|(System.String,System.String):System.String|static=true",
785
+ "emitScope": "ClassSurface",
786
+ "arity": 0,
787
+ "parameterCount": 2,
788
+ "declaringClrType": "System.Diagnostics.EventLog",
789
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
790
+ "isExtensionMethod": false
791
+ },
792
+ {
793
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::ModifyOverflowPolicy(System.Diagnostics.OverflowAction,System.Int32):System.Void",
794
+ "clrName": "ModifyOverflowPolicy",
795
+ "tsEmitName": "modifyOverflowPolicy",
796
+ "metadataToken": 100663406,
797
+ "canonicalSignature": "(System.Diagnostics.OverflowAction,System.Int32):System.Void",
798
+ "normalizedSignature": "ModifyOverflowPolicy|(System.Diagnostics.OverflowAction,System.Int32):System.Void|static=false",
799
+ "emitScope": "ClassSurface",
800
+ "arity": 0,
801
+ "parameterCount": 2,
802
+ "declaringClrType": "System.Diagnostics.EventLog",
803
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
804
+ "isExtensionMethod": false
805
+ },
806
+ {
807
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::RegisterDisplayName(System.String,System.Int64):System.Void",
808
+ "clrName": "RegisterDisplayName",
809
+ "tsEmitName": "registerDisplayName",
810
+ "metadataToken": 100663407,
811
+ "canonicalSignature": "(System.String,System.Int64):System.Void",
812
+ "normalizedSignature": "RegisterDisplayName|(System.String,System.Int64):System.Void|static=false",
813
+ "emitScope": "ClassSurface",
814
+ "arity": 0,
815
+ "parameterCount": 2,
816
+ "declaringClrType": "System.Diagnostics.EventLog",
817
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
818
+ "isExtensionMethod": false
819
+ },
820
+ {
821
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::SourceExists(System.String):System.Boolean",
822
+ "clrName": "SourceExists",
823
+ "tsEmitName": "sourceExists",
824
+ "metadataToken": 100663408,
825
+ "canonicalSignature": "(System.String):System.Boolean",
826
+ "normalizedSignature": "SourceExists|(System.String):System.Boolean|static=true",
827
+ "emitScope": "ClassSurface",
828
+ "arity": 0,
829
+ "parameterCount": 1,
830
+ "declaringClrType": "System.Diagnostics.EventLog",
831
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
832
+ "isExtensionMethod": false
833
+ },
834
+ {
835
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::SourceExists(System.String,System.String):System.Boolean",
836
+ "clrName": "SourceExists",
837
+ "tsEmitName": "sourceExists",
838
+ "metadataToken": 100663409,
839
+ "canonicalSignature": "(System.String,System.String):System.Boolean",
840
+ "normalizedSignature": "SourceExists|(System.String,System.String):System.Boolean|static=true",
841
+ "emitScope": "ClassSurface",
842
+ "arity": 0,
843
+ "parameterCount": 2,
844
+ "declaringClrType": "System.Diagnostics.EventLog",
845
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
846
+ "isExtensionMethod": false
847
+ },
848
+ {
849
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String):System.Void",
850
+ "clrName": "WriteEntry",
851
+ "tsEmitName": "writeEntry",
852
+ "metadataToken": 100663410,
853
+ "canonicalSignature": "(System.String):System.Void",
854
+ "normalizedSignature": "WriteEntry|(System.String):System.Void|static=false",
855
+ "emitScope": "ClassSurface",
856
+ "arity": 0,
857
+ "parameterCount": 1,
858
+ "declaringClrType": "System.Diagnostics.EventLog",
859
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
860
+ "isExtensionMethod": false
861
+ },
862
+ {
863
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.Diagnostics.EventLogEntryType):System.Void",
864
+ "clrName": "WriteEntry",
865
+ "tsEmitName": "writeEntry",
866
+ "metadataToken": 100663411,
867
+ "canonicalSignature": "(System.String,System.Diagnostics.EventLogEntryType):System.Void",
868
+ "normalizedSignature": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType):System.Void|static=false",
869
+ "emitScope": "ClassSurface",
870
+ "arity": 0,
871
+ "parameterCount": 2,
872
+ "declaringClrType": "System.Diagnostics.EventLog",
873
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
874
+ "isExtensionMethod": false
875
+ },
876
+ {
877
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void",
878
+ "clrName": "WriteEntry",
879
+ "tsEmitName": "writeEntry",
880
+ "metadataToken": 100663412,
881
+ "canonicalSignature": "(System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void",
882
+ "normalizedSignature": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void|static=false",
883
+ "emitScope": "ClassSurface",
884
+ "arity": 0,
885
+ "parameterCount": 3,
886
+ "declaringClrType": "System.Diagnostics.EventLog",
887
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
888
+ "isExtensionMethod": false
889
+ },
890
+ {
891
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void",
892
+ "clrName": "WriteEntry",
893
+ "tsEmitName": "writeEntry",
894
+ "metadataToken": 100663413,
895
+ "canonicalSignature": "(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void",
896
+ "normalizedSignature": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void|static=false",
897
+ "emitScope": "ClassSurface",
898
+ "arity": 0,
899
+ "parameterCount": 4,
900
+ "declaringClrType": "System.Diagnostics.EventLog",
901
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
902
+ "isExtensionMethod": false
903
+ },
904
+ {
905
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void",
906
+ "clrName": "WriteEntry",
907
+ "tsEmitName": "writeEntry",
908
+ "metadataToken": 100663414,
909
+ "canonicalSignature": "(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void",
910
+ "normalizedSignature": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void|static=false",
911
+ "emitScope": "ClassSurface",
912
+ "arity": 0,
913
+ "parameterCount": 5,
914
+ "declaringClrType": "System.Diagnostics.EventLog",
915
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
916
+ "isExtensionMethod": false
917
+ },
918
+ {
919
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.String):System.Void",
920
+ "clrName": "WriteEntry",
921
+ "tsEmitName": "writeEntry",
922
+ "metadataToken": 100663415,
923
+ "canonicalSignature": "(System.String,System.String):System.Void",
924
+ "normalizedSignature": "WriteEntry|(System.String,System.String):System.Void|static=true",
925
+ "emitScope": "ClassSurface",
926
+ "arity": 0,
927
+ "parameterCount": 2,
928
+ "declaringClrType": "System.Diagnostics.EventLog",
929
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
930
+ "isExtensionMethod": false
931
+ },
932
+ {
933
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType):System.Void",
934
+ "clrName": "WriteEntry",
935
+ "tsEmitName": "writeEntry",
936
+ "metadataToken": 100663416,
937
+ "canonicalSignature": "(System.String,System.String,System.Diagnostics.EventLogEntryType):System.Void",
938
+ "normalizedSignature": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType):System.Void|static=true",
939
+ "emitScope": "ClassSurface",
940
+ "arity": 0,
941
+ "parameterCount": 3,
942
+ "declaringClrType": "System.Diagnostics.EventLog",
943
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
944
+ "isExtensionMethod": false
945
+ },
946
+ {
947
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void",
948
+ "clrName": "WriteEntry",
949
+ "tsEmitName": "writeEntry",
950
+ "metadataToken": 100663417,
951
+ "canonicalSignature": "(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void",
952
+ "normalizedSignature": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void|static=true",
953
+ "emitScope": "ClassSurface",
954
+ "arity": 0,
955
+ "parameterCount": 4,
956
+ "declaringClrType": "System.Diagnostics.EventLog",
957
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
958
+ "isExtensionMethod": false
959
+ },
960
+ {
961
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void",
962
+ "clrName": "WriteEntry",
963
+ "tsEmitName": "writeEntry",
964
+ "metadataToken": 100663418,
965
+ "canonicalSignature": "(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void",
966
+ "normalizedSignature": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void|static=true",
967
+ "emitScope": "ClassSurface",
968
+ "arity": 0,
969
+ "parameterCount": 5,
970
+ "declaringClrType": "System.Diagnostics.EventLog",
971
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
972
+ "isExtensionMethod": false
973
+ },
974
+ {
975
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void",
976
+ "clrName": "WriteEntry",
977
+ "tsEmitName": "writeEntry",
978
+ "metadataToken": 100663419,
979
+ "canonicalSignature": "(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void",
980
+ "normalizedSignature": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void|static=true",
981
+ "emitScope": "ClassSurface",
982
+ "arity": 0,
983
+ "parameterCount": 6,
984
+ "declaringClrType": "System.Diagnostics.EventLog",
985
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
986
+ "isExtensionMethod": false
987
+ },
988
+ {
989
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEvent(System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void",
990
+ "clrName": "WriteEvent",
991
+ "tsEmitName": "writeEvent",
992
+ "metadataToken": 100663420,
993
+ "canonicalSignature": "(System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void",
994
+ "normalizedSignature": "WriteEvent|(System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void|static=false",
995
+ "emitScope": "ClassSurface",
996
+ "arity": 0,
997
+ "parameterCount": 3,
998
+ "declaringClrType": "System.Diagnostics.EventLog",
999
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1000
+ "isExtensionMethod": false
1001
+ },
1002
+ {
1003
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEvent(System.Diagnostics.EventInstance,System.Object[]):System.Void",
1004
+ "clrName": "WriteEvent",
1005
+ "tsEmitName": "writeEvent",
1006
+ "metadataToken": 100663421,
1007
+ "canonicalSignature": "(System.Diagnostics.EventInstance,System.Object[]):System.Void",
1008
+ "normalizedSignature": "WriteEvent|(System.Diagnostics.EventInstance,System.Object[]):System.Void|static=false",
1009
+ "emitScope": "ClassSurface",
1010
+ "arity": 0,
1011
+ "parameterCount": 2,
1012
+ "declaringClrType": "System.Diagnostics.EventLog",
1013
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1014
+ "isExtensionMethod": false
1015
+ },
1016
+ {
1017
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEvent(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void",
1018
+ "clrName": "WriteEvent",
1019
+ "tsEmitName": "writeEvent",
1020
+ "metadataToken": 100663422,
1021
+ "canonicalSignature": "(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void",
1022
+ "normalizedSignature": "WriteEvent|(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void|static=true",
1023
+ "emitScope": "ClassSurface",
1024
+ "arity": 0,
1025
+ "parameterCount": 4,
1026
+ "declaringClrType": "System.Diagnostics.EventLog",
1027
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1028
+ "isExtensionMethod": false
1029
+ },
1030
+ {
1031
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEvent(System.String,System.Diagnostics.EventInstance,System.Object[]):System.Void",
1032
+ "clrName": "WriteEvent",
1033
+ "tsEmitName": "writeEvent",
1034
+ "metadataToken": 100663423,
1035
+ "canonicalSignature": "(System.String,System.Diagnostics.EventInstance,System.Object[]):System.Void",
1036
+ "normalizedSignature": "WriteEvent|(System.String,System.Diagnostics.EventInstance,System.Object[]):System.Void|static=true",
1037
+ "emitScope": "ClassSurface",
1038
+ "arity": 0,
1039
+ "parameterCount": 3,
1040
+ "declaringClrType": "System.Diagnostics.EventLog",
1041
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1042
+ "isExtensionMethod": false
1043
+ }
1044
+ ],
1045
+ "properties": [
1046
+ {
1047
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::EnableRaisingEvents:System.Boolean",
1048
+ "clrName": "EnableRaisingEvents",
1049
+ "tsEmitName": "enableRaisingEvents",
1050
+ "metadataToken": 385876015,
1051
+ "canonicalSignature": ":System.Boolean",
1052
+ "normalizedSignature": "EnableRaisingEvents|:System.Boolean|static=false|accessor=getset",
1053
+ "emitScope": "ClassSurface",
1054
+ "isIndexer": false,
1055
+ "hasGetter": true,
1056
+ "hasSetter": true,
1057
+ "declaringClrType": "System.Diagnostics.EventLog",
1058
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1059
+ },
1060
+ {
1061
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Entries:System.Diagnostics.EventLogEntryCollection",
1062
+ "clrName": "Entries",
1063
+ "tsEmitName": "entries",
1064
+ "metadataToken": 385876016,
1065
+ "canonicalSignature": ":System.Diagnostics.EventLogEntryCollection",
1066
+ "normalizedSignature": "Entries|:System.Diagnostics.EventLogEntryCollection|static=false|accessor=get",
1067
+ "emitScope": "ClassSurface",
1068
+ "isIndexer": false,
1069
+ "hasGetter": true,
1070
+ "hasSetter": false,
1071
+ "declaringClrType": "System.Diagnostics.EventLog",
1072
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1073
+ },
1074
+ {
1075
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Log:System.String",
1076
+ "clrName": "Log",
1077
+ "tsEmitName": "log",
1078
+ "metadataToken": 385876017,
1079
+ "canonicalSignature": ":System.String",
1080
+ "normalizedSignature": "Log|:System.String|static=false|accessor=getset",
1081
+ "emitScope": "ClassSurface",
1082
+ "isIndexer": false,
1083
+ "hasGetter": true,
1084
+ "hasSetter": true,
1085
+ "declaringClrType": "System.Diagnostics.EventLog",
1086
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1087
+ },
1088
+ {
1089
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::LogDisplayName:System.String",
1090
+ "clrName": "LogDisplayName",
1091
+ "tsEmitName": "logDisplayName",
1092
+ "metadataToken": 385876018,
1093
+ "canonicalSignature": ":System.String",
1094
+ "normalizedSignature": "LogDisplayName|:System.String|static=false|accessor=get",
1095
+ "emitScope": "ClassSurface",
1096
+ "isIndexer": false,
1097
+ "hasGetter": true,
1098
+ "hasSetter": false,
1099
+ "declaringClrType": "System.Diagnostics.EventLog",
1100
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1101
+ },
1102
+ {
1103
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::MachineName:System.String",
1104
+ "clrName": "MachineName",
1105
+ "tsEmitName": "machineName",
1106
+ "metadataToken": 385876019,
1107
+ "canonicalSignature": ":System.String",
1108
+ "normalizedSignature": "MachineName|:System.String|static=false|accessor=getset",
1109
+ "emitScope": "ClassSurface",
1110
+ "isIndexer": false,
1111
+ "hasGetter": true,
1112
+ "hasSetter": true,
1113
+ "declaringClrType": "System.Diagnostics.EventLog",
1114
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1115
+ },
1116
+ {
1117
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::MaximumKilobytes:System.Int64",
1118
+ "clrName": "MaximumKilobytes",
1119
+ "tsEmitName": "maximumKilobytes",
1120
+ "metadataToken": 385876020,
1121
+ "canonicalSignature": ":System.Int64",
1122
+ "normalizedSignature": "MaximumKilobytes|:System.Int64|static=false|accessor=getset",
1123
+ "emitScope": "ClassSurface",
1124
+ "isIndexer": false,
1125
+ "hasGetter": true,
1126
+ "hasSetter": true,
1127
+ "declaringClrType": "System.Diagnostics.EventLog",
1128
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1129
+ },
1130
+ {
1131
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::MinimumRetentionDays:System.Int32",
1132
+ "clrName": "MinimumRetentionDays",
1133
+ "tsEmitName": "minimumRetentionDays",
1134
+ "metadataToken": 385876021,
1135
+ "canonicalSignature": ":System.Int32",
1136
+ "normalizedSignature": "MinimumRetentionDays|:System.Int32|static=false|accessor=get",
1137
+ "emitScope": "ClassSurface",
1138
+ "isIndexer": false,
1139
+ "hasGetter": true,
1140
+ "hasSetter": false,
1141
+ "declaringClrType": "System.Diagnostics.EventLog",
1142
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1143
+ },
1144
+ {
1145
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::OverflowAction:System.Diagnostics.OverflowAction",
1146
+ "clrName": "OverflowAction",
1147
+ "tsEmitName": "overflowAction",
1148
+ "metadataToken": 385876022,
1149
+ "canonicalSignature": ":System.Diagnostics.OverflowAction",
1150
+ "normalizedSignature": "OverflowAction|:System.Diagnostics.OverflowAction|static=false|accessor=get",
1151
+ "emitScope": "ClassSurface",
1152
+ "isIndexer": false,
1153
+ "hasGetter": true,
1154
+ "hasSetter": false,
1155
+ "declaringClrType": "System.Diagnostics.EventLog",
1156
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1157
+ },
1158
+ {
1159
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Source:System.String",
1160
+ "clrName": "Source",
1161
+ "tsEmitName": "source",
1162
+ "metadataToken": 385876023,
1163
+ "canonicalSignature": ":System.String",
1164
+ "normalizedSignature": "Source|:System.String|static=false|accessor=getset",
1165
+ "emitScope": "ClassSurface",
1166
+ "isIndexer": false,
1167
+ "hasGetter": true,
1168
+ "hasSetter": true,
1169
+ "declaringClrType": "System.Diagnostics.EventLog",
1170
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1171
+ },
1172
+ {
1173
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::SynchronizingObject:System.ComponentModel.ISynchronizeInvoke",
1174
+ "clrName": "SynchronizingObject",
1175
+ "tsEmitName": "synchronizingObject",
1176
+ "metadataToken": 385876024,
1177
+ "canonicalSignature": ":System.ComponentModel.ISynchronizeInvoke",
1178
+ "normalizedSignature": "SynchronizingObject|:System.ComponentModel.ISynchronizeInvoke|static=false|accessor=getset",
1179
+ "emitScope": "ClassSurface",
1180
+ "isIndexer": false,
1181
+ "hasGetter": true,
1182
+ "hasSetter": true,
1183
+ "declaringClrType": "System.Diagnostics.EventLog",
1184
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1185
+ }
1186
+ ],
1187
+ "fields": [],
1188
+ "events": [
1189
+ {
1190
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::EntryWrittenSystem.Diagnostics.EntryWrittenEventHandler",
1191
+ "clrName": "EntryWritten",
1192
+ "tsEmitName": "entryWritten",
1193
+ "metadataToken": 335544321,
1194
+ "normalizedSignature": "EntryWritten|System.Diagnostics.EntryWrittenEventHandler|static=false",
1195
+ "isStatic": false,
1196
+ "declaringClrType": "System.Diagnostics.EventLog",
1197
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1198
+ }
1199
+ ],
1200
+ "constructors": [
1201
+ {
1202
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::.ctor():void",
1203
+ "metadataToken": 100663367,
1204
+ "canonicalSignature": "():void",
1205
+ "normalizedSignature": "constructor|():void|static=false",
1206
+ "isStatic": false,
1207
+ "parameterCount": 0,
1208
+ "declaringClrType": "System.Diagnostics.EventLog",
1209
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1210
+ },
1211
+ {
1212
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::.ctor(System.String):void",
1213
+ "metadataToken": 100663368,
1214
+ "canonicalSignature": "(System.String):void",
1215
+ "normalizedSignature": "constructor|(System.String):void|static=false",
1216
+ "isStatic": false,
1217
+ "parameterCount": 1,
1218
+ "declaringClrType": "System.Diagnostics.EventLog",
1219
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1220
+ },
1221
+ {
1222
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::.ctor(System.String,System.String):void",
1223
+ "metadataToken": 100663369,
1224
+ "canonicalSignature": "(System.String,System.String):void",
1225
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
1226
+ "isStatic": false,
1227
+ "parameterCount": 2,
1228
+ "declaringClrType": "System.Diagnostics.EventLog",
1229
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1230
+ },
1231
+ {
1232
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::.ctor(System.String,System.String,System.String):void",
1233
+ "metadataToken": 100663370,
1234
+ "canonicalSignature": "(System.String,System.String,System.String):void",
1235
+ "normalizedSignature": "constructor|(System.String,System.String,System.String):void|static=false",
1236
+ "isStatic": false,
1237
+ "parameterCount": 3,
1238
+ "declaringClrType": "System.Diagnostics.EventLog",
1239
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1240
+ }
1241
+ ],
1242
+ "exposedMethods": [
1243
+ {
1244
+ "tsName": "beginInit",
1245
+ "isStatic": false,
1246
+ "tsSignatureId": "BeginInit|():System.Void|static=false",
1247
+ "target": {
1248
+ "declaringClrType": "System.Diagnostics.EventLog",
1249
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1250
+ "metadataToken": 100663389
1251
+ }
1252
+ },
1253
+ {
1254
+ "tsName": "clear",
1255
+ "isStatic": false,
1256
+ "tsSignatureId": "Clear|():System.Void|static=false",
1257
+ "target": {
1258
+ "declaringClrType": "System.Diagnostics.EventLog",
1259
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1260
+ "metadataToken": 100663390
1261
+ }
1262
+ },
1263
+ {
1264
+ "tsName": "close",
1265
+ "isStatic": false,
1266
+ "tsSignatureId": "Close|():System.Void|static=false",
1267
+ "target": {
1268
+ "declaringClrType": "System.Diagnostics.EventLog",
1269
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1270
+ "metadataToken": 100663391
1271
+ }
1272
+ },
1273
+ {
1274
+ "tsName": "createEventSource",
1275
+ "isStatic": true,
1276
+ "tsSignatureId": "CreateEventSource|(System.Diagnostics.EventSourceCreationData):System.Void|static=true",
1277
+ "target": {
1278
+ "declaringClrType": "System.Diagnostics.EventLog",
1279
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1280
+ "metadataToken": 100663392
1281
+ }
1282
+ },
1283
+ {
1284
+ "tsName": "createEventSource",
1285
+ "isStatic": true,
1286
+ "tsSignatureId": "CreateEventSource|(System.String,System.String):System.Void|static=true",
1287
+ "target": {
1288
+ "declaringClrType": "System.Diagnostics.EventLog",
1289
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1290
+ "metadataToken": 100663393
1291
+ }
1292
+ },
1293
+ {
1294
+ "tsName": "createEventSource",
1295
+ "isStatic": true,
1296
+ "tsSignatureId": "CreateEventSource|(System.String,System.String,System.String):System.Void|static=true",
1297
+ "target": {
1298
+ "declaringClrType": "System.Diagnostics.EventLog",
1299
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1300
+ "metadataToken": 100663394
1301
+ }
1302
+ },
1303
+ {
1304
+ "tsName": "delete_",
1305
+ "isStatic": true,
1306
+ "tsSignatureId": "Delete|(System.String):System.Void|static=true",
1307
+ "target": {
1308
+ "declaringClrType": "System.Diagnostics.EventLog",
1309
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1310
+ "metadataToken": 100663395
1311
+ }
1312
+ },
1313
+ {
1314
+ "tsName": "delete_",
1315
+ "isStatic": true,
1316
+ "tsSignatureId": "Delete|(System.String,System.String):System.Void|static=true",
1317
+ "target": {
1318
+ "declaringClrType": "System.Diagnostics.EventLog",
1319
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1320
+ "metadataToken": 100663396
1321
+ }
1322
+ },
1323
+ {
1324
+ "tsName": "deleteEventSource",
1325
+ "isStatic": true,
1326
+ "tsSignatureId": "DeleteEventSource|(System.String):System.Void|static=true",
1327
+ "target": {
1328
+ "declaringClrType": "System.Diagnostics.EventLog",
1329
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1330
+ "metadataToken": 100663397
1331
+ }
1332
+ },
1333
+ {
1334
+ "tsName": "deleteEventSource",
1335
+ "isStatic": true,
1336
+ "tsSignatureId": "DeleteEventSource|(System.String,System.String):System.Void|static=true",
1337
+ "target": {
1338
+ "declaringClrType": "System.Diagnostics.EventLog",
1339
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1340
+ "metadataToken": 100663398
1341
+ }
1342
+ },
1343
+ {
1344
+ "tsName": "endInit",
1345
+ "isStatic": false,
1346
+ "tsSignatureId": "EndInit|():System.Void|static=false",
1347
+ "target": {
1348
+ "declaringClrType": "System.Diagnostics.EventLog",
1349
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1350
+ "metadataToken": 100663400
1351
+ }
1352
+ },
1353
+ {
1354
+ "tsName": "exists",
1355
+ "isStatic": true,
1356
+ "tsSignatureId": "Exists|(System.String):System.Boolean|static=true",
1357
+ "target": {
1358
+ "declaringClrType": "System.Diagnostics.EventLog",
1359
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1360
+ "metadataToken": 100663401
1361
+ }
1362
+ },
1363
+ {
1364
+ "tsName": "exists",
1365
+ "isStatic": true,
1366
+ "tsSignatureId": "Exists|(System.String,System.String):System.Boolean|static=true",
1367
+ "target": {
1368
+ "declaringClrType": "System.Diagnostics.EventLog",
1369
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1370
+ "metadataToken": 100663402
1371
+ }
1372
+ },
1373
+ {
1374
+ "tsName": "getEventLogs",
1375
+ "isStatic": true,
1376
+ "tsSignatureId": "GetEventLogs|():System.Diagnostics.EventLog[]|static=true",
1377
+ "target": {
1378
+ "declaringClrType": "System.Diagnostics.EventLog",
1379
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1380
+ "metadataToken": 100663403
1381
+ }
1382
+ },
1383
+ {
1384
+ "tsName": "getEventLogs",
1385
+ "isStatic": true,
1386
+ "tsSignatureId": "GetEventLogs|(System.String):System.Diagnostics.EventLog[]|static=true",
1387
+ "target": {
1388
+ "declaringClrType": "System.Diagnostics.EventLog",
1389
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1390
+ "metadataToken": 100663404
1391
+ }
1392
+ },
1393
+ {
1394
+ "tsName": "logNameFromSourceName",
1395
+ "isStatic": true,
1396
+ "tsSignatureId": "LogNameFromSourceName|(System.String,System.String):System.String|static=true",
1397
+ "target": {
1398
+ "declaringClrType": "System.Diagnostics.EventLog",
1399
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1400
+ "metadataToken": 100663405
1401
+ }
1402
+ },
1403
+ {
1404
+ "tsName": "modifyOverflowPolicy",
1405
+ "isStatic": false,
1406
+ "tsSignatureId": "ModifyOverflowPolicy|(System.Diagnostics.OverflowAction,System.Int32):System.Void|static=false",
1407
+ "target": {
1408
+ "declaringClrType": "System.Diagnostics.EventLog",
1409
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1410
+ "metadataToken": 100663406
1411
+ }
1412
+ },
1413
+ {
1414
+ "tsName": "registerDisplayName",
1415
+ "isStatic": false,
1416
+ "tsSignatureId": "RegisterDisplayName|(System.String,System.Int64):System.Void|static=false",
1417
+ "target": {
1418
+ "declaringClrType": "System.Diagnostics.EventLog",
1419
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1420
+ "metadataToken": 100663407
1421
+ }
1422
+ },
1423
+ {
1424
+ "tsName": "sourceExists",
1425
+ "isStatic": true,
1426
+ "tsSignatureId": "SourceExists|(System.String):System.Boolean|static=true",
1427
+ "target": {
1428
+ "declaringClrType": "System.Diagnostics.EventLog",
1429
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1430
+ "metadataToken": 100663408
1431
+ }
1432
+ },
1433
+ {
1434
+ "tsName": "sourceExists",
1435
+ "isStatic": true,
1436
+ "tsSignatureId": "SourceExists|(System.String,System.String):System.Boolean|static=true",
1437
+ "target": {
1438
+ "declaringClrType": "System.Diagnostics.EventLog",
1439
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1440
+ "metadataToken": 100663409
1441
+ }
1442
+ },
1443
+ {
1444
+ "tsName": "writeEntry",
1445
+ "isStatic": false,
1446
+ "tsSignatureId": "WriteEntry|(System.String):System.Void|static=false",
1447
+ "target": {
1448
+ "declaringClrType": "System.Diagnostics.EventLog",
1449
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1450
+ "metadataToken": 100663410
1451
+ }
1452
+ },
1453
+ {
1454
+ "tsName": "writeEntry",
1455
+ "isStatic": false,
1456
+ "tsSignatureId": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType):System.Void|static=false",
1457
+ "target": {
1458
+ "declaringClrType": "System.Diagnostics.EventLog",
1459
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1460
+ "metadataToken": 100663411
1461
+ }
1462
+ },
1463
+ {
1464
+ "tsName": "writeEntry",
1465
+ "isStatic": false,
1466
+ "tsSignatureId": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void|static=false",
1467
+ "target": {
1468
+ "declaringClrType": "System.Diagnostics.EventLog",
1469
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1470
+ "metadataToken": 100663412
1471
+ }
1472
+ },
1473
+ {
1474
+ "tsName": "writeEntry",
1475
+ "isStatic": false,
1476
+ "tsSignatureId": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void|static=false",
1477
+ "target": {
1478
+ "declaringClrType": "System.Diagnostics.EventLog",
1479
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1480
+ "metadataToken": 100663413
1481
+ }
1482
+ },
1483
+ {
1484
+ "tsName": "writeEntry",
1485
+ "isStatic": false,
1486
+ "tsSignatureId": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void|static=false",
1487
+ "target": {
1488
+ "declaringClrType": "System.Diagnostics.EventLog",
1489
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1490
+ "metadataToken": 100663414
1491
+ }
1492
+ },
1493
+ {
1494
+ "tsName": "writeEntry",
1495
+ "isStatic": true,
1496
+ "tsSignatureId": "WriteEntry|(System.String,System.String):System.Void|static=true",
1497
+ "target": {
1498
+ "declaringClrType": "System.Diagnostics.EventLog",
1499
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1500
+ "metadataToken": 100663415
1501
+ }
1502
+ },
1503
+ {
1504
+ "tsName": "writeEntry",
1505
+ "isStatic": true,
1506
+ "tsSignatureId": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType):System.Void|static=true",
1507
+ "target": {
1508
+ "declaringClrType": "System.Diagnostics.EventLog",
1509
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1510
+ "metadataToken": 100663416
1511
+ }
1512
+ },
1513
+ {
1514
+ "tsName": "writeEntry",
1515
+ "isStatic": true,
1516
+ "tsSignatureId": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void|static=true",
1517
+ "target": {
1518
+ "declaringClrType": "System.Diagnostics.EventLog",
1519
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1520
+ "metadataToken": 100663417
1521
+ }
1522
+ },
1523
+ {
1524
+ "tsName": "writeEntry",
1525
+ "isStatic": true,
1526
+ "tsSignatureId": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void|static=true",
1527
+ "target": {
1528
+ "declaringClrType": "System.Diagnostics.EventLog",
1529
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1530
+ "metadataToken": 100663418
1531
+ }
1532
+ },
1533
+ {
1534
+ "tsName": "writeEntry",
1535
+ "isStatic": true,
1536
+ "tsSignatureId": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void|static=true",
1537
+ "target": {
1538
+ "declaringClrType": "System.Diagnostics.EventLog",
1539
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1540
+ "metadataToken": 100663419
1541
+ }
1542
+ },
1543
+ {
1544
+ "tsName": "writeEvent",
1545
+ "isStatic": false,
1546
+ "tsSignatureId": "WriteEvent|(System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void|static=false",
1547
+ "target": {
1548
+ "declaringClrType": "System.Diagnostics.EventLog",
1549
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1550
+ "metadataToken": 100663420
1551
+ }
1552
+ },
1553
+ {
1554
+ "tsName": "writeEvent",
1555
+ "isStatic": false,
1556
+ "tsSignatureId": "WriteEvent|(System.Diagnostics.EventInstance,System.Object[]):System.Void|static=false",
1557
+ "target": {
1558
+ "declaringClrType": "System.Diagnostics.EventLog",
1559
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1560
+ "metadataToken": 100663421
1561
+ }
1562
+ },
1563
+ {
1564
+ "tsName": "writeEvent",
1565
+ "isStatic": true,
1566
+ "tsSignatureId": "WriteEvent|(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void|static=true",
1567
+ "target": {
1568
+ "declaringClrType": "System.Diagnostics.EventLog",
1569
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1570
+ "metadataToken": 100663422
1571
+ }
1572
+ },
1573
+ {
1574
+ "tsName": "writeEvent",
1575
+ "isStatic": true,
1576
+ "tsSignatureId": "WriteEvent|(System.String,System.Diagnostics.EventInstance,System.Object[]):System.Void|static=true",
1577
+ "target": {
1578
+ "declaringClrType": "System.Diagnostics.EventLog",
1579
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1580
+ "metadataToken": 100663423
1581
+ }
1582
+ }
1583
+ ],
1584
+ "exposedProperties": [
1585
+ {
1586
+ "tsName": "enableRaisingEvents",
1587
+ "isStatic": false,
1588
+ "tsSignatureId": "EnableRaisingEvents|:System.Boolean|static=false|accessor=getset",
1589
+ "target": {
1590
+ "declaringClrType": "System.Diagnostics.EventLog",
1591
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1592
+ "metadataToken": 385876015
1593
+ }
1594
+ },
1595
+ {
1596
+ "tsName": "entries",
1597
+ "isStatic": false,
1598
+ "tsSignatureId": "Entries|:System.Diagnostics.EventLogEntryCollection|static=false|accessor=get",
1599
+ "target": {
1600
+ "declaringClrType": "System.Diagnostics.EventLog",
1601
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1602
+ "metadataToken": 385876016
1603
+ }
1604
+ },
1605
+ {
1606
+ "tsName": "log",
1607
+ "isStatic": false,
1608
+ "tsSignatureId": "Log|:System.String|static=false|accessor=getset",
1609
+ "target": {
1610
+ "declaringClrType": "System.Diagnostics.EventLog",
1611
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1612
+ "metadataToken": 385876017
1613
+ }
1614
+ },
1615
+ {
1616
+ "tsName": "logDisplayName",
1617
+ "isStatic": false,
1618
+ "tsSignatureId": "LogDisplayName|:System.String|static=false|accessor=get",
1619
+ "target": {
1620
+ "declaringClrType": "System.Diagnostics.EventLog",
1621
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1622
+ "metadataToken": 385876018
1623
+ }
1624
+ },
1625
+ {
1626
+ "tsName": "machineName",
1627
+ "isStatic": false,
1628
+ "tsSignatureId": "MachineName|:System.String|static=false|accessor=getset",
1629
+ "target": {
1630
+ "declaringClrType": "System.Diagnostics.EventLog",
1631
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1632
+ "metadataToken": 385876019
1633
+ }
1634
+ },
1635
+ {
1636
+ "tsName": "maximumKilobytes",
1637
+ "isStatic": false,
1638
+ "tsSignatureId": "MaximumKilobytes|:System.Int64|static=false|accessor=getset",
1639
+ "target": {
1640
+ "declaringClrType": "System.Diagnostics.EventLog",
1641
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1642
+ "metadataToken": 385876020
1643
+ }
1644
+ },
1645
+ {
1646
+ "tsName": "minimumRetentionDays",
1647
+ "isStatic": false,
1648
+ "tsSignatureId": "MinimumRetentionDays|:System.Int32|static=false|accessor=get",
1649
+ "target": {
1650
+ "declaringClrType": "System.Diagnostics.EventLog",
1651
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1652
+ "metadataToken": 385876021
1653
+ }
1654
+ },
1655
+ {
1656
+ "tsName": "overflowAction",
1657
+ "isStatic": false,
1658
+ "tsSignatureId": "OverflowAction|:System.Diagnostics.OverflowAction|static=false|accessor=get",
1659
+ "target": {
1660
+ "declaringClrType": "System.Diagnostics.EventLog",
1661
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1662
+ "metadataToken": 385876022
1663
+ }
1664
+ },
1665
+ {
1666
+ "tsName": "source",
1667
+ "isStatic": false,
1668
+ "tsSignatureId": "Source|:System.String|static=false|accessor=getset",
1669
+ "target": {
1670
+ "declaringClrType": "System.Diagnostics.EventLog",
1671
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1672
+ "metadataToken": 385876023
1673
+ }
1674
+ },
1675
+ {
1676
+ "tsName": "synchronizingObject",
1677
+ "isStatic": false,
1678
+ "tsSignatureId": "SynchronizingObject|:System.ComponentModel.ISynchronizeInvoke|static=false|accessor=getset",
1679
+ "target": {
1680
+ "declaringClrType": "System.Diagnostics.EventLog",
1681
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1682
+ "metadataToken": 385876024
1683
+ }
1684
+ }
1685
+ ],
1686
+ "exposedEvents": [
1687
+ {
1688
+ "tsName": "entryWritten",
1689
+ "isStatic": false,
1690
+ "tsSignatureId": "EntryWritten|System.Diagnostics.EntryWrittenEventHandler|static=false",
1691
+ "target": {
1692
+ "declaringClrType": "System.Diagnostics.EventLog",
1693
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1694
+ "metadataToken": 335544321
1695
+ }
1696
+ }
1697
+ ],
1698
+ "exposedConstructors": [
1699
+ {
1700
+ "isStatic": false,
1701
+ "tsSignatureId": "constructor|():void|static=false",
1702
+ "target": {
1703
+ "declaringClrType": "System.Diagnostics.EventLog",
1704
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1705
+ "metadataToken": 100663367
1706
+ }
1707
+ },
1708
+ {
1709
+ "isStatic": false,
1710
+ "tsSignatureId": "constructor|(System.String):void|static=false",
1711
+ "target": {
1712
+ "declaringClrType": "System.Diagnostics.EventLog",
1713
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1714
+ "metadataToken": 100663368
1715
+ }
1716
+ },
1717
+ {
1718
+ "isStatic": false,
1719
+ "tsSignatureId": "constructor|(System.String,System.String):void|static=false",
1720
+ "target": {
1721
+ "declaringClrType": "System.Diagnostics.EventLog",
1722
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1723
+ "metadataToken": 100663369
1724
+ }
1725
+ },
1726
+ {
1727
+ "isStatic": false,
1728
+ "tsSignatureId": "constructor|(System.String,System.String,System.String):void|static=false",
1729
+ "target": {
1730
+ "declaringClrType": "System.Diagnostics.EventLog",
1731
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1732
+ "metadataToken": 100663370
1733
+ }
1734
+ }
1735
+ ]
1736
+ },
1737
+ {
1738
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry",
1739
+ "clrName": "System.Diagnostics.EventLogEntry",
1740
+ "tsEmitName": "EventLogEntry",
1741
+ "assemblyName": "System.Diagnostics.EventLog",
1742
+ "metadataToken": 0,
1743
+ "methods": [
1744
+ {
1745
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Equals(System.Diagnostics.EventLogEntry):System.Boolean",
1746
+ "clrName": "Equals",
1747
+ "tsEmitName": "equals",
1748
+ "metadataToken": 100663439,
1749
+ "canonicalSignature": "(System.Diagnostics.EventLogEntry):System.Boolean",
1750
+ "normalizedSignature": "Equals|(System.Diagnostics.EventLogEntry):System.Boolean|static=false",
1751
+ "emitScope": "ClassSurface",
1752
+ "arity": 0,
1753
+ "parameterCount": 1,
1754
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1755
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1756
+ "isExtensionMethod": false
1757
+ }
1758
+ ],
1759
+ "properties": [
1760
+ {
1761
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Category:System.String",
1762
+ "clrName": "Category",
1763
+ "tsEmitName": "category",
1764
+ "metadataToken": 385876025,
1765
+ "canonicalSignature": ":System.String",
1766
+ "normalizedSignature": "Category|:System.String|static=false|accessor=get",
1767
+ "emitScope": "ClassSurface",
1768
+ "isIndexer": false,
1769
+ "hasGetter": true,
1770
+ "hasSetter": false,
1771
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1772
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1773
+ },
1774
+ {
1775
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::CategoryNumber:System.Int16",
1776
+ "clrName": "CategoryNumber",
1777
+ "tsEmitName": "categoryNumber",
1778
+ "metadataToken": 385876026,
1779
+ "canonicalSignature": ":System.Int16",
1780
+ "normalizedSignature": "CategoryNumber|:System.Int16|static=false|accessor=get",
1781
+ "emitScope": "ClassSurface",
1782
+ "isIndexer": false,
1783
+ "hasGetter": true,
1784
+ "hasSetter": false,
1785
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1786
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1787
+ },
1788
+ {
1789
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Data:System.Byte[]",
1790
+ "clrName": "Data",
1791
+ "tsEmitName": "data",
1792
+ "metadataToken": 385876027,
1793
+ "canonicalSignature": ":System.Byte[]",
1794
+ "normalizedSignature": "Data|:System.Byte[]|static=false|accessor=get",
1795
+ "emitScope": "ClassSurface",
1796
+ "isIndexer": false,
1797
+ "hasGetter": true,
1798
+ "hasSetter": false,
1799
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1800
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1801
+ },
1802
+ {
1803
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::EntryType:System.Diagnostics.EventLogEntryType",
1804
+ "clrName": "EntryType",
1805
+ "tsEmitName": "entryType",
1806
+ "metadataToken": 385876028,
1807
+ "canonicalSignature": ":System.Diagnostics.EventLogEntryType",
1808
+ "normalizedSignature": "EntryType|:System.Diagnostics.EventLogEntryType|static=false|accessor=get",
1809
+ "emitScope": "ClassSurface",
1810
+ "isIndexer": false,
1811
+ "hasGetter": true,
1812
+ "hasSetter": false,
1813
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1814
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1815
+ },
1816
+ {
1817
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::EventID:System.Int32",
1818
+ "clrName": "EventID",
1819
+ "tsEmitName": "eventID",
1820
+ "metadataToken": 385876029,
1821
+ "canonicalSignature": ":System.Int32",
1822
+ "normalizedSignature": "EventID|:System.Int32|static=false|accessor=get",
1823
+ "emitScope": "ClassSurface",
1824
+ "isIndexer": false,
1825
+ "hasGetter": true,
1826
+ "hasSetter": false,
1827
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1828
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1829
+ },
1830
+ {
1831
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Index:System.Int32",
1832
+ "clrName": "Index",
1833
+ "tsEmitName": "index",
1834
+ "metadataToken": 385876030,
1835
+ "canonicalSignature": ":System.Int32",
1836
+ "normalizedSignature": "Index|:System.Int32|static=false|accessor=get",
1837
+ "emitScope": "ClassSurface",
1838
+ "isIndexer": false,
1839
+ "hasGetter": true,
1840
+ "hasSetter": false,
1841
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1842
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1843
+ },
1844
+ {
1845
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::InstanceId:System.Int64",
1846
+ "clrName": "InstanceId",
1847
+ "tsEmitName": "instanceId",
1848
+ "metadataToken": 385876031,
1849
+ "canonicalSignature": ":System.Int64",
1850
+ "normalizedSignature": "InstanceId|:System.Int64|static=false|accessor=get",
1851
+ "emitScope": "ClassSurface",
1852
+ "isIndexer": false,
1853
+ "hasGetter": true,
1854
+ "hasSetter": false,
1855
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1856
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1857
+ },
1858
+ {
1859
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::MachineName:System.String",
1860
+ "clrName": "MachineName",
1861
+ "tsEmitName": "machineName",
1862
+ "metadataToken": 385876032,
1863
+ "canonicalSignature": ":System.String",
1864
+ "normalizedSignature": "MachineName|:System.String|static=false|accessor=get",
1865
+ "emitScope": "ClassSurface",
1866
+ "isIndexer": false,
1867
+ "hasGetter": true,
1868
+ "hasSetter": false,
1869
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1870
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1871
+ },
1872
+ {
1873
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Message:System.String",
1874
+ "clrName": "Message",
1875
+ "tsEmitName": "message",
1876
+ "metadataToken": 385876033,
1877
+ "canonicalSignature": ":System.String",
1878
+ "normalizedSignature": "Message|:System.String|static=false|accessor=get",
1879
+ "emitScope": "ClassSurface",
1880
+ "isIndexer": false,
1881
+ "hasGetter": true,
1882
+ "hasSetter": false,
1883
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1884
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1885
+ },
1886
+ {
1887
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::ReplacementStrings:System.String[]",
1888
+ "clrName": "ReplacementStrings",
1889
+ "tsEmitName": "replacementStrings",
1890
+ "metadataToken": 385876034,
1891
+ "canonicalSignature": ":System.String[]",
1892
+ "normalizedSignature": "ReplacementStrings|:System.String[]|static=false|accessor=get",
1893
+ "emitScope": "ClassSurface",
1894
+ "isIndexer": false,
1895
+ "hasGetter": true,
1896
+ "hasSetter": false,
1897
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1898
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1899
+ },
1900
+ {
1901
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Source:System.String",
1902
+ "clrName": "Source",
1903
+ "tsEmitName": "source",
1904
+ "metadataToken": 385876035,
1905
+ "canonicalSignature": ":System.String",
1906
+ "normalizedSignature": "Source|:System.String|static=false|accessor=get",
1907
+ "emitScope": "ClassSurface",
1908
+ "isIndexer": false,
1909
+ "hasGetter": true,
1910
+ "hasSetter": false,
1911
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1912
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1913
+ },
1914
+ {
1915
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::TimeGenerated:System.DateTime",
1916
+ "clrName": "TimeGenerated",
1917
+ "tsEmitName": "timeGenerated",
1918
+ "metadataToken": 385876036,
1919
+ "canonicalSignature": ":System.DateTime",
1920
+ "normalizedSignature": "TimeGenerated|:System.DateTime|static=false|accessor=get",
1921
+ "emitScope": "ClassSurface",
1922
+ "isIndexer": false,
1923
+ "hasGetter": true,
1924
+ "hasSetter": false,
1925
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1926
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1927
+ },
1928
+ {
1929
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::TimeWritten:System.DateTime",
1930
+ "clrName": "TimeWritten",
1931
+ "tsEmitName": "timeWritten",
1932
+ "metadataToken": 385876037,
1933
+ "canonicalSignature": ":System.DateTime",
1934
+ "normalizedSignature": "TimeWritten|:System.DateTime|static=false|accessor=get",
1935
+ "emitScope": "ClassSurface",
1936
+ "isIndexer": false,
1937
+ "hasGetter": true,
1938
+ "hasSetter": false,
1939
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1940
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1941
+ },
1942
+ {
1943
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::UserName:System.String",
1944
+ "clrName": "UserName",
1945
+ "tsEmitName": "userName",
1946
+ "metadataToken": 385876038,
1947
+ "canonicalSignature": ":System.String",
1948
+ "normalizedSignature": "UserName|:System.String|static=false|accessor=get",
1949
+ "emitScope": "ClassSurface",
1950
+ "isIndexer": false,
1951
+ "hasGetter": true,
1952
+ "hasSetter": false,
1953
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1954
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
1955
+ }
1956
+ ],
1957
+ "fields": [],
1958
+ "events": [],
1959
+ "constructors": [],
1960
+ "exposedMethods": [
1961
+ {
1962
+ "tsName": "equals",
1963
+ "isStatic": false,
1964
+ "tsSignatureId": "Equals|(System.Diagnostics.EventLogEntry):System.Boolean|static=false",
1965
+ "target": {
1966
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1967
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1968
+ "metadataToken": 100663439
1969
+ }
1970
+ }
1971
+ ],
1972
+ "exposedProperties": [
1973
+ {
1974
+ "tsName": "category",
1975
+ "isStatic": false,
1976
+ "tsSignatureId": "Category|:System.String|static=false|accessor=get",
1977
+ "target": {
1978
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1979
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1980
+ "metadataToken": 385876025
1981
+ }
1982
+ },
1983
+ {
1984
+ "tsName": "categoryNumber",
1985
+ "isStatic": false,
1986
+ "tsSignatureId": "CategoryNumber|:System.Int16|static=false|accessor=get",
1987
+ "target": {
1988
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1989
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
1990
+ "metadataToken": 385876026
1991
+ }
1992
+ },
1993
+ {
1994
+ "tsName": "data",
1995
+ "isStatic": false,
1996
+ "tsSignatureId": "Data|:System.Byte[]|static=false|accessor=get",
1997
+ "target": {
1998
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
1999
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2000
+ "metadataToken": 385876027
2001
+ }
2002
+ },
2003
+ {
2004
+ "tsName": "entryType",
2005
+ "isStatic": false,
2006
+ "tsSignatureId": "EntryType|:System.Diagnostics.EventLogEntryType|static=false|accessor=get",
2007
+ "target": {
2008
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
2009
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2010
+ "metadataToken": 385876028
2011
+ }
2012
+ },
2013
+ {
2014
+ "tsName": "eventID",
2015
+ "isStatic": false,
2016
+ "tsSignatureId": "EventID|:System.Int32|static=false|accessor=get",
2017
+ "target": {
2018
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
2019
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2020
+ "metadataToken": 385876029
2021
+ }
2022
+ },
2023
+ {
2024
+ "tsName": "index",
2025
+ "isStatic": false,
2026
+ "tsSignatureId": "Index|:System.Int32|static=false|accessor=get",
2027
+ "target": {
2028
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
2029
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2030
+ "metadataToken": 385876030
2031
+ }
2032
+ },
2033
+ {
2034
+ "tsName": "instanceId",
2035
+ "isStatic": false,
2036
+ "tsSignatureId": "InstanceId|:System.Int64|static=false|accessor=get",
2037
+ "target": {
2038
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
2039
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2040
+ "metadataToken": 385876031
2041
+ }
2042
+ },
2043
+ {
2044
+ "tsName": "machineName",
2045
+ "isStatic": false,
2046
+ "tsSignatureId": "MachineName|:System.String|static=false|accessor=get",
2047
+ "target": {
2048
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
2049
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2050
+ "metadataToken": 385876032
2051
+ }
2052
+ },
2053
+ {
2054
+ "tsName": "message",
2055
+ "isStatic": false,
2056
+ "tsSignatureId": "Message|:System.String|static=false|accessor=get",
2057
+ "target": {
2058
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
2059
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2060
+ "metadataToken": 385876033
2061
+ }
2062
+ },
2063
+ {
2064
+ "tsName": "replacementStrings",
2065
+ "isStatic": false,
2066
+ "tsSignatureId": "ReplacementStrings|:System.String[]|static=false|accessor=get",
2067
+ "target": {
2068
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
2069
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2070
+ "metadataToken": 385876034
2071
+ }
2072
+ },
2073
+ {
2074
+ "tsName": "source",
2075
+ "isStatic": false,
2076
+ "tsSignatureId": "Source|:System.String|static=false|accessor=get",
2077
+ "target": {
2078
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
2079
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2080
+ "metadataToken": 385876035
2081
+ }
2082
+ },
2083
+ {
2084
+ "tsName": "timeGenerated",
2085
+ "isStatic": false,
2086
+ "tsSignatureId": "TimeGenerated|:System.DateTime|static=false|accessor=get",
2087
+ "target": {
2088
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
2089
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2090
+ "metadataToken": 385876036
2091
+ }
2092
+ },
2093
+ {
2094
+ "tsName": "timeWritten",
2095
+ "isStatic": false,
2096
+ "tsSignatureId": "TimeWritten|:System.DateTime|static=false|accessor=get",
2097
+ "target": {
2098
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
2099
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2100
+ "metadataToken": 385876037
2101
+ }
2102
+ },
2103
+ {
2104
+ "tsName": "userName",
2105
+ "isStatic": false,
2106
+ "tsSignatureId": "UserName|:System.String|static=false|accessor=get",
2107
+ "target": {
2108
+ "declaringClrType": "System.Diagnostics.EventLogEntry",
2109
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2110
+ "metadataToken": 385876038
2111
+ }
2112
+ }
2113
+ ]
2114
+ },
2115
+ {
2116
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryCollection",
2117
+ "clrName": "System.Diagnostics.EventLogEntryCollection",
2118
+ "tsEmitName": "EventLogEntryCollection",
2119
+ "assemblyName": "System.Diagnostics.EventLog",
2120
+ "metadataToken": 0,
2121
+ "methods": [
2122
+ {
2123
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryCollection::CopyTo(System.Diagnostics.EventLogEntry[],System.Int32):System.Void",
2124
+ "clrName": "CopyTo",
2125
+ "tsEmitName": "copyTo",
2126
+ "metadataToken": 100663446,
2127
+ "canonicalSignature": "(System.Diagnostics.EventLogEntry[],System.Int32):System.Void",
2128
+ "normalizedSignature": "CopyTo|(System.Diagnostics.EventLogEntry[],System.Int32):System.Void|static=false",
2129
+ "emitScope": "ClassSurface",
2130
+ "arity": 0,
2131
+ "parameterCount": 2,
2132
+ "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2133
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2134
+ "isExtensionMethod": false
2135
+ },
2136
+ {
2137
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryCollection::GetEnumerator():System.Collections.IEnumerator",
2138
+ "clrName": "GetEnumerator",
2139
+ "tsEmitName": "getEnumerator",
2140
+ "metadataToken": 100663447,
2141
+ "canonicalSignature": "():System.Collections.IEnumerator",
2142
+ "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2143
+ "emitScope": "ClassSurface",
2144
+ "arity": 0,
2145
+ "parameterCount": 0,
2146
+ "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2147
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2148
+ "isExtensionMethod": false
2149
+ }
2150
+ ],
2151
+ "properties": [
2152
+ {
2153
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryCollection::Count:System.Int32",
2154
+ "clrName": "Count",
2155
+ "tsEmitName": "count",
2156
+ "metadataToken": 385876039,
2157
+ "canonicalSignature": ":System.Int32",
2158
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2159
+ "emitScope": "ClassSurface",
2160
+ "isIndexer": false,
2161
+ "hasGetter": true,
2162
+ "hasSetter": false,
2163
+ "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2164
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2165
+ },
2166
+ {
2167
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryCollection::Item[System.Int32]:System.Diagnostics.EventLogEntry",
2168
+ "clrName": "Item",
2169
+ "tsEmitName": "item",
2170
+ "metadataToken": 385876040,
2171
+ "canonicalSignature": "[System.Int32]:System.Diagnostics.EventLogEntry",
2172
+ "normalizedSignature": "Item|[System.Int32]:System.Diagnostics.EventLogEntry|static=false|accessor=get",
2173
+ "emitScope": "ClassSurface",
2174
+ "isIndexer": true,
2175
+ "hasGetter": true,
2176
+ "hasSetter": false,
2177
+ "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2178
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2179
+ }
2180
+ ],
2181
+ "fields": [],
2182
+ "events": [],
2183
+ "constructors": [],
2184
+ "exposedMethods": [
2185
+ {
2186
+ "tsName": "copyTo",
2187
+ "isStatic": false,
2188
+ "tsSignatureId": "CopyTo|(System.Diagnostics.EventLogEntry[],System.Int32):System.Void|static=false",
2189
+ "target": {
2190
+ "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2191
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2192
+ "metadataToken": 100663446
2193
+ }
2194
+ },
2195
+ {
2196
+ "tsName": "getEnumerator",
2197
+ "isStatic": false,
2198
+ "tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2199
+ "target": {
2200
+ "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2201
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2202
+ "metadataToken": 100663447
2203
+ }
2204
+ }
2205
+ ],
2206
+ "exposedProperties": [
2207
+ {
2208
+ "tsName": "count",
2209
+ "isStatic": false,
2210
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
2211
+ "target": {
2212
+ "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2213
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2214
+ "metadataToken": 385876039
2215
+ }
2216
+ },
2217
+ {
2218
+ "tsName": "item",
2219
+ "isStatic": false,
2220
+ "tsSignatureId": "Item|[System.Int32]:System.Diagnostics.EventLogEntry|static=false|accessor=get",
2221
+ "target": {
2222
+ "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2223
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2224
+ "metadataToken": 385876040
2225
+ }
2226
+ }
2227
+ ]
2228
+ },
2229
+ {
2230
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener",
2231
+ "clrName": "System.Diagnostics.EventLogTraceListener",
2232
+ "tsEmitName": "EventLogTraceListener",
2233
+ "assemblyName": "System.Diagnostics.EventLog",
2234
+ "metadataToken": 0,
2235
+ "methods": [
2236
+ {
2237
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::Close():System.Void",
2238
+ "clrName": "Close",
2239
+ "tsEmitName": "close",
2240
+ "metadataToken": 100663456,
2241
+ "canonicalSignature": "():System.Void",
2242
+ "normalizedSignature": "Close|():System.Void|static=false",
2243
+ "emitScope": "ClassSurface",
2244
+ "arity": 0,
2245
+ "parameterCount": 0,
2246
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2247
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2248
+ "isExtensionMethod": false
2249
+ },
2250
+ {
2251
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object):System.Void",
2252
+ "clrName": "TraceData",
2253
+ "tsEmitName": "traceData",
2254
+ "metadataToken": 100663458,
2255
+ "canonicalSignature": "(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object):System.Void",
2256
+ "normalizedSignature": "TraceData|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object):System.Void|static=false",
2257
+ "emitScope": "ClassSurface",
2258
+ "arity": 0,
2259
+ "parameterCount": 5,
2260
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2261
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2262
+ "isExtensionMethod": false
2263
+ },
2264
+ {
2265
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[]):System.Void",
2266
+ "clrName": "TraceData",
2267
+ "tsEmitName": "traceData",
2268
+ "metadataToken": 100663459,
2269
+ "canonicalSignature": "(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[]):System.Void",
2270
+ "normalizedSignature": "TraceData|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[]):System.Void|static=false",
2271
+ "emitScope": "ClassSurface",
2272
+ "arity": 0,
2273
+ "parameterCount": 5,
2274
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2275
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2276
+ "isExtensionMethod": false
2277
+ },
2278
+ {
2279
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String):System.Void",
2280
+ "clrName": "TraceEvent",
2281
+ "tsEmitName": "traceEvent",
2282
+ "metadataToken": 100663460,
2283
+ "canonicalSignature": "(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String):System.Void",
2284
+ "normalizedSignature": "TraceEvent|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String):System.Void|static=false",
2285
+ "emitScope": "ClassSurface",
2286
+ "arity": 0,
2287
+ "parameterCount": 5,
2288
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2289
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2290
+ "isExtensionMethod": false
2291
+ },
2292
+ {
2293
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]):System.Void",
2294
+ "clrName": "TraceEvent",
2295
+ "tsEmitName": "traceEvent",
2296
+ "metadataToken": 100663461,
2297
+ "canonicalSignature": "(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]):System.Void",
2298
+ "normalizedSignature": "TraceEvent|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]):System.Void|static=false",
2299
+ "emitScope": "ClassSurface",
2300
+ "arity": 0,
2301
+ "parameterCount": 6,
2302
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2303
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2304
+ "isExtensionMethod": false
2305
+ },
2306
+ {
2307
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::Write(System.String):System.Void",
2308
+ "clrName": "Write",
2309
+ "tsEmitName": "write",
2310
+ "metadataToken": 100663462,
2311
+ "canonicalSignature": "(System.String):System.Void",
2312
+ "normalizedSignature": "Write|(System.String):System.Void|static=false",
2313
+ "emitScope": "ClassSurface",
2314
+ "arity": 0,
2315
+ "parameterCount": 1,
2316
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2317
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2318
+ "isExtensionMethod": false
2319
+ },
2320
+ {
2321
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::WriteLine(System.String):System.Void",
2322
+ "clrName": "WriteLine",
2323
+ "tsEmitName": "writeLine",
2324
+ "metadataToken": 100663463,
2325
+ "canonicalSignature": "(System.String):System.Void",
2326
+ "normalizedSignature": "WriteLine|(System.String):System.Void|static=false",
2327
+ "emitScope": "ClassSurface",
2328
+ "arity": 0,
2329
+ "parameterCount": 1,
2330
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2331
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2332
+ "isExtensionMethod": false
2333
+ }
2334
+ ],
2335
+ "properties": [
2336
+ {
2337
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::EventLog:System.Diagnostics.EventLog",
2338
+ "clrName": "EventLog",
2339
+ "tsEmitName": "eventLog",
2340
+ "metadataToken": 385876043,
2341
+ "canonicalSignature": ":System.Diagnostics.EventLog",
2342
+ "normalizedSignature": "EventLog|:System.Diagnostics.EventLog|static=false|accessor=getset",
2343
+ "emitScope": "ClassSurface",
2344
+ "isIndexer": false,
2345
+ "hasGetter": true,
2346
+ "hasSetter": true,
2347
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2348
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2349
+ },
2350
+ {
2351
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::Name:System.String",
2352
+ "clrName": "Name",
2353
+ "tsEmitName": "name",
2354
+ "metadataToken": 385876044,
2355
+ "canonicalSignature": ":System.String",
2356
+ "normalizedSignature": "Name|:System.String|static=false|accessor=getset",
2357
+ "emitScope": "ClassSurface",
2358
+ "isIndexer": false,
2359
+ "hasGetter": true,
2360
+ "hasSetter": true,
2361
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2362
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2363
+ }
2364
+ ],
2365
+ "fields": [],
2366
+ "events": [],
2367
+ "constructors": [
2368
+ {
2369
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::.ctor():void",
2370
+ "metadataToken": 100663449,
2371
+ "canonicalSignature": "():void",
2372
+ "normalizedSignature": "constructor|():void|static=false",
2373
+ "isStatic": false,
2374
+ "parameterCount": 0,
2375
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2376
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2377
+ },
2378
+ {
2379
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::.ctor(System.Diagnostics.EventLog):void",
2380
+ "metadataToken": 100663450,
2381
+ "canonicalSignature": "(System.Diagnostics.EventLog):void",
2382
+ "normalizedSignature": "constructor|(System.Diagnostics.EventLog):void|static=false",
2383
+ "isStatic": false,
2384
+ "parameterCount": 1,
2385
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2386
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2387
+ },
2388
+ {
2389
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::.ctor(System.String):void",
2390
+ "metadataToken": 100663451,
2391
+ "canonicalSignature": "(System.String):void",
2392
+ "normalizedSignature": "constructor|(System.String):void|static=false",
2393
+ "isStatic": false,
2394
+ "parameterCount": 1,
2395
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2396
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2397
+ }
2398
+ ],
2399
+ "exposedMethods": [
2400
+ {
2401
+ "tsName": "close",
2402
+ "isStatic": false,
2403
+ "tsSignatureId": "Close|():System.Void|static=false",
2404
+ "target": {
2405
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2406
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2407
+ "metadataToken": 100663456
2408
+ }
2409
+ },
2410
+ {
2411
+ "tsName": "traceData",
2412
+ "isStatic": false,
2413
+ "tsSignatureId": "TraceData|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object):System.Void|static=false",
2414
+ "target": {
2415
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2416
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2417
+ "metadataToken": 100663458
2418
+ }
2419
+ },
2420
+ {
2421
+ "tsName": "traceData",
2422
+ "isStatic": false,
2423
+ "tsSignatureId": "TraceData|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[]):System.Void|static=false",
2424
+ "target": {
2425
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2426
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2427
+ "metadataToken": 100663459
2428
+ }
2429
+ },
2430
+ {
2431
+ "tsName": "traceEvent",
2432
+ "isStatic": false,
2433
+ "tsSignatureId": "TraceEvent|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String):System.Void|static=false",
2434
+ "target": {
2435
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2436
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2437
+ "metadataToken": 100663460
2438
+ }
2439
+ },
2440
+ {
2441
+ "tsName": "traceEvent",
2442
+ "isStatic": false,
2443
+ "tsSignatureId": "TraceEvent|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]):System.Void|static=false",
2444
+ "target": {
2445
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2446
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2447
+ "metadataToken": 100663461
2448
+ }
2449
+ },
2450
+ {
2451
+ "tsName": "write",
2452
+ "isStatic": false,
2453
+ "tsSignatureId": "Write|(System.String):System.Void|static=false",
2454
+ "target": {
2455
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2456
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2457
+ "metadataToken": 100663462
2458
+ }
2459
+ },
2460
+ {
2461
+ "tsName": "writeLine",
2462
+ "isStatic": false,
2463
+ "tsSignatureId": "WriteLine|(System.String):System.Void|static=false",
2464
+ "target": {
2465
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2466
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2467
+ "metadataToken": 100663463
2468
+ }
2469
+ }
2470
+ ],
2471
+ "exposedProperties": [
2472
+ {
2473
+ "tsName": "eventLog",
2474
+ "isStatic": false,
2475
+ "tsSignatureId": "EventLog|:System.Diagnostics.EventLog|static=false|accessor=getset",
2476
+ "target": {
2477
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2478
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2479
+ "metadataToken": 385876043
2480
+ }
2481
+ },
2482
+ {
2483
+ "tsName": "name",
2484
+ "isStatic": false,
2485
+ "tsSignatureId": "Name|:System.String|static=false|accessor=getset",
2486
+ "target": {
2487
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2488
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2489
+ "metadataToken": 385876044
2490
+ }
2491
+ }
2492
+ ],
2493
+ "exposedConstructors": [
2494
+ {
2495
+ "isStatic": false,
2496
+ "tsSignatureId": "constructor|():void|static=false",
2497
+ "target": {
2498
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2499
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2500
+ "metadataToken": 100663449
2501
+ }
2502
+ },
2503
+ {
2504
+ "isStatic": false,
2505
+ "tsSignatureId": "constructor|(System.Diagnostics.EventLog):void|static=false",
2506
+ "target": {
2507
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2508
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2509
+ "metadataToken": 100663450
2510
+ }
2511
+ },
2512
+ {
2513
+ "isStatic": false,
2514
+ "tsSignatureId": "constructor|(System.String):void|static=false",
2515
+ "target": {
2516
+ "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2517
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2518
+ "metadataToken": 100663451
2519
+ }
2520
+ }
2521
+ ]
2522
+ },
2523
+ {
2524
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData",
2525
+ "clrName": "System.Diagnostics.EventSourceCreationData",
2526
+ "tsEmitName": "EventSourceCreationData",
2527
+ "assemblyName": "System.Diagnostics.EventLog",
2528
+ "metadataToken": 0,
2529
+ "methods": [],
2530
+ "properties": [
2531
+ {
2532
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::CategoryCount:System.Int32",
2533
+ "clrName": "CategoryCount",
2534
+ "tsEmitName": "categoryCount",
2535
+ "metadataToken": 385876045,
2536
+ "canonicalSignature": ":System.Int32",
2537
+ "normalizedSignature": "CategoryCount|:System.Int32|static=false|accessor=getset",
2538
+ "emitScope": "ClassSurface",
2539
+ "isIndexer": false,
2540
+ "hasGetter": true,
2541
+ "hasSetter": true,
2542
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2543
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2544
+ },
2545
+ {
2546
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::CategoryResourceFile:System.String",
2547
+ "clrName": "CategoryResourceFile",
2548
+ "tsEmitName": "categoryResourceFile",
2549
+ "metadataToken": 385876046,
2550
+ "canonicalSignature": ":System.String",
2551
+ "normalizedSignature": "CategoryResourceFile|:System.String|static=false|accessor=getset",
2552
+ "emitScope": "ClassSurface",
2553
+ "isIndexer": false,
2554
+ "hasGetter": true,
2555
+ "hasSetter": true,
2556
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2557
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2558
+ },
2559
+ {
2560
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::LogName:System.String",
2561
+ "clrName": "LogName",
2562
+ "tsEmitName": "logName",
2563
+ "metadataToken": 385876047,
2564
+ "canonicalSignature": ":System.String",
2565
+ "normalizedSignature": "LogName|:System.String|static=false|accessor=getset",
2566
+ "emitScope": "ClassSurface",
2567
+ "isIndexer": false,
2568
+ "hasGetter": true,
2569
+ "hasSetter": true,
2570
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2571
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2572
+ },
2573
+ {
2574
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::MachineName:System.String",
2575
+ "clrName": "MachineName",
2576
+ "tsEmitName": "machineName",
2577
+ "metadataToken": 385876048,
2578
+ "canonicalSignature": ":System.String",
2579
+ "normalizedSignature": "MachineName|:System.String|static=false|accessor=getset",
2580
+ "emitScope": "ClassSurface",
2581
+ "isIndexer": false,
2582
+ "hasGetter": true,
2583
+ "hasSetter": true,
2584
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2585
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2586
+ },
2587
+ {
2588
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::MessageResourceFile:System.String",
2589
+ "clrName": "MessageResourceFile",
2590
+ "tsEmitName": "messageResourceFile",
2591
+ "metadataToken": 385876049,
2592
+ "canonicalSignature": ":System.String",
2593
+ "normalizedSignature": "MessageResourceFile|:System.String|static=false|accessor=getset",
2594
+ "emitScope": "ClassSurface",
2595
+ "isIndexer": false,
2596
+ "hasGetter": true,
2597
+ "hasSetter": true,
2598
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2599
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2600
+ },
2601
+ {
2602
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::ParameterResourceFile:System.String",
2603
+ "clrName": "ParameterResourceFile",
2604
+ "tsEmitName": "parameterResourceFile",
2605
+ "metadataToken": 385876050,
2606
+ "canonicalSignature": ":System.String",
2607
+ "normalizedSignature": "ParameterResourceFile|:System.String|static=false|accessor=getset",
2608
+ "emitScope": "ClassSurface",
2609
+ "isIndexer": false,
2610
+ "hasGetter": true,
2611
+ "hasSetter": true,
2612
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2613
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2614
+ },
2615
+ {
2616
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::Source:System.String",
2617
+ "clrName": "Source",
2618
+ "tsEmitName": "source",
2619
+ "metadataToken": 385876051,
2620
+ "canonicalSignature": ":System.String",
2621
+ "normalizedSignature": "Source|:System.String|static=false|accessor=getset",
2622
+ "emitScope": "ClassSurface",
2623
+ "isIndexer": false,
2624
+ "hasGetter": true,
2625
+ "hasSetter": true,
2626
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2627
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2628
+ }
2629
+ ],
2630
+ "fields": [],
2631
+ "events": [],
2632
+ "constructors": [
2633
+ {
2634
+ "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::.ctor(System.String,System.String):void",
2635
+ "metadataToken": 100663464,
2636
+ "canonicalSignature": "(System.String,System.String):void",
2637
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
2638
+ "isStatic": false,
2639
+ "parameterCount": 2,
2640
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2641
+ "declaringAssemblyName": "System.Diagnostics.EventLog"
2642
+ }
2643
+ ],
2644
+ "exposedProperties": [
2645
+ {
2646
+ "tsName": "categoryCount",
2647
+ "isStatic": false,
2648
+ "tsSignatureId": "CategoryCount|:System.Int32|static=false|accessor=getset",
2649
+ "target": {
2650
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2651
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2652
+ "metadataToken": 385876045
2653
+ }
2654
+ },
2655
+ {
2656
+ "tsName": "categoryResourceFile",
2657
+ "isStatic": false,
2658
+ "tsSignatureId": "CategoryResourceFile|:System.String|static=false|accessor=getset",
2659
+ "target": {
2660
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2661
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2662
+ "metadataToken": 385876046
2663
+ }
2664
+ },
2665
+ {
2666
+ "tsName": "logName",
2667
+ "isStatic": false,
2668
+ "tsSignatureId": "LogName|:System.String|static=false|accessor=getset",
2669
+ "target": {
2670
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2671
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2672
+ "metadataToken": 385876047
2673
+ }
2674
+ },
2675
+ {
2676
+ "tsName": "machineName",
2677
+ "isStatic": false,
2678
+ "tsSignatureId": "MachineName|:System.String|static=false|accessor=getset",
2679
+ "target": {
2680
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2681
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2682
+ "metadataToken": 385876048
2683
+ }
2684
+ },
2685
+ {
2686
+ "tsName": "messageResourceFile",
2687
+ "isStatic": false,
2688
+ "tsSignatureId": "MessageResourceFile|:System.String|static=false|accessor=getset",
2689
+ "target": {
2690
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2691
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2692
+ "metadataToken": 385876049
2693
+ }
2694
+ },
2695
+ {
2696
+ "tsName": "parameterResourceFile",
2697
+ "isStatic": false,
2698
+ "tsSignatureId": "ParameterResourceFile|:System.String|static=false|accessor=getset",
2699
+ "target": {
2700
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2701
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2702
+ "metadataToken": 385876050
2703
+ }
2704
+ },
2705
+ {
2706
+ "tsName": "source",
2707
+ "isStatic": false,
2708
+ "tsSignatureId": "Source|:System.String|static=false|accessor=getset",
2709
+ "target": {
2710
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2711
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2712
+ "metadataToken": 385876051
2713
+ }
2714
+ }
2715
+ ],
2716
+ "exposedConstructors": [
2717
+ {
2718
+ "isStatic": false,
2719
+ "tsSignatureId": "constructor|(System.String,System.String):void|static=false",
2720
+ "target": {
2721
+ "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2722
+ "declaringAssemblyName": "System.Diagnostics.EventLog",
2723
+ "metadataToken": 100663464
2724
+ }
2725
+ }
2726
+ ]
2727
+ }
2728
+ ]
2729
+ }