@alloy-js/csharp 0.23.0-dev.4 → 0.23.0-dev.6

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 (492) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +60 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +416 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +68 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +419 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/src/components/namespace/namespace.d.ts.map +1 -1
  476. package/dist/src/components/namespace/namespace.js +11 -13
  477. package/dist/src/components/namespace/namespace.js.map +1 -1
  478. package/dist/src/components/namespace/namespace.test.js +61 -2
  479. package/dist/src/components/namespace/namespace.test.js.map +1 -1
  480. package/dist/src/components/namespace-scopes.d.ts +16 -0
  481. package/dist/src/components/namespace-scopes.d.ts.map +1 -1
  482. package/dist/src/components/namespace-scopes.js +8 -1
  483. package/dist/src/components/namespace-scopes.js.map +1 -1
  484. package/dist/src/components/namespace.ref.test.js +41 -0
  485. package/dist/src/components/namespace.ref.test.js.map +1 -1
  486. package/dist/tsconfig.tsbuildinfo +1 -1
  487. package/package.json +13 -6
  488. package/src/components/namespace/namespace.test.tsx +42 -1
  489. package/src/components/namespace/namespace.tsx +16 -8
  490. package/src/components/namespace-scopes.tsx +25 -1
  491. package/src/components/namespace.ref.test.tsx +29 -0
  492. package/vitest.config.ts +8 -0
@@ -0,0 +1,2343 @@
1
+ import System from "../../index.js";
2
+ import Principal from "../Principal/index.js";
3
+ import { createLibrary } from "#createLibrary";
4
+ const AccessControl = createLibrary("System.Security.AccessControl", {
5
+ AccessControlActions: {
6
+ kind: "enum",
7
+ members: {
8
+ None: {
9
+ kind: "field",
10
+ type: () => {
11
+ return AccessControl.AccessControlActions;
12
+ }
13
+ },
14
+ View: {
15
+ kind: "field",
16
+ type: () => {
17
+ return AccessControl.AccessControlActions;
18
+ }
19
+ },
20
+ Change: {
21
+ kind: "field",
22
+ type: () => {
23
+ return AccessControl.AccessControlActions;
24
+ }
25
+ }
26
+ }
27
+ },
28
+ AccessControlModification: {
29
+ kind: "enum",
30
+ members: {
31
+ Add: {
32
+ kind: "field",
33
+ type: () => {
34
+ return AccessControl.AccessControlModification;
35
+ }
36
+ },
37
+ Set: {
38
+ kind: "field",
39
+ type: () => {
40
+ return AccessControl.AccessControlModification;
41
+ }
42
+ },
43
+ Reset: {
44
+ kind: "field",
45
+ type: () => {
46
+ return AccessControl.AccessControlModification;
47
+ }
48
+ },
49
+ Remove: {
50
+ kind: "field",
51
+ type: () => {
52
+ return AccessControl.AccessControlModification;
53
+ }
54
+ },
55
+ RemoveAll: {
56
+ kind: "field",
57
+ type: () => {
58
+ return AccessControl.AccessControlModification;
59
+ }
60
+ },
61
+ RemoveSpecific: {
62
+ kind: "field",
63
+ type: () => {
64
+ return AccessControl.AccessControlModification;
65
+ }
66
+ }
67
+ }
68
+ },
69
+ AccessControlSections: {
70
+ kind: "enum",
71
+ members: {
72
+ None: {
73
+ kind: "field",
74
+ type: () => {
75
+ return AccessControl.AccessControlSections;
76
+ }
77
+ },
78
+ Audit: {
79
+ kind: "field",
80
+ type: () => {
81
+ return AccessControl.AccessControlSections;
82
+ }
83
+ },
84
+ Access: {
85
+ kind: "field",
86
+ type: () => {
87
+ return AccessControl.AccessControlSections;
88
+ }
89
+ },
90
+ Owner: {
91
+ kind: "field",
92
+ type: () => {
93
+ return AccessControl.AccessControlSections;
94
+ }
95
+ },
96
+ Group: {
97
+ kind: "field",
98
+ type: () => {
99
+ return AccessControl.AccessControlSections;
100
+ }
101
+ },
102
+ All: {
103
+ kind: "field",
104
+ type: () => {
105
+ return AccessControl.AccessControlSections;
106
+ }
107
+ }
108
+ }
109
+ },
110
+ AccessControlType: {
111
+ kind: "enum",
112
+ members: {
113
+ Allow: {
114
+ kind: "field",
115
+ type: () => {
116
+ return AccessControl.AccessControlType;
117
+ }
118
+ },
119
+ Deny: {
120
+ kind: "field",
121
+ type: () => {
122
+ return AccessControl.AccessControlType;
123
+ }
124
+ }
125
+ }
126
+ },
127
+ AccessRule: {
128
+ kind: "class",
129
+ members: {
130
+ AccessRule: {
131
+ kind: "method",
132
+ methodKind: "constructor"
133
+ },
134
+ Rights: {
135
+ kind: "property",
136
+ type: undefined
137
+ }
138
+ }
139
+ },
140
+ AceEnumerator: {
141
+ kind: "class",
142
+ members: {
143
+ MoveNext: {
144
+ kind: "method",
145
+ methodKind: "ordinary"
146
+ },
147
+ Reset: {
148
+ kind: "method",
149
+ methodKind: "ordinary"
150
+ },
151
+ Current: {
152
+ kind: "property",
153
+ type: () => {
154
+ return AccessControl.GenericAce;
155
+ }
156
+ }
157
+ },
158
+ isSealed: true
159
+ },
160
+ AceFlags: {
161
+ kind: "enum",
162
+ members: {
163
+ None: {
164
+ kind: "field",
165
+ type: () => {
166
+ return AccessControl.AceFlags;
167
+ }
168
+ },
169
+ ObjectInherit: {
170
+ kind: "field",
171
+ type: () => {
172
+ return AccessControl.AceFlags;
173
+ }
174
+ },
175
+ ContainerInherit: {
176
+ kind: "field",
177
+ type: () => {
178
+ return AccessControl.AceFlags;
179
+ }
180
+ },
181
+ NoPropagateInherit: {
182
+ kind: "field",
183
+ type: () => {
184
+ return AccessControl.AceFlags;
185
+ }
186
+ },
187
+ InheritOnly: {
188
+ kind: "field",
189
+ type: () => {
190
+ return AccessControl.AceFlags;
191
+ }
192
+ },
193
+ InheritanceFlags: {
194
+ kind: "field",
195
+ type: () => {
196
+ return AccessControl.AceFlags;
197
+ }
198
+ },
199
+ Inherited: {
200
+ kind: "field",
201
+ type: () => {
202
+ return AccessControl.AceFlags;
203
+ }
204
+ },
205
+ SuccessfulAccess: {
206
+ kind: "field",
207
+ type: () => {
208
+ return AccessControl.AceFlags;
209
+ }
210
+ },
211
+ FailedAccess: {
212
+ kind: "field",
213
+ type: () => {
214
+ return AccessControl.AceFlags;
215
+ }
216
+ },
217
+ AuditFlags: {
218
+ kind: "field",
219
+ type: () => {
220
+ return AccessControl.AceFlags;
221
+ }
222
+ }
223
+ }
224
+ },
225
+ AceQualifier: {
226
+ kind: "enum",
227
+ members: {
228
+ AccessAllowed: {
229
+ kind: "field",
230
+ type: () => {
231
+ return AccessControl.AceQualifier;
232
+ }
233
+ },
234
+ AccessDenied: {
235
+ kind: "field",
236
+ type: () => {
237
+ return AccessControl.AceQualifier;
238
+ }
239
+ },
240
+ SystemAudit: {
241
+ kind: "field",
242
+ type: () => {
243
+ return AccessControl.AceQualifier;
244
+ }
245
+ },
246
+ SystemAlarm: {
247
+ kind: "field",
248
+ type: () => {
249
+ return AccessControl.AceQualifier;
250
+ }
251
+ }
252
+ }
253
+ },
254
+ AceType: {
255
+ kind: "enum",
256
+ members: {
257
+ AccessAllowed: {
258
+ kind: "field",
259
+ type: () => {
260
+ return AccessControl.AceType;
261
+ }
262
+ },
263
+ AccessDenied: {
264
+ kind: "field",
265
+ type: () => {
266
+ return AccessControl.AceType;
267
+ }
268
+ },
269
+ SystemAudit: {
270
+ kind: "field",
271
+ type: () => {
272
+ return AccessControl.AceType;
273
+ }
274
+ },
275
+ SystemAlarm: {
276
+ kind: "field",
277
+ type: () => {
278
+ return AccessControl.AceType;
279
+ }
280
+ },
281
+ AccessAllowedCompound: {
282
+ kind: "field",
283
+ type: () => {
284
+ return AccessControl.AceType;
285
+ }
286
+ },
287
+ AccessAllowedObject: {
288
+ kind: "field",
289
+ type: () => {
290
+ return AccessControl.AceType;
291
+ }
292
+ },
293
+ AccessDeniedObject: {
294
+ kind: "field",
295
+ type: () => {
296
+ return AccessControl.AceType;
297
+ }
298
+ },
299
+ SystemAuditObject: {
300
+ kind: "field",
301
+ type: () => {
302
+ return AccessControl.AceType;
303
+ }
304
+ },
305
+ SystemAlarmObject: {
306
+ kind: "field",
307
+ type: () => {
308
+ return AccessControl.AceType;
309
+ }
310
+ },
311
+ AccessAllowedCallback: {
312
+ kind: "field",
313
+ type: () => {
314
+ return AccessControl.AceType;
315
+ }
316
+ },
317
+ AccessDeniedCallback: {
318
+ kind: "field",
319
+ type: () => {
320
+ return AccessControl.AceType;
321
+ }
322
+ },
323
+ AccessAllowedCallbackObject: {
324
+ kind: "field",
325
+ type: () => {
326
+ return AccessControl.AceType;
327
+ }
328
+ },
329
+ AccessDeniedCallbackObject: {
330
+ kind: "field",
331
+ type: () => {
332
+ return AccessControl.AceType;
333
+ }
334
+ },
335
+ SystemAuditCallback: {
336
+ kind: "field",
337
+ type: () => {
338
+ return AccessControl.AceType;
339
+ }
340
+ },
341
+ SystemAlarmCallback: {
342
+ kind: "field",
343
+ type: () => {
344
+ return AccessControl.AceType;
345
+ }
346
+ },
347
+ SystemAuditCallbackObject: {
348
+ kind: "field",
349
+ type: () => {
350
+ return AccessControl.AceType;
351
+ }
352
+ },
353
+ MaxDefinedAceType: {
354
+ kind: "field",
355
+ type: () => {
356
+ return AccessControl.AceType;
357
+ }
358
+ },
359
+ SystemAlarmCallbackObject: {
360
+ kind: "field",
361
+ type: () => {
362
+ return AccessControl.AceType;
363
+ }
364
+ }
365
+ }
366
+ },
367
+ AuditFlags: {
368
+ kind: "enum",
369
+ members: {
370
+ None: {
371
+ kind: "field",
372
+ type: () => {
373
+ return AccessControl.AuditFlags;
374
+ }
375
+ },
376
+ Success: {
377
+ kind: "field",
378
+ type: () => {
379
+ return AccessControl.AuditFlags;
380
+ }
381
+ },
382
+ Failure: {
383
+ kind: "field",
384
+ type: () => {
385
+ return AccessControl.AuditFlags;
386
+ }
387
+ }
388
+ }
389
+ },
390
+ AuditRule: {
391
+ kind: "class",
392
+ members: {
393
+ AuditRule: {
394
+ kind: "method",
395
+ methodKind: "constructor"
396
+ },
397
+ Rights: {
398
+ kind: "property",
399
+ type: undefined
400
+ }
401
+ }
402
+ },
403
+ AuthorizationRule: {
404
+ kind: "class",
405
+ members: {
406
+ AuthorizationRule: {
407
+ kind: "method",
408
+ methodKind: "constructor"
409
+ },
410
+ AccessMask: {
411
+ kind: "property",
412
+ type: () => {
413
+ return System.Int32;
414
+ }
415
+ },
416
+ IdentityReference: {
417
+ kind: "property",
418
+ type: () => {
419
+ return Principal.IdentityReference;
420
+ }
421
+ },
422
+ InheritanceFlags: {
423
+ kind: "property",
424
+ type: () => {
425
+ return AccessControl.InheritanceFlags;
426
+ }
427
+ },
428
+ IsInherited: {
429
+ kind: "property",
430
+ type: () => {
431
+ return System.Boolean;
432
+ }
433
+ },
434
+ PropagationFlags: {
435
+ kind: "property",
436
+ type: () => {
437
+ return AccessControl.PropagationFlags;
438
+ }
439
+ }
440
+ },
441
+ isAbstract: true
442
+ },
443
+ AuthorizationRuleCollection: {
444
+ kind: "class",
445
+ members: {
446
+ AuthorizationRuleCollection: {
447
+ kind: "method",
448
+ methodKind: "constructor"
449
+ },
450
+ AddRule: {
451
+ kind: "method",
452
+ methodKind: "ordinary"
453
+ },
454
+ CopyTo: {
455
+ kind: "method",
456
+ methodKind: "ordinary"
457
+ },
458
+ Item: {
459
+ kind: "property",
460
+ type: () => {
461
+ return AccessControl.AuthorizationRule;
462
+ }
463
+ }
464
+ },
465
+ isSealed: true
466
+ },
467
+ CommonAce: {
468
+ kind: "class",
469
+ members: {
470
+ CommonAce: {
471
+ kind: "method",
472
+ methodKind: "constructor"
473
+ },
474
+ GetBinaryForm: {
475
+ kind: "method",
476
+ methodKind: "ordinary",
477
+ isOverride: true
478
+ },
479
+ MaxOpaqueLength: {
480
+ kind: "method",
481
+ methodKind: "ordinary",
482
+ isStatic: true
483
+ },
484
+ BinaryLength: {
485
+ kind: "property",
486
+ type: () => {
487
+ return System.Int32;
488
+ },
489
+ isOverride: true
490
+ }
491
+ },
492
+ isSealed: true
493
+ },
494
+ CommonAcl: {
495
+ kind: "class",
496
+ members: {
497
+ GetBinaryForm: {
498
+ kind: "method",
499
+ methodKind: "ordinary",
500
+ isOverride: true,
501
+ isSealed: true
502
+ },
503
+ Purge: {
504
+ kind: "method",
505
+ methodKind: "ordinary"
506
+ },
507
+ RemoveInheritedAces: {
508
+ kind: "method",
509
+ methodKind: "ordinary"
510
+ },
511
+ BinaryLength: {
512
+ kind: "property",
513
+ type: () => {
514
+ return System.Int32;
515
+ },
516
+ isOverride: true,
517
+ isSealed: true
518
+ },
519
+ Count: {
520
+ kind: "property",
521
+ type: () => {
522
+ return System.Int32;
523
+ },
524
+ isOverride: true,
525
+ isSealed: true
526
+ },
527
+ IsCanonical: {
528
+ kind: "property",
529
+ type: () => {
530
+ return System.Boolean;
531
+ }
532
+ },
533
+ IsContainer: {
534
+ kind: "property",
535
+ type: () => {
536
+ return System.Boolean;
537
+ }
538
+ },
539
+ IsDS: {
540
+ kind: "property",
541
+ type: () => {
542
+ return System.Boolean;
543
+ }
544
+ },
545
+ Item: {
546
+ kind: "property",
547
+ type: () => {
548
+ return AccessControl.GenericAce;
549
+ },
550
+ isOverride: true,
551
+ isSealed: true
552
+ },
553
+ Revision: {
554
+ kind: "property",
555
+ type: () => {
556
+ return System.Byte;
557
+ },
558
+ isOverride: true,
559
+ isSealed: true
560
+ }
561
+ },
562
+ isAbstract: true
563
+ },
564
+ CommonObjectSecurity: {
565
+ kind: "class",
566
+ members: {
567
+ CommonObjectSecurity: {
568
+ kind: "method",
569
+ methodKind: "constructor"
570
+ },
571
+ AddAccessRule: {
572
+ kind: "method",
573
+ methodKind: "ordinary"
574
+ },
575
+ AddAuditRule: {
576
+ kind: "method",
577
+ methodKind: "ordinary"
578
+ },
579
+ GetAccessRules: {
580
+ kind: "method",
581
+ methodKind: "ordinary"
582
+ },
583
+ GetAuditRules: {
584
+ kind: "method",
585
+ methodKind: "ordinary"
586
+ },
587
+ ModifyAccess: {
588
+ kind: "method",
589
+ methodKind: "ordinary",
590
+ isOverride: true
591
+ },
592
+ ModifyAudit: {
593
+ kind: "method",
594
+ methodKind: "ordinary",
595
+ isOverride: true
596
+ },
597
+ RemoveAccessRule: {
598
+ kind: "method",
599
+ methodKind: "ordinary"
600
+ },
601
+ RemoveAccessRuleAll: {
602
+ kind: "method",
603
+ methodKind: "ordinary"
604
+ },
605
+ RemoveAccessRuleSpecific: {
606
+ kind: "method",
607
+ methodKind: "ordinary"
608
+ },
609
+ RemoveAuditRule: {
610
+ kind: "method",
611
+ methodKind: "ordinary"
612
+ },
613
+ RemoveAuditRuleAll: {
614
+ kind: "method",
615
+ methodKind: "ordinary"
616
+ },
617
+ RemoveAuditRuleSpecific: {
618
+ kind: "method",
619
+ methodKind: "ordinary"
620
+ },
621
+ ResetAccessRule: {
622
+ kind: "method",
623
+ methodKind: "ordinary"
624
+ },
625
+ SetAccessRule: {
626
+ kind: "method",
627
+ methodKind: "ordinary"
628
+ },
629
+ SetAuditRule: {
630
+ kind: "method",
631
+ methodKind: "ordinary"
632
+ }
633
+ },
634
+ isAbstract: true
635
+ },
636
+ CommonSecurityDescriptor: {
637
+ kind: "class",
638
+ members: {
639
+ CommonSecurityDescriptor: {
640
+ kind: "method",
641
+ methodKind: "constructor"
642
+ },
643
+ AddDiscretionaryAcl: {
644
+ kind: "method",
645
+ methodKind: "ordinary"
646
+ },
647
+ AddSystemAcl: {
648
+ kind: "method",
649
+ methodKind: "ordinary"
650
+ },
651
+ PurgeAccessControl: {
652
+ kind: "method",
653
+ methodKind: "ordinary"
654
+ },
655
+ PurgeAudit: {
656
+ kind: "method",
657
+ methodKind: "ordinary"
658
+ },
659
+ SetDiscretionaryAclProtection: {
660
+ kind: "method",
661
+ methodKind: "ordinary"
662
+ },
663
+ SetSystemAclProtection: {
664
+ kind: "method",
665
+ methodKind: "ordinary"
666
+ },
667
+ ControlFlags: {
668
+ kind: "property",
669
+ type: () => {
670
+ return AccessControl.ControlFlags;
671
+ },
672
+ isOverride: true
673
+ },
674
+ DiscretionaryAcl: {
675
+ kind: "property",
676
+ type: () => {
677
+ return AccessControl.DiscretionaryAcl;
678
+ }
679
+ },
680
+ Group: {
681
+ kind: "property",
682
+ type: () => {
683
+ return Principal.SecurityIdentifier;
684
+ },
685
+ isNullable: true,
686
+ isOverride: true
687
+ },
688
+ IsContainer: {
689
+ kind: "property",
690
+ type: () => {
691
+ return System.Boolean;
692
+ }
693
+ },
694
+ IsDiscretionaryAclCanonical: {
695
+ kind: "property",
696
+ type: () => {
697
+ return System.Boolean;
698
+ }
699
+ },
700
+ IsDS: {
701
+ kind: "property",
702
+ type: () => {
703
+ return System.Boolean;
704
+ }
705
+ },
706
+ IsSystemAclCanonical: {
707
+ kind: "property",
708
+ type: () => {
709
+ return System.Boolean;
710
+ }
711
+ },
712
+ Owner: {
713
+ kind: "property",
714
+ type: () => {
715
+ return Principal.SecurityIdentifier;
716
+ },
717
+ isNullable: true,
718
+ isOverride: true
719
+ },
720
+ SystemAcl: {
721
+ kind: "property",
722
+ type: () => {
723
+ return AccessControl.SystemAcl;
724
+ }
725
+ }
726
+ },
727
+ isSealed: true
728
+ },
729
+ CompoundAce: {
730
+ kind: "class",
731
+ members: {
732
+ CompoundAce: {
733
+ kind: "method",
734
+ methodKind: "constructor"
735
+ },
736
+ GetBinaryForm: {
737
+ kind: "method",
738
+ methodKind: "ordinary",
739
+ isOverride: true
740
+ },
741
+ BinaryLength: {
742
+ kind: "property",
743
+ type: () => {
744
+ return System.Int32;
745
+ },
746
+ isOverride: true
747
+ },
748
+ CompoundAceType: {
749
+ kind: "property",
750
+ type: () => {
751
+ return AccessControl.CompoundAceType;
752
+ }
753
+ }
754
+ },
755
+ isSealed: true
756
+ },
757
+ CompoundAceType: {
758
+ kind: "enum",
759
+ members: {
760
+ Impersonation: {
761
+ kind: "field",
762
+ type: () => {
763
+ return AccessControl.CompoundAceType;
764
+ }
765
+ }
766
+ }
767
+ },
768
+ ControlFlags: {
769
+ kind: "enum",
770
+ members: {
771
+ None: {
772
+ kind: "field",
773
+ type: () => {
774
+ return AccessControl.ControlFlags;
775
+ }
776
+ },
777
+ OwnerDefaulted: {
778
+ kind: "field",
779
+ type: () => {
780
+ return AccessControl.ControlFlags;
781
+ }
782
+ },
783
+ GroupDefaulted: {
784
+ kind: "field",
785
+ type: () => {
786
+ return AccessControl.ControlFlags;
787
+ }
788
+ },
789
+ DiscretionaryAclPresent: {
790
+ kind: "field",
791
+ type: () => {
792
+ return AccessControl.ControlFlags;
793
+ }
794
+ },
795
+ DiscretionaryAclDefaulted: {
796
+ kind: "field",
797
+ type: () => {
798
+ return AccessControl.ControlFlags;
799
+ }
800
+ },
801
+ SystemAclPresent: {
802
+ kind: "field",
803
+ type: () => {
804
+ return AccessControl.ControlFlags;
805
+ }
806
+ },
807
+ SystemAclDefaulted: {
808
+ kind: "field",
809
+ type: () => {
810
+ return AccessControl.ControlFlags;
811
+ }
812
+ },
813
+ DiscretionaryAclUntrusted: {
814
+ kind: "field",
815
+ type: () => {
816
+ return AccessControl.ControlFlags;
817
+ }
818
+ },
819
+ ServerSecurity: {
820
+ kind: "field",
821
+ type: () => {
822
+ return AccessControl.ControlFlags;
823
+ }
824
+ },
825
+ DiscretionaryAclAutoInheritRequired: {
826
+ kind: "field",
827
+ type: () => {
828
+ return AccessControl.ControlFlags;
829
+ }
830
+ },
831
+ SystemAclAutoInheritRequired: {
832
+ kind: "field",
833
+ type: () => {
834
+ return AccessControl.ControlFlags;
835
+ }
836
+ },
837
+ DiscretionaryAclAutoInherited: {
838
+ kind: "field",
839
+ type: () => {
840
+ return AccessControl.ControlFlags;
841
+ }
842
+ },
843
+ SystemAclAutoInherited: {
844
+ kind: "field",
845
+ type: () => {
846
+ return AccessControl.ControlFlags;
847
+ }
848
+ },
849
+ DiscretionaryAclProtected: {
850
+ kind: "field",
851
+ type: () => {
852
+ return AccessControl.ControlFlags;
853
+ }
854
+ },
855
+ SystemAclProtected: {
856
+ kind: "field",
857
+ type: () => {
858
+ return AccessControl.ControlFlags;
859
+ }
860
+ },
861
+ RMControlValid: {
862
+ kind: "field",
863
+ type: () => {
864
+ return AccessControl.ControlFlags;
865
+ }
866
+ },
867
+ SelfRelative: {
868
+ kind: "field",
869
+ type: () => {
870
+ return AccessControl.ControlFlags;
871
+ }
872
+ }
873
+ }
874
+ },
875
+ CustomAce: {
876
+ kind: "class",
877
+ members: {
878
+ MaxOpaqueLength: {
879
+ kind: "field",
880
+ type: () => {
881
+ return System.Int32;
882
+ },
883
+ isStatic: true,
884
+ isReadOnly: true
885
+ },
886
+ CustomAce: {
887
+ kind: "method",
888
+ methodKind: "constructor"
889
+ },
890
+ GetBinaryForm: {
891
+ kind: "method",
892
+ methodKind: "ordinary",
893
+ isOverride: true
894
+ },
895
+ GetOpaque: {
896
+ kind: "method",
897
+ methodKind: "ordinary"
898
+ },
899
+ SetOpaque: {
900
+ kind: "method",
901
+ methodKind: "ordinary"
902
+ },
903
+ BinaryLength: {
904
+ kind: "property",
905
+ type: () => {
906
+ return System.Int32;
907
+ },
908
+ isOverride: true
909
+ },
910
+ OpaqueLength: {
911
+ kind: "property",
912
+ type: () => {
913
+ return System.Int32;
914
+ }
915
+ }
916
+ },
917
+ isSealed: true
918
+ },
919
+ DirectoryObjectSecurity: {
920
+ kind: "class",
921
+ members: {
922
+ DirectoryObjectSecurity: {
923
+ kind: "method",
924
+ methodKind: "constructor"
925
+ },
926
+ AccessRuleFactory: {
927
+ kind: "method",
928
+ methodKind: "ordinary",
929
+ isVirtual: true
930
+ },
931
+ AddAccessRule: {
932
+ kind: "method",
933
+ methodKind: "ordinary"
934
+ },
935
+ AddAuditRule: {
936
+ kind: "method",
937
+ methodKind: "ordinary"
938
+ },
939
+ AuditRuleFactory: {
940
+ kind: "method",
941
+ methodKind: "ordinary",
942
+ isVirtual: true
943
+ },
944
+ GetAccessRules: {
945
+ kind: "method",
946
+ methodKind: "ordinary"
947
+ },
948
+ GetAuditRules: {
949
+ kind: "method",
950
+ methodKind: "ordinary"
951
+ },
952
+ ModifyAccess: {
953
+ kind: "method",
954
+ methodKind: "ordinary",
955
+ isOverride: true
956
+ },
957
+ ModifyAudit: {
958
+ kind: "method",
959
+ methodKind: "ordinary",
960
+ isOverride: true
961
+ },
962
+ RemoveAccessRule: {
963
+ kind: "method",
964
+ methodKind: "ordinary"
965
+ },
966
+ RemoveAccessRuleAll: {
967
+ kind: "method",
968
+ methodKind: "ordinary"
969
+ },
970
+ RemoveAccessRuleSpecific: {
971
+ kind: "method",
972
+ methodKind: "ordinary"
973
+ },
974
+ RemoveAuditRule: {
975
+ kind: "method",
976
+ methodKind: "ordinary"
977
+ },
978
+ RemoveAuditRuleAll: {
979
+ kind: "method",
980
+ methodKind: "ordinary"
981
+ },
982
+ RemoveAuditRuleSpecific: {
983
+ kind: "method",
984
+ methodKind: "ordinary"
985
+ },
986
+ ResetAccessRule: {
987
+ kind: "method",
988
+ methodKind: "ordinary"
989
+ },
990
+ SetAccessRule: {
991
+ kind: "method",
992
+ methodKind: "ordinary"
993
+ },
994
+ SetAuditRule: {
995
+ kind: "method",
996
+ methodKind: "ordinary"
997
+ }
998
+ },
999
+ isAbstract: true
1000
+ },
1001
+ DirectorySecurity: {
1002
+ kind: "class",
1003
+ members: {
1004
+ DirectorySecurity: {
1005
+ kind: "method",
1006
+ methodKind: "constructor"
1007
+ }
1008
+ },
1009
+ isSealed: true
1010
+ },
1011
+ DiscretionaryAcl: {
1012
+ kind: "class",
1013
+ members: {
1014
+ DiscretionaryAcl: {
1015
+ kind: "method",
1016
+ methodKind: "constructor"
1017
+ },
1018
+ AddAccess: {
1019
+ kind: "method",
1020
+ methodKind: "ordinary"
1021
+ },
1022
+ RemoveAccess: {
1023
+ kind: "method",
1024
+ methodKind: "ordinary"
1025
+ },
1026
+ RemoveAccessSpecific: {
1027
+ kind: "method",
1028
+ methodKind: "ordinary"
1029
+ },
1030
+ SetAccess: {
1031
+ kind: "method",
1032
+ methodKind: "ordinary"
1033
+ }
1034
+ },
1035
+ isSealed: true
1036
+ },
1037
+ FileSecurity: {
1038
+ kind: "class",
1039
+ members: {
1040
+ FileSecurity: {
1041
+ kind: "method",
1042
+ methodKind: "constructor"
1043
+ }
1044
+ },
1045
+ isSealed: true
1046
+ },
1047
+ FileSystemAccessRule: {
1048
+ kind: "class",
1049
+ members: {
1050
+ FileSystemAccessRule: {
1051
+ kind: "method",
1052
+ methodKind: "constructor"
1053
+ },
1054
+ FileSystemRights: {
1055
+ kind: "property",
1056
+ type: () => {
1057
+ return AccessControl.FileSystemRights;
1058
+ }
1059
+ }
1060
+ },
1061
+ isSealed: true
1062
+ },
1063
+ FileSystemAuditRule: {
1064
+ kind: "class",
1065
+ members: {
1066
+ FileSystemAuditRule: {
1067
+ kind: "method",
1068
+ methodKind: "constructor"
1069
+ },
1070
+ FileSystemRights: {
1071
+ kind: "property",
1072
+ type: () => {
1073
+ return AccessControl.FileSystemRights;
1074
+ }
1075
+ }
1076
+ },
1077
+ isSealed: true
1078
+ },
1079
+ FileSystemRights: {
1080
+ kind: "enum",
1081
+ members: {
1082
+ ListDirectory: {
1083
+ kind: "field",
1084
+ type: () => {
1085
+ return AccessControl.FileSystemRights;
1086
+ }
1087
+ },
1088
+ ReadData: {
1089
+ kind: "field",
1090
+ type: () => {
1091
+ return AccessControl.FileSystemRights;
1092
+ }
1093
+ },
1094
+ CreateFiles: {
1095
+ kind: "field",
1096
+ type: () => {
1097
+ return AccessControl.FileSystemRights;
1098
+ }
1099
+ },
1100
+ WriteData: {
1101
+ kind: "field",
1102
+ type: () => {
1103
+ return AccessControl.FileSystemRights;
1104
+ }
1105
+ },
1106
+ AppendData: {
1107
+ kind: "field",
1108
+ type: () => {
1109
+ return AccessControl.FileSystemRights;
1110
+ }
1111
+ },
1112
+ CreateDirectories: {
1113
+ kind: "field",
1114
+ type: () => {
1115
+ return AccessControl.FileSystemRights;
1116
+ }
1117
+ },
1118
+ ReadExtendedAttributes: {
1119
+ kind: "field",
1120
+ type: () => {
1121
+ return AccessControl.FileSystemRights;
1122
+ }
1123
+ },
1124
+ WriteExtendedAttributes: {
1125
+ kind: "field",
1126
+ type: () => {
1127
+ return AccessControl.FileSystemRights;
1128
+ }
1129
+ },
1130
+ ExecuteFile: {
1131
+ kind: "field",
1132
+ type: () => {
1133
+ return AccessControl.FileSystemRights;
1134
+ }
1135
+ },
1136
+ Traverse: {
1137
+ kind: "field",
1138
+ type: () => {
1139
+ return AccessControl.FileSystemRights;
1140
+ }
1141
+ },
1142
+ DeleteSubdirectoriesAndFiles: {
1143
+ kind: "field",
1144
+ type: () => {
1145
+ return AccessControl.FileSystemRights;
1146
+ }
1147
+ },
1148
+ ReadAttributes: {
1149
+ kind: "field",
1150
+ type: () => {
1151
+ return AccessControl.FileSystemRights;
1152
+ }
1153
+ },
1154
+ WriteAttributes: {
1155
+ kind: "field",
1156
+ type: () => {
1157
+ return AccessControl.FileSystemRights;
1158
+ }
1159
+ },
1160
+ Write: {
1161
+ kind: "field",
1162
+ type: () => {
1163
+ return AccessControl.FileSystemRights;
1164
+ }
1165
+ },
1166
+ Delete: {
1167
+ kind: "field",
1168
+ type: () => {
1169
+ return AccessControl.FileSystemRights;
1170
+ }
1171
+ },
1172
+ ReadPermissions: {
1173
+ kind: "field",
1174
+ type: () => {
1175
+ return AccessControl.FileSystemRights;
1176
+ }
1177
+ },
1178
+ Read: {
1179
+ kind: "field",
1180
+ type: () => {
1181
+ return AccessControl.FileSystemRights;
1182
+ }
1183
+ },
1184
+ ReadAndExecute: {
1185
+ kind: "field",
1186
+ type: () => {
1187
+ return AccessControl.FileSystemRights;
1188
+ }
1189
+ },
1190
+ Modify: {
1191
+ kind: "field",
1192
+ type: () => {
1193
+ return AccessControl.FileSystemRights;
1194
+ }
1195
+ },
1196
+ ChangePermissions: {
1197
+ kind: "field",
1198
+ type: () => {
1199
+ return AccessControl.FileSystemRights;
1200
+ }
1201
+ },
1202
+ TakeOwnership: {
1203
+ kind: "field",
1204
+ type: () => {
1205
+ return AccessControl.FileSystemRights;
1206
+ }
1207
+ },
1208
+ Synchronize: {
1209
+ kind: "field",
1210
+ type: () => {
1211
+ return AccessControl.FileSystemRights;
1212
+ }
1213
+ },
1214
+ FullControl: {
1215
+ kind: "field",
1216
+ type: () => {
1217
+ return AccessControl.FileSystemRights;
1218
+ }
1219
+ }
1220
+ }
1221
+ },
1222
+ FileSystemSecurity: {
1223
+ kind: "class",
1224
+ members: {
1225
+ AccessRuleFactory: {
1226
+ kind: "method",
1227
+ methodKind: "ordinary",
1228
+ isOverride: true,
1229
+ isSealed: true
1230
+ },
1231
+ AddAccessRule: {
1232
+ kind: "method",
1233
+ methodKind: "ordinary"
1234
+ },
1235
+ AddAuditRule: {
1236
+ kind: "method",
1237
+ methodKind: "ordinary"
1238
+ },
1239
+ AuditRuleFactory: {
1240
+ kind: "method",
1241
+ methodKind: "ordinary",
1242
+ isOverride: true,
1243
+ isSealed: true
1244
+ },
1245
+ RemoveAccessRule: {
1246
+ kind: "method",
1247
+ methodKind: "ordinary"
1248
+ },
1249
+ RemoveAccessRuleAll: {
1250
+ kind: "method",
1251
+ methodKind: "ordinary"
1252
+ },
1253
+ RemoveAccessRuleSpecific: {
1254
+ kind: "method",
1255
+ methodKind: "ordinary"
1256
+ },
1257
+ RemoveAuditRule: {
1258
+ kind: "method",
1259
+ methodKind: "ordinary"
1260
+ },
1261
+ RemoveAuditRuleAll: {
1262
+ kind: "method",
1263
+ methodKind: "ordinary"
1264
+ },
1265
+ RemoveAuditRuleSpecific: {
1266
+ kind: "method",
1267
+ methodKind: "ordinary"
1268
+ },
1269
+ ResetAccessRule: {
1270
+ kind: "method",
1271
+ methodKind: "ordinary"
1272
+ },
1273
+ SetAccessRule: {
1274
+ kind: "method",
1275
+ methodKind: "ordinary"
1276
+ },
1277
+ SetAuditRule: {
1278
+ kind: "method",
1279
+ methodKind: "ordinary"
1280
+ },
1281
+ AccessRightType: {
1282
+ kind: "property",
1283
+ type: () => {
1284
+ return System.Type;
1285
+ },
1286
+ isOverride: true
1287
+ },
1288
+ AccessRuleType: {
1289
+ kind: "property",
1290
+ type: () => {
1291
+ return System.Type;
1292
+ },
1293
+ isOverride: true
1294
+ },
1295
+ AuditRuleType: {
1296
+ kind: "property",
1297
+ type: () => {
1298
+ return System.Type;
1299
+ },
1300
+ isOverride: true
1301
+ }
1302
+ },
1303
+ isAbstract: true
1304
+ },
1305
+ GenericAce: {
1306
+ kind: "class",
1307
+ members: {
1308
+ Copy: {
1309
+ kind: "method",
1310
+ methodKind: "ordinary"
1311
+ },
1312
+ CreateFromBinaryForm: {
1313
+ kind: "method",
1314
+ methodKind: "ordinary",
1315
+ isStatic: true
1316
+ },
1317
+ Equals: {
1318
+ kind: "method",
1319
+ methodKind: "ordinary",
1320
+ isOverride: true,
1321
+ isSealed: true
1322
+ },
1323
+ GetBinaryForm: {
1324
+ kind: "method",
1325
+ methodKind: "ordinary",
1326
+ isAbstract: true
1327
+ },
1328
+ GetHashCode: {
1329
+ kind: "method",
1330
+ methodKind: "ordinary",
1331
+ isOverride: true,
1332
+ isSealed: true
1333
+ },
1334
+ AceFlags: {
1335
+ kind: "property",
1336
+ type: () => {
1337
+ return AccessControl.AceFlags;
1338
+ }
1339
+ },
1340
+ AceType: {
1341
+ kind: "property",
1342
+ type: () => {
1343
+ return AccessControl.AceType;
1344
+ }
1345
+ },
1346
+ AuditFlags: {
1347
+ kind: "property",
1348
+ type: () => {
1349
+ return AccessControl.AuditFlags;
1350
+ }
1351
+ },
1352
+ BinaryLength: {
1353
+ kind: "property",
1354
+ type: () => {
1355
+ return System.Int32;
1356
+ },
1357
+ isAbstract: true
1358
+ },
1359
+ InheritanceFlags: {
1360
+ kind: "property",
1361
+ type: () => {
1362
+ return AccessControl.InheritanceFlags;
1363
+ }
1364
+ },
1365
+ IsInherited: {
1366
+ kind: "property",
1367
+ type: () => {
1368
+ return System.Boolean;
1369
+ }
1370
+ },
1371
+ PropagationFlags: {
1372
+ kind: "property",
1373
+ type: () => {
1374
+ return AccessControl.PropagationFlags;
1375
+ }
1376
+ }
1377
+ },
1378
+ isAbstract: true
1379
+ },
1380
+ GenericAcl: {
1381
+ kind: "class",
1382
+ members: {
1383
+ AclRevision: {
1384
+ kind: "field",
1385
+ type: () => {
1386
+ return System.Byte;
1387
+ },
1388
+ isStatic: true,
1389
+ isReadOnly: true
1390
+ },
1391
+ AclRevisionDS: {
1392
+ kind: "field",
1393
+ type: () => {
1394
+ return System.Byte;
1395
+ },
1396
+ isStatic: true,
1397
+ isReadOnly: true
1398
+ },
1399
+ MaxBinaryLength: {
1400
+ kind: "field",
1401
+ type: () => {
1402
+ return System.Int32;
1403
+ },
1404
+ isStatic: true,
1405
+ isReadOnly: true
1406
+ },
1407
+ GenericAcl: {
1408
+ kind: "method",
1409
+ methodKind: "constructor"
1410
+ },
1411
+ CopyTo: {
1412
+ kind: "method",
1413
+ methodKind: "ordinary"
1414
+ },
1415
+ GetBinaryForm: {
1416
+ kind: "method",
1417
+ methodKind: "ordinary",
1418
+ isAbstract: true
1419
+ },
1420
+ GetEnumerator: {
1421
+ kind: "method",
1422
+ methodKind: "ordinary"
1423
+ },
1424
+ BinaryLength: {
1425
+ kind: "property",
1426
+ type: () => {
1427
+ return System.Int32;
1428
+ },
1429
+ isAbstract: true
1430
+ },
1431
+ Count: {
1432
+ kind: "property",
1433
+ type: () => {
1434
+ return System.Int32;
1435
+ },
1436
+ isAbstract: true
1437
+ },
1438
+ IsSynchronized: {
1439
+ kind: "property",
1440
+ type: () => {
1441
+ return System.Boolean;
1442
+ }
1443
+ },
1444
+ Item: {
1445
+ kind: "property",
1446
+ type: () => {
1447
+ return AccessControl.GenericAce;
1448
+ },
1449
+ isAbstract: true
1450
+ },
1451
+ Revision: {
1452
+ kind: "property",
1453
+ type: () => {
1454
+ return System.Byte;
1455
+ },
1456
+ isAbstract: true
1457
+ },
1458
+ SyncRoot: {
1459
+ kind: "property",
1460
+ type: () => {
1461
+ return System.Object;
1462
+ },
1463
+ isVirtual: true
1464
+ }
1465
+ },
1466
+ isAbstract: true
1467
+ },
1468
+ GenericSecurityDescriptor: {
1469
+ kind: "class",
1470
+ members: {
1471
+ GetBinaryForm: {
1472
+ kind: "method",
1473
+ methodKind: "ordinary"
1474
+ },
1475
+ GetSddlForm: {
1476
+ kind: "method",
1477
+ methodKind: "ordinary"
1478
+ },
1479
+ IsSddlConversionSupported: {
1480
+ kind: "method",
1481
+ methodKind: "ordinary",
1482
+ isStatic: true
1483
+ },
1484
+ BinaryLength: {
1485
+ kind: "property",
1486
+ type: () => {
1487
+ return System.Int32;
1488
+ }
1489
+ },
1490
+ ControlFlags: {
1491
+ kind: "property",
1492
+ type: () => {
1493
+ return AccessControl.ControlFlags;
1494
+ },
1495
+ isAbstract: true
1496
+ },
1497
+ Group: {
1498
+ kind: "property",
1499
+ type: () => {
1500
+ return Principal.SecurityIdentifier;
1501
+ },
1502
+ isNullable: true,
1503
+ isAbstract: true
1504
+ },
1505
+ Owner: {
1506
+ kind: "property",
1507
+ type: () => {
1508
+ return Principal.SecurityIdentifier;
1509
+ },
1510
+ isNullable: true,
1511
+ isAbstract: true
1512
+ },
1513
+ Revision: {
1514
+ kind: "property",
1515
+ type: () => {
1516
+ return System.Byte;
1517
+ },
1518
+ isStatic: true
1519
+ }
1520
+ },
1521
+ isAbstract: true
1522
+ },
1523
+ InheritanceFlags: {
1524
+ kind: "enum",
1525
+ members: {
1526
+ None: {
1527
+ kind: "field",
1528
+ type: () => {
1529
+ return AccessControl.InheritanceFlags;
1530
+ }
1531
+ },
1532
+ ContainerInherit: {
1533
+ kind: "field",
1534
+ type: () => {
1535
+ return AccessControl.InheritanceFlags;
1536
+ }
1537
+ },
1538
+ ObjectInherit: {
1539
+ kind: "field",
1540
+ type: () => {
1541
+ return AccessControl.InheritanceFlags;
1542
+ }
1543
+ }
1544
+ }
1545
+ },
1546
+ KnownAce: {
1547
+ kind: "class",
1548
+ members: {
1549
+ AccessMask: {
1550
+ kind: "property",
1551
+ type: () => {
1552
+ return System.Int32;
1553
+ }
1554
+ },
1555
+ SecurityIdentifier: {
1556
+ kind: "property",
1557
+ type: () => {
1558
+ return Principal.SecurityIdentifier;
1559
+ }
1560
+ }
1561
+ },
1562
+ isAbstract: true
1563
+ },
1564
+ NativeObjectSecurity: {
1565
+ kind: "class",
1566
+ members: {
1567
+ ExceptionFromErrorCode: {
1568
+ kind: "generic",
1569
+ members: {
1570
+ ExceptionFromErrorCode: {
1571
+ kind: "method",
1572
+ methodKind: "constructor"
1573
+ },
1574
+ Invoke: {
1575
+ kind: "method",
1576
+ methodKind: "ordinary",
1577
+ isVirtual: true
1578
+ },
1579
+ BeginInvoke: {
1580
+ kind: "method",
1581
+ methodKind: "ordinary",
1582
+ isVirtual: true
1583
+ },
1584
+ EndInvoke: {
1585
+ kind: "method",
1586
+ methodKind: "ordinary",
1587
+ isVirtual: true
1588
+ }
1589
+ }
1590
+ }
1591
+ }
1592
+ },
1593
+ ObjectAccessRule: {
1594
+ kind: "class",
1595
+ members: {
1596
+ ObjectAccessRule: {
1597
+ kind: "method",
1598
+ methodKind: "constructor"
1599
+ },
1600
+ InheritedObjectType: {
1601
+ kind: "property",
1602
+ type: () => {
1603
+ return System.Guid;
1604
+ }
1605
+ },
1606
+ ObjectFlags: {
1607
+ kind: "property",
1608
+ type: () => {
1609
+ return AccessControl.ObjectAceFlags;
1610
+ }
1611
+ },
1612
+ ObjectType: {
1613
+ kind: "property",
1614
+ type: () => {
1615
+ return System.Guid;
1616
+ }
1617
+ }
1618
+ },
1619
+ isAbstract: true
1620
+ },
1621
+ ObjectAce: {
1622
+ kind: "class",
1623
+ members: {
1624
+ ObjectAce: {
1625
+ kind: "method",
1626
+ methodKind: "constructor"
1627
+ },
1628
+ GetBinaryForm: {
1629
+ kind: "method",
1630
+ methodKind: "ordinary",
1631
+ isOverride: true
1632
+ },
1633
+ MaxOpaqueLength: {
1634
+ kind: "method",
1635
+ methodKind: "ordinary",
1636
+ isStatic: true
1637
+ },
1638
+ BinaryLength: {
1639
+ kind: "property",
1640
+ type: () => {
1641
+ return System.Int32;
1642
+ },
1643
+ isOverride: true
1644
+ },
1645
+ InheritedObjectAceType: {
1646
+ kind: "property",
1647
+ type: () => {
1648
+ return System.Guid;
1649
+ }
1650
+ },
1651
+ ObjectAceFlags: {
1652
+ kind: "property",
1653
+ type: () => {
1654
+ return AccessControl.ObjectAceFlags;
1655
+ }
1656
+ },
1657
+ ObjectAceType: {
1658
+ kind: "property",
1659
+ type: () => {
1660
+ return System.Guid;
1661
+ }
1662
+ }
1663
+ },
1664
+ isSealed: true
1665
+ },
1666
+ ObjectAceFlags: {
1667
+ kind: "enum",
1668
+ members: {
1669
+ None: {
1670
+ kind: "field",
1671
+ type: () => {
1672
+ return AccessControl.ObjectAceFlags;
1673
+ }
1674
+ },
1675
+ ObjectAceTypePresent: {
1676
+ kind: "field",
1677
+ type: () => {
1678
+ return AccessControl.ObjectAceFlags;
1679
+ }
1680
+ },
1681
+ InheritedObjectAceTypePresent: {
1682
+ kind: "field",
1683
+ type: () => {
1684
+ return AccessControl.ObjectAceFlags;
1685
+ }
1686
+ }
1687
+ }
1688
+ },
1689
+ ObjectAuditRule: {
1690
+ kind: "class",
1691
+ members: {
1692
+ ObjectAuditRule: {
1693
+ kind: "method",
1694
+ methodKind: "constructor"
1695
+ },
1696
+ InheritedObjectType: {
1697
+ kind: "property",
1698
+ type: () => {
1699
+ return System.Guid;
1700
+ }
1701
+ },
1702
+ ObjectFlags: {
1703
+ kind: "property",
1704
+ type: () => {
1705
+ return AccessControl.ObjectAceFlags;
1706
+ }
1707
+ },
1708
+ ObjectType: {
1709
+ kind: "property",
1710
+ type: () => {
1711
+ return System.Guid;
1712
+ }
1713
+ }
1714
+ },
1715
+ isAbstract: true
1716
+ },
1717
+ ObjectSecurity: {
1718
+ kind: "class",
1719
+ members: {
1720
+ ObjectSecurity: {
1721
+ kind: "method",
1722
+ methodKind: "constructor"
1723
+ },
1724
+ AccessRuleFactory: {
1725
+ kind: "method",
1726
+ methodKind: "ordinary",
1727
+ isOverride: true
1728
+ },
1729
+ AddAccessRule: {
1730
+ kind: "method",
1731
+ methodKind: "ordinary",
1732
+ isVirtual: true
1733
+ },
1734
+ AddAuditRule: {
1735
+ kind: "method",
1736
+ methodKind: "ordinary",
1737
+ isVirtual: true
1738
+ },
1739
+ AuditRuleFactory: {
1740
+ kind: "method",
1741
+ methodKind: "ordinary",
1742
+ isOverride: true
1743
+ },
1744
+ Persist: {
1745
+ kind: "method",
1746
+ methodKind: "ordinary"
1747
+ },
1748
+ RemoveAccessRule: {
1749
+ kind: "method",
1750
+ methodKind: "ordinary",
1751
+ isVirtual: true
1752
+ },
1753
+ RemoveAccessRuleAll: {
1754
+ kind: "method",
1755
+ methodKind: "ordinary",
1756
+ isVirtual: true
1757
+ },
1758
+ RemoveAccessRuleSpecific: {
1759
+ kind: "method",
1760
+ methodKind: "ordinary",
1761
+ isVirtual: true
1762
+ },
1763
+ RemoveAuditRule: {
1764
+ kind: "method",
1765
+ methodKind: "ordinary",
1766
+ isVirtual: true
1767
+ },
1768
+ RemoveAuditRuleAll: {
1769
+ kind: "method",
1770
+ methodKind: "ordinary",
1771
+ isVirtual: true
1772
+ },
1773
+ RemoveAuditRuleSpecific: {
1774
+ kind: "method",
1775
+ methodKind: "ordinary",
1776
+ isVirtual: true
1777
+ },
1778
+ ResetAccessRule: {
1779
+ kind: "method",
1780
+ methodKind: "ordinary",
1781
+ isVirtual: true
1782
+ },
1783
+ SetAccessRule: {
1784
+ kind: "method",
1785
+ methodKind: "ordinary",
1786
+ isVirtual: true
1787
+ },
1788
+ SetAuditRule: {
1789
+ kind: "method",
1790
+ methodKind: "ordinary",
1791
+ isVirtual: true
1792
+ },
1793
+ AccessRightType: {
1794
+ kind: "property",
1795
+ type: () => {
1796
+ return System.Type;
1797
+ },
1798
+ isOverride: true
1799
+ },
1800
+ AccessRuleType: {
1801
+ kind: "property",
1802
+ type: () => {
1803
+ return System.Type;
1804
+ },
1805
+ isOverride: true
1806
+ },
1807
+ AuditRuleType: {
1808
+ kind: "property",
1809
+ type: () => {
1810
+ return System.Type;
1811
+ },
1812
+ isOverride: true
1813
+ }
1814
+ },
1815
+ isAbstract: true
1816
+ },
1817
+ PrivilegeNotHeldException: {
1818
+ kind: "class",
1819
+ members: {
1820
+ PrivilegeNotHeldException: {
1821
+ kind: "method",
1822
+ methodKind: "constructor"
1823
+ },
1824
+ PrivilegeName: {
1825
+ kind: "property",
1826
+ type: () => {
1827
+ return System.String;
1828
+ },
1829
+ isNullable: true
1830
+ }
1831
+ },
1832
+ isSealed: true
1833
+ },
1834
+ PropagationFlags: {
1835
+ kind: "enum",
1836
+ members: {
1837
+ None: {
1838
+ kind: "field",
1839
+ type: () => {
1840
+ return AccessControl.PropagationFlags;
1841
+ }
1842
+ },
1843
+ NoPropagateInherit: {
1844
+ kind: "field",
1845
+ type: () => {
1846
+ return AccessControl.PropagationFlags;
1847
+ }
1848
+ },
1849
+ InheritOnly: {
1850
+ kind: "field",
1851
+ type: () => {
1852
+ return AccessControl.PropagationFlags;
1853
+ }
1854
+ }
1855
+ }
1856
+ },
1857
+ QualifiedAce: {
1858
+ kind: "class",
1859
+ members: {
1860
+ GetOpaque: {
1861
+ kind: "method",
1862
+ methodKind: "ordinary"
1863
+ },
1864
+ SetOpaque: {
1865
+ kind: "method",
1866
+ methodKind: "ordinary"
1867
+ },
1868
+ AceQualifier: {
1869
+ kind: "property",
1870
+ type: () => {
1871
+ return AccessControl.AceQualifier;
1872
+ }
1873
+ },
1874
+ IsCallback: {
1875
+ kind: "property",
1876
+ type: () => {
1877
+ return System.Boolean;
1878
+ }
1879
+ },
1880
+ OpaqueLength: {
1881
+ kind: "property",
1882
+ type: () => {
1883
+ return System.Int32;
1884
+ }
1885
+ }
1886
+ },
1887
+ isAbstract: true
1888
+ },
1889
+ RawAcl: {
1890
+ kind: "class",
1891
+ members: {
1892
+ RawAcl: {
1893
+ kind: "method",
1894
+ methodKind: "constructor"
1895
+ },
1896
+ GetBinaryForm: {
1897
+ kind: "method",
1898
+ methodKind: "ordinary",
1899
+ isOverride: true
1900
+ },
1901
+ InsertAce: {
1902
+ kind: "method",
1903
+ methodKind: "ordinary"
1904
+ },
1905
+ RemoveAce: {
1906
+ kind: "method",
1907
+ methodKind: "ordinary"
1908
+ },
1909
+ BinaryLength: {
1910
+ kind: "property",
1911
+ type: () => {
1912
+ return System.Int32;
1913
+ },
1914
+ isOverride: true
1915
+ },
1916
+ Count: {
1917
+ kind: "property",
1918
+ type: () => {
1919
+ return System.Int32;
1920
+ },
1921
+ isOverride: true
1922
+ },
1923
+ Item: {
1924
+ kind: "property",
1925
+ type: () => {
1926
+ return AccessControl.GenericAce;
1927
+ },
1928
+ isOverride: true
1929
+ },
1930
+ Revision: {
1931
+ kind: "property",
1932
+ type: () => {
1933
+ return System.Byte;
1934
+ },
1935
+ isOverride: true
1936
+ }
1937
+ },
1938
+ isSealed: true
1939
+ },
1940
+ RawSecurityDescriptor: {
1941
+ kind: "class",
1942
+ members: {
1943
+ RawSecurityDescriptor: {
1944
+ kind: "method",
1945
+ methodKind: "constructor"
1946
+ },
1947
+ SetFlags: {
1948
+ kind: "method",
1949
+ methodKind: "ordinary"
1950
+ },
1951
+ ControlFlags: {
1952
+ kind: "property",
1953
+ type: () => {
1954
+ return AccessControl.ControlFlags;
1955
+ },
1956
+ isOverride: true
1957
+ },
1958
+ DiscretionaryAcl: {
1959
+ kind: "property",
1960
+ type: () => {
1961
+ return AccessControl.RawAcl;
1962
+ },
1963
+ isNullable: true
1964
+ },
1965
+ Group: {
1966
+ kind: "property",
1967
+ type: () => {
1968
+ return Principal.SecurityIdentifier;
1969
+ },
1970
+ isNullable: true,
1971
+ isOverride: true
1972
+ },
1973
+ Owner: {
1974
+ kind: "property",
1975
+ type: () => {
1976
+ return Principal.SecurityIdentifier;
1977
+ },
1978
+ isNullable: true,
1979
+ isOverride: true
1980
+ },
1981
+ ResourceManagerControl: {
1982
+ kind: "property",
1983
+ type: () => {
1984
+ return System.Byte;
1985
+ }
1986
+ },
1987
+ SystemAcl: {
1988
+ kind: "property",
1989
+ type: () => {
1990
+ return AccessControl.RawAcl;
1991
+ },
1992
+ isNullable: true
1993
+ }
1994
+ },
1995
+ isSealed: true
1996
+ },
1997
+ RegistryAccessRule: {
1998
+ kind: "class",
1999
+ members: {
2000
+ RegistryAccessRule: {
2001
+ kind: "method",
2002
+ methodKind: "constructor"
2003
+ },
2004
+ RegistryRights: {
2005
+ kind: "property",
2006
+ type: () => {
2007
+ return AccessControl.RegistryRights;
2008
+ }
2009
+ }
2010
+ },
2011
+ isSealed: true
2012
+ },
2013
+ RegistryAuditRule: {
2014
+ kind: "class",
2015
+ members: {
2016
+ RegistryAuditRule: {
2017
+ kind: "method",
2018
+ methodKind: "constructor"
2019
+ },
2020
+ RegistryRights: {
2021
+ kind: "property",
2022
+ type: () => {
2023
+ return AccessControl.RegistryRights;
2024
+ }
2025
+ }
2026
+ },
2027
+ isSealed: true
2028
+ },
2029
+ RegistryRights: {
2030
+ kind: "enum",
2031
+ members: {
2032
+ QueryValues: {
2033
+ kind: "field",
2034
+ type: () => {
2035
+ return AccessControl.RegistryRights;
2036
+ }
2037
+ },
2038
+ SetValue: {
2039
+ kind: "field",
2040
+ type: () => {
2041
+ return AccessControl.RegistryRights;
2042
+ }
2043
+ },
2044
+ CreateSubKey: {
2045
+ kind: "field",
2046
+ type: () => {
2047
+ return AccessControl.RegistryRights;
2048
+ }
2049
+ },
2050
+ EnumerateSubKeys: {
2051
+ kind: "field",
2052
+ type: () => {
2053
+ return AccessControl.RegistryRights;
2054
+ }
2055
+ },
2056
+ Notify: {
2057
+ kind: "field",
2058
+ type: () => {
2059
+ return AccessControl.RegistryRights;
2060
+ }
2061
+ },
2062
+ CreateLink: {
2063
+ kind: "field",
2064
+ type: () => {
2065
+ return AccessControl.RegistryRights;
2066
+ }
2067
+ },
2068
+ Delete: {
2069
+ kind: "field",
2070
+ type: () => {
2071
+ return AccessControl.RegistryRights;
2072
+ }
2073
+ },
2074
+ ReadPermissions: {
2075
+ kind: "field",
2076
+ type: () => {
2077
+ return AccessControl.RegistryRights;
2078
+ }
2079
+ },
2080
+ WriteKey: {
2081
+ kind: "field",
2082
+ type: () => {
2083
+ return AccessControl.RegistryRights;
2084
+ }
2085
+ },
2086
+ ExecuteKey: {
2087
+ kind: "field",
2088
+ type: () => {
2089
+ return AccessControl.RegistryRights;
2090
+ }
2091
+ },
2092
+ ReadKey: {
2093
+ kind: "field",
2094
+ type: () => {
2095
+ return AccessControl.RegistryRights;
2096
+ }
2097
+ },
2098
+ ChangePermissions: {
2099
+ kind: "field",
2100
+ type: () => {
2101
+ return AccessControl.RegistryRights;
2102
+ }
2103
+ },
2104
+ TakeOwnership: {
2105
+ kind: "field",
2106
+ type: () => {
2107
+ return AccessControl.RegistryRights;
2108
+ }
2109
+ },
2110
+ FullControl: {
2111
+ kind: "field",
2112
+ type: () => {
2113
+ return AccessControl.RegistryRights;
2114
+ }
2115
+ }
2116
+ }
2117
+ },
2118
+ RegistrySecurity: {
2119
+ kind: "class",
2120
+ members: {
2121
+ RegistrySecurity: {
2122
+ kind: "method",
2123
+ methodKind: "constructor"
2124
+ },
2125
+ AccessRuleFactory: {
2126
+ kind: "method",
2127
+ methodKind: "ordinary",
2128
+ isOverride: true
2129
+ },
2130
+ AddAccessRule: {
2131
+ kind: "method",
2132
+ methodKind: "ordinary"
2133
+ },
2134
+ AddAuditRule: {
2135
+ kind: "method",
2136
+ methodKind: "ordinary"
2137
+ },
2138
+ AuditRuleFactory: {
2139
+ kind: "method",
2140
+ methodKind: "ordinary",
2141
+ isOverride: true
2142
+ },
2143
+ RemoveAccessRule: {
2144
+ kind: "method",
2145
+ methodKind: "ordinary"
2146
+ },
2147
+ RemoveAccessRuleAll: {
2148
+ kind: "method",
2149
+ methodKind: "ordinary"
2150
+ },
2151
+ RemoveAccessRuleSpecific: {
2152
+ kind: "method",
2153
+ methodKind: "ordinary"
2154
+ },
2155
+ RemoveAuditRule: {
2156
+ kind: "method",
2157
+ methodKind: "ordinary"
2158
+ },
2159
+ RemoveAuditRuleAll: {
2160
+ kind: "method",
2161
+ methodKind: "ordinary"
2162
+ },
2163
+ RemoveAuditRuleSpecific: {
2164
+ kind: "method",
2165
+ methodKind: "ordinary"
2166
+ },
2167
+ ResetAccessRule: {
2168
+ kind: "method",
2169
+ methodKind: "ordinary"
2170
+ },
2171
+ SetAccessRule: {
2172
+ kind: "method",
2173
+ methodKind: "ordinary"
2174
+ },
2175
+ SetAuditRule: {
2176
+ kind: "method",
2177
+ methodKind: "ordinary"
2178
+ },
2179
+ AccessRightType: {
2180
+ kind: "property",
2181
+ type: () => {
2182
+ return System.Type;
2183
+ },
2184
+ isOverride: true
2185
+ },
2186
+ AccessRuleType: {
2187
+ kind: "property",
2188
+ type: () => {
2189
+ return System.Type;
2190
+ },
2191
+ isOverride: true
2192
+ },
2193
+ AuditRuleType: {
2194
+ kind: "property",
2195
+ type: () => {
2196
+ return System.Type;
2197
+ },
2198
+ isOverride: true
2199
+ }
2200
+ },
2201
+ isSealed: true
2202
+ },
2203
+ ResourceType: {
2204
+ kind: "enum",
2205
+ members: {
2206
+ Unknown: {
2207
+ kind: "field",
2208
+ type: () => {
2209
+ return AccessControl.ResourceType;
2210
+ }
2211
+ },
2212
+ FileObject: {
2213
+ kind: "field",
2214
+ type: () => {
2215
+ return AccessControl.ResourceType;
2216
+ }
2217
+ },
2218
+ Service: {
2219
+ kind: "field",
2220
+ type: () => {
2221
+ return AccessControl.ResourceType;
2222
+ }
2223
+ },
2224
+ Printer: {
2225
+ kind: "field",
2226
+ type: () => {
2227
+ return AccessControl.ResourceType;
2228
+ }
2229
+ },
2230
+ RegistryKey: {
2231
+ kind: "field",
2232
+ type: () => {
2233
+ return AccessControl.ResourceType;
2234
+ }
2235
+ },
2236
+ LMShare: {
2237
+ kind: "field",
2238
+ type: () => {
2239
+ return AccessControl.ResourceType;
2240
+ }
2241
+ },
2242
+ KernelObject: {
2243
+ kind: "field",
2244
+ type: () => {
2245
+ return AccessControl.ResourceType;
2246
+ }
2247
+ },
2248
+ WindowObject: {
2249
+ kind: "field",
2250
+ type: () => {
2251
+ return AccessControl.ResourceType;
2252
+ }
2253
+ },
2254
+ DSObject: {
2255
+ kind: "field",
2256
+ type: () => {
2257
+ return AccessControl.ResourceType;
2258
+ }
2259
+ },
2260
+ DSObjectAll: {
2261
+ kind: "field",
2262
+ type: () => {
2263
+ return AccessControl.ResourceType;
2264
+ }
2265
+ },
2266
+ ProviderDefined: {
2267
+ kind: "field",
2268
+ type: () => {
2269
+ return AccessControl.ResourceType;
2270
+ }
2271
+ },
2272
+ WmiGuidObject: {
2273
+ kind: "field",
2274
+ type: () => {
2275
+ return AccessControl.ResourceType;
2276
+ }
2277
+ },
2278
+ RegistryWow6432Key: {
2279
+ kind: "field",
2280
+ type: () => {
2281
+ return AccessControl.ResourceType;
2282
+ }
2283
+ }
2284
+ }
2285
+ },
2286
+ SecurityInfos: {
2287
+ kind: "enum",
2288
+ members: {
2289
+ Owner: {
2290
+ kind: "field",
2291
+ type: () => {
2292
+ return AccessControl.SecurityInfos;
2293
+ }
2294
+ },
2295
+ Group: {
2296
+ kind: "field",
2297
+ type: () => {
2298
+ return AccessControl.SecurityInfos;
2299
+ }
2300
+ },
2301
+ DiscretionaryAcl: {
2302
+ kind: "field",
2303
+ type: () => {
2304
+ return AccessControl.SecurityInfos;
2305
+ }
2306
+ },
2307
+ SystemAcl: {
2308
+ kind: "field",
2309
+ type: () => {
2310
+ return AccessControl.SecurityInfos;
2311
+ }
2312
+ }
2313
+ }
2314
+ },
2315
+ SystemAcl: {
2316
+ kind: "class",
2317
+ members: {
2318
+ SystemAcl: {
2319
+ kind: "method",
2320
+ methodKind: "constructor"
2321
+ },
2322
+ AddAudit: {
2323
+ kind: "method",
2324
+ methodKind: "ordinary"
2325
+ },
2326
+ RemoveAudit: {
2327
+ kind: "method",
2328
+ methodKind: "ordinary"
2329
+ },
2330
+ RemoveAuditSpecific: {
2331
+ kind: "method",
2332
+ methodKind: "ordinary"
2333
+ },
2334
+ SetAudit: {
2335
+ kind: "method",
2336
+ methodKind: "ordinary"
2337
+ }
2338
+ },
2339
+ isSealed: true
2340
+ }
2341
+ });
2342
+ export default AccessControl;
2343
+ //# sourceMappingURL=index.js.map